Shades of Cornflower Blue #669FEB
Tints of Cornflower Blue #669FEB
RGB
CMYK
RGB Variations
Color information
#669FEB (or 0x669FEB) is known color: Cornflower Blue. HEX triplet: 66, 9F and EB. RGB value is (102,159,235). Sum of RGB (Red+Green+Blue) = 102+159+235=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #669FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669FEB is #996014. Grayscale: #969696. Windows color (decimal): -10051605 or 15441766. OLE color: 15441766.
HSL color Cylindrical-coordinate representation of color #669FEB: hue angle of 214.29º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669FEB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 159 | 235 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.08 |
| HSL | 214.29º | 0.77% | 0.66% | - |
| HSV(B) | 214.29º | 0.57% | 0.92% | - |
| XYZ | 32.87 | 33.62 | 83.35 | - |
| YUV | 150.62 | 175.62 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 235 | 0.57 | 0.32 | 0 | 0.08 | 214.29 | 0.77 | 0.66 |
| Hex | 66 | 9F | EB | 39 | 20 | 0 | 8 | D6 | 4D | 42 |
| Octal | 146 | 237 | 353 | 71 | 40 | 0 | 10 | 326 | 115 | 102 |
| Binary | 1100110 | 10011111 | 11101011 | 111001 | 100000 | 0 | 1000 | 11010110 | 1001101 | 1000010 |
Color Harmonies of #669FEB
Complementary color
Monochromatic Colors of #669FEB
Black with #669FEB
Text Example
Text Example
White with #669FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FEB; }
p { color: rgb(102,159,235); }
H1.HeaderClassName
{
color: #669FEB;
}
.AnyTagClassName
{
color: #669FEB;
}
</style>
background-color css
<style>
a { background-color: #669FEB; }
a { background-color: rgb(102,159,235); }
div.DivClassName
{
background-color: #669FEB;
}
.BgClassName
{
background-color: #669FEB;
}
</style>
border-color css
<style>
span { border-color: #669FEB; }
span { border-color: rgb(102,159,235); }
td.TdClassName
{
border-color: #669FEB;
}
.TagClassName
{
border-color: #669FEB;
}
</style>