Shades of Cornflower Blue #669EEA
Tints of Cornflower Blue #669EEA
RGB
CMYK
RGB Variations
Color information
#669EEA (or 0x669EEA) is known color: Cornflower Blue. HEX triplet: 66, 9E and EA. RGB value is (102,158,234). Sum of RGB (Red+Green+Blue) = 102+158+234=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #669EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EEA is #996115. Grayscale: #959595. Windows color (decimal): -10051862 or 15375974. OLE color: 15375974.
HSL color Cylindrical-coordinate representation of color #669EEA: hue angle of 214.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669EEA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 158 | 234 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.08 |
| HSL | 214.55º | 0.76% | 0.66% | - |
| HSV(B) | 214.55º | 0.56% | 0.92% | - |
| XYZ | 32.56 | 33.22 | 82.54 | - |
| YUV | 149.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 234 | 0.56 | 0.32 | 0 | 0.08 | 214.55 | 0.76 | 0.66 |
| Hex | 66 | 9E | EA | 38 | 20 | 0 | 8 | D7 | 4C | 42 |
| Octal | 146 | 236 | 352 | 70 | 40 | 0 | 10 | 327 | 114 | 102 |
| Binary | 1100110 | 10011110 | 11101010 | 111000 | 100000 | 0 | 1000 | 11010111 | 1001100 | 1000010 |
Color Harmonies of #669EEA
Complementary color
Monochromatic Colors of #669EEA
Black with #669EEA
Text Example
Text Example
White with #669EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EEA; }
p { color: rgb(102,158,234); }
H1.HeaderClassName
{
color: #669EEA;
}
.AnyTagClassName
{
color: #669EEA;
}
</style>
background-color css
<style>
a { background-color: #669EEA; }
a { background-color: rgb(102,158,234); }
div.DivClassName
{
background-color: #669EEA;
}
.BgClassName
{
background-color: #669EEA;
}
</style>
border-color css
<style>
span { border-color: #669EEA; }
span { border-color: rgb(102,158,234); }
td.TdClassName
{
border-color: #669EEA;
}
.TagClassName
{
border-color: #669EEA;
}
</style>