Shades of Cornflower Blue #669EE6
Tints of Cornflower Blue #669EE6
RGB
CMYK
RGB Variations
Color information
#669EE6 (or 0x669EE6) is known color: Cornflower Blue. HEX triplet: 66, 9E and E6. RGB value is (102,158,230). Sum of RGB (Red+Green+Blue) = 102+158+230=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #669EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EE6 is #996119. Grayscale: #959595. Windows color (decimal): -10051866 or 15113830. OLE color: 15113830.
HSL color Cylindrical-coordinate representation of color #669EE6: hue angle of 213.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669EE6 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 158 | 230 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.10 |
| HSL | 213.75º | 0.72% | 0.65% | - |
| HSV(B) | 213.75º | 0.56% | 0.9% | - |
| XYZ | 31.99 | 32.99 | 79.54 | - |
| YUV | 149.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 230 | 0.56 | 0.31 | 0 | 0.10 | 213.75 | 0.72 | 0.65 |
| Hex | 66 | 9E | E6 | 38 | 1F | 0 | A | D6 | 48 | 41 |
| Octal | 146 | 236 | 346 | 70 | 37 | 0 | 12 | 326 | 110 | 101 |
| Binary | 1100110 | 10011110 | 11100110 | 111000 | 11111 | 0 | 1010 | 11010110 | 1001000 | 1000001 |
Color Harmonies of #669EE6
Complementary color
Monochromatic Colors of #669EE6
Black with #669EE6
Text Example
Text Example
White with #669EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EE6; }
p { color: rgb(102,158,230); }
H1.HeaderClassName
{
color: #669EE6;
}
.AnyTagClassName
{
color: #669EE6;
}
</style>
background-color css
<style>
a { background-color: #669EE6; }
a { background-color: rgb(102,158,230); }
div.DivClassName
{
background-color: #669EE6;
}
.BgClassName
{
background-color: #669EE6;
}
</style>
border-color css
<style>
span { border-color: #669EE6; }
span { border-color: rgb(102,158,230); }
td.TdClassName
{
border-color: #669EE6;
}
.TagClassName
{
border-color: #669EE6;
}
</style>