Milky Waves
#6bb3db
Milky Waves, represented by the hex value #6bb3db, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #6bb3db | |
|---|---|---|
| RGB | rgb(107, 179, 219) | |
| HSL | hsl(201, 61%, 64%) | |
| CMYK | cmyk(51%, 18%, 0%, 14%) | |
| LAB | lab(69, -15, -28) | |
| OKLCH | oklch(0.73 0.093 234) |
Color harmonies
Tints & shades
Code snippets
color: #6bb3db;
background-color: #6bb3db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF6BB3DB)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.70, blue: 0.86, alpha: 1.0)