Shades of Cornflower Blue #669BEC
Tints of Cornflower Blue #669BEC
RGB
CMYK
RGB Variations
Color information
#669BEC (or 0x669BEC) is known color: Cornflower Blue. HEX triplet: 66, 9B and EC. RGB value is (102,155,236). Sum of RGB (Red+Green+Blue) = 102+155+236=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #669BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BEC is #996413. Grayscale: #949494. Windows color (decimal): -10052628 or 15506278. OLE color: 15506278.
HSL color Cylindrical-coordinate representation of color #669BEC: hue angle of 216.27º 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 #669BEC is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 155 | 236 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.07 |
| HSL | 216.27º | 0.78% | 0.66% | - |
| HSV(B) | 216.27º | 0.57% | 0.93% | - |
| XYZ | 32.34 | 32.32 | 83.89 | - |
| YUV | 148.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 236 | 0.57 | 0.34 | 0 | 0.07 | 216.27 | 0.78 | 0.66 |
| Hex | 66 | 9B | EC | 39 | 22 | 0 | 7 | D8 | 4E | 42 |
| Octal | 146 | 233 | 354 | 71 | 42 | 0 | 7 | 330 | 116 | 102 |
| Binary | 1100110 | 10011011 | 11101100 | 111001 | 100010 | 0 | 111 | 11011000 | 1001110 | 1000010 |
Color Harmonies of #669BEC
Complementary color
Monochromatic Colors of #669BEC
Black with #669BEC
Text Example
Text Example
White with #669BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BEC; }
p { color: rgb(102,155,236); }
H1.HeaderClassName
{
color: #669BEC;
}
.AnyTagClassName
{
color: #669BEC;
}
</style>
background-color css
<style>
a { background-color: #669BEC; }
a { background-color: rgb(102,155,236); }
div.DivClassName
{
background-color: #669BEC;
}
.BgClassName
{
background-color: #669BEC;
}
</style>
border-color css
<style>
span { border-color: #669BEC; }
span { border-color: rgb(102,155,236); }
td.TdClassName
{
border-color: #669BEC;
}
.TagClassName
{
border-color: #669BEC;
}
</style>