Windstorm
#6d98c4
Looking for the precise values behind Windstorm (#6d98c4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6d98c4 | |
|---|---|---|
| RGB | rgb(109, 152, 196) | |
| HSL | hsl(210, 42%, 60%) | |
| CMYK | cmyk(44%, 22%, 0%, 23%) | |
| LAB | lab(61, -6, -28) | |
| OKLCH | oklch(0.67 0.081 250) |
Color harmonies
Tints & shades
Code snippets
color: #6d98c4;
background-color: #6d98c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFF6D98C4)
/* Swift / UIKit */
UIColor(red: 0.43, green: 0.60, blue: 0.77, alpha: 1.0)