Shades of Cornflower Blue #669CEF
Tints of Cornflower Blue #669CEF
RGB
CMYK
RGB Variations
Color information
#669CEF (or 0x669CEF) is known color: Cornflower Blue. HEX triplet: 66, 9C and EF. RGB value is (102,156,239). Sum of RGB (Red+Green+Blue) = 102+156+239=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #669CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CEF is #996310. Grayscale: #949494. Windows color (decimal): -10052369 or 15703142. OLE color: 15703142.
HSL color Cylindrical-coordinate representation of color #669CEF: hue angle of 216.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669CEF is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 156 | 239 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.06 |
| HSL | 216.35º | 0.81% | 0.67% | - |
| HSV(B) | 216.35º | 0.57% | 0.94% | - |
| XYZ | 32.95 | 32.83 | 86.26 | - |
| YUV | 149.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 239 | 0.57 | 0.35 | 0 | 0.06 | 216.35 | 0.81 | 0.67 |
| Hex | 66 | 9C | EF | 39 | 23 | 0 | 6 | D8 | 51 | 43 |
| Octal | 146 | 234 | 357 | 71 | 43 | 0 | 6 | 330 | 121 | 103 |
| Binary | 1100110 | 10011100 | 11101111 | 111001 | 100011 | 0 | 110 | 11011000 | 1010001 | 1000011 |
Color Harmonies of #669CEF
Complementary color
Monochromatic Colors of #669CEF
Black with #669CEF
Text Example
Text Example
White with #669CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CEF; }
p { color: rgb(102,156,239); }
H1.HeaderClassName
{
color: #669CEF;
}
.AnyTagClassName
{
color: #669CEF;
}
</style>
background-color css
<style>
a { background-color: #669CEF; }
a { background-color: rgb(102,156,239); }
div.DivClassName
{
background-color: #669CEF;
}
.BgClassName
{
background-color: #669CEF;
}
</style>
border-color css
<style>
span { border-color: #669CEF; }
span { border-color: rgb(102,156,239); }
td.TdClassName
{
border-color: #669CEF;
}
.TagClassName
{
border-color: #669CEF;
}
</style>