Shades of Cornflower Blue #669EE0
Tints of Cornflower Blue #669EE0
RGB
CMYK
RGB Variations
Color information
#669EE0 (or 0x669EE0) is known color: Cornflower Blue. HEX triplet: 66, 9E and E0. RGB value is (102,158,224). Sum of RGB (Red+Green+Blue) = 102+158+224=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #669EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EE0 is #99611F. Grayscale: #949494. Windows color (decimal): -10051872 or 14720614. OLE color: 14720614.
HSL color Cylindrical-coordinate representation of color #669EE0: hue angle of 212.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669EE0 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 158 | 224 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.12 |
| HSL | 212.46º | 0.66% | 0.64% | - |
| HSV(B) | 212.46º | 0.54% | 0.88% | - |
| XYZ | 31.16 | 32.66 | 75.18 | - |
| YUV | 148.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 224 | 0.54 | 0.29 | 0 | 0.12 | 212.46 | 0.66 | 0.64 |
| Hex | 66 | 9E | E0 | 36 | 1D | 0 | C | D4 | 42 | 40 |
| Octal | 146 | 236 | 340 | 66 | 35 | 0 | 14 | 324 | 102 | 100 |
| Binary | 1100110 | 10011110 | 11100000 | 110110 | 11101 | 0 | 1100 | 11010100 | 1000010 | 1000000 |
Color Harmonies of #669EE0
Complementary color
Monochromatic Colors of #669EE0
Black with #669EE0
Text Example
Text Example
White with #669EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EE0; }
p { color: rgb(102,158,224); }
H1.HeaderClassName
{
color: #669EE0;
}
.AnyTagClassName
{
color: #669EE0;
}
</style>
background-color css
<style>
a { background-color: #669EE0; }
a { background-color: rgb(102,158,224); }
div.DivClassName
{
background-color: #669EE0;
}
.BgClassName
{
background-color: #669EE0;
}
</style>
border-color css
<style>
span { border-color: #669EE0; }
span { border-color: rgb(102,158,224); }
td.TdClassName
{
border-color: #669EE0;
}
.TagClassName
{
border-color: #669EE0;
}
</style>