Shades of Cornflower Blue #669EEE
Tints of Cornflower Blue #669EEE
RGB
CMYK
RGB Variations
Color information
#669EEE (or 0x669EEE) is known color: Cornflower Blue. HEX triplet: 66, 9E and EE. RGB value is (102,158,238). Sum of RGB (Red+Green+Blue) = 102+158+238=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #669EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EEE is #996111. Grayscale: #969696. Windows color (decimal): -10051858 or 15638118. OLE color: 15638118.
HSL color Cylindrical-coordinate representation of color #669EEE: hue angle of 215.29º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669EEE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 158 | 238 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.07 |
| HSL | 215.29º | 0.8% | 0.67% | - |
| HSV(B) | 215.29º | 0.57% | 0.93% | - |
| XYZ | 33.14 | 33.45 | 85.6 | - |
| YUV | 150.38 | 177.45 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 238 | 0.57 | 0.34 | 0 | 0.07 | 215.29 | 0.8 | 0.67 |
| Hex | 66 | 9E | EE | 39 | 22 | 0 | 7 | D7 | 50 | 43 |
| Octal | 146 | 236 | 356 | 71 | 42 | 0 | 7 | 327 | 120 | 103 |
| Binary | 1100110 | 10011110 | 11101110 | 111001 | 100010 | 0 | 111 | 11010111 | 1010000 | 1000011 |
Color Harmonies of #669EEE
Complementary color
Monochromatic Colors of #669EEE
Black with #669EEE
Text Example
Text Example
White with #669EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EEE; }
p { color: rgb(102,158,238); }
H1.HeaderClassName
{
color: #669EEE;
}
.AnyTagClassName
{
color: #669EEE;
}
</style>
background-color css
<style>
a { background-color: #669EEE; }
a { background-color: rgb(102,158,238); }
div.DivClassName
{
background-color: #669EEE;
}
.BgClassName
{
background-color: #669EEE;
}
</style>
border-color css
<style>
span { border-color: #669EEE; }
span { border-color: rgb(102,158,238); }
td.TdClassName
{
border-color: #669EEE;
}
.TagClassName
{
border-color: #669EEE;
}
</style>