Shades of Cornflower Blue #669AEC
Tints of Cornflower Blue #669AEC
RGB
CMYK
RGB Variations
Color information
#669AEC (or 0x669AEC) is known color: Cornflower Blue. HEX triplet: 66, 9A and EC. RGB value is (102,154,236). Sum of RGB (Red+Green+Blue) = 102+154+236=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #669AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AEC is #996513. Grayscale: #939393. Windows color (decimal): -10052884 or 15506022. OLE color: 15506022.
HSL color Cylindrical-coordinate representation of color #669AEC: hue angle of 216.72º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669AEC is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 154 | 236 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.07 |
| HSL | 216.72º | 0.78% | 0.66% | - |
| HSV(B) | 216.72º | 0.57% | 0.93% | - |
| XYZ | 32.18 | 31.99 | 83.84 | - |
| YUV | 147.8 | 177.77 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 236 | 0.57 | 0.35 | 0 | 0.07 | 216.72 | 0.78 | 0.66 |
| Hex | 66 | 9A | EC | 39 | 23 | 0 | 7 | D9 | 4E | 42 |
| Octal | 146 | 232 | 354 | 71 | 43 | 0 | 7 | 331 | 116 | 102 |
| Binary | 1100110 | 10011010 | 11101100 | 111001 | 100011 | 0 | 111 | 11011001 | 1001110 | 1000010 |
Color Harmonies of #669AEC
Complementary color
Monochromatic Colors of #669AEC
Black with #669AEC
Text Example
Text Example
White with #669AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AEC; }
p { color: rgb(102,154,236); }
H1.HeaderClassName
{
color: #669AEC;
}
.AnyTagClassName
{
color: #669AEC;
}
</style>
background-color css
<style>
a { background-color: #669AEC; }
a { background-color: rgb(102,154,236); }
div.DivClassName
{
background-color: #669AEC;
}
.BgClassName
{
background-color: #669AEC;
}
</style>
border-color css
<style>
span { border-color: #669AEC; }
span { border-color: rgb(102,154,236); }
td.TdClassName
{
border-color: #669AEC;
}
.TagClassName
{
border-color: #669AEC;
}
</style>