Shades of Cornflower Blue #669EE4
Tints of Cornflower Blue #669EE4
RGB
CMYK
RGB Variations
Color information
#669EE4 (or 0x669EE4) is known color: Cornflower Blue. HEX triplet: 66, 9E and E4. RGB value is (102,158,228). Sum of RGB (Red+Green+Blue) = 102+158+228=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #669EE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EE4 is #99611B. Grayscale: #949494. Windows color (decimal): -10051868 or 14982758. OLE color: 14982758.
HSL color Cylindrical-coordinate representation of color #669EE4: hue angle of 213.33º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #669EE4 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 158 | 228 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.11 |
| HSL | 213.33º | 0.7% | 0.65% | - |
| HSV(B) | 213.33º | 0.55% | 0.89% | - |
| XYZ | 31.71 | 32.88 | 78.07 | - |
| YUV | 149.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 228 | 0.55 | 0.31 | 0 | 0.11 | 213.33 | 0.7 | 0.65 |
| Hex | 66 | 9E | E4 | 37 | 1F | 0 | B | D5 | 46 | 41 |
| Octal | 146 | 236 | 344 | 67 | 37 | 0 | 13 | 325 | 106 | 101 |
| Binary | 1100110 | 10011110 | 11100100 | 110111 | 11111 | 0 | 1011 | 11010101 | 1000110 | 1000001 |
Color Harmonies of #669EE4
Complementary color
Monochromatic Colors of #669EE4
Black with #669EE4
Text Example
Text Example
White with #669EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EE4; }
p { color: rgb(102,158,228); }
H1.HeaderClassName
{
color: #669EE4;
}
.AnyTagClassName
{
color: #669EE4;
}
</style>
background-color css
<style>
a { background-color: #669EE4; }
a { background-color: rgb(102,158,228); }
div.DivClassName
{
background-color: #669EE4;
}
.BgClassName
{
background-color: #669EE4;
}
</style>
border-color css
<style>
span { border-color: #669EE4; }
span { border-color: rgb(102,158,228); }
td.TdClassName
{
border-color: #669EE4;
}
.TagClassName
{
border-color: #669EE4;
}
</style>