Shades of Cornflower Blue #669CEE
Tints of Cornflower Blue #669CEE
RGB
CMYK
RGB Variations
Color information
#669CEE (or 0x669CEE) is known color: Cornflower Blue. HEX triplet: 66, 9C and EE. RGB value is (102,156,238). Sum of RGB (Red+Green+Blue) = 102+156+238=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #669CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CEE is #996311. Grayscale: #949494. Windows color (decimal): -10052370 or 15637606. OLE color: 15637606.
HSL color Cylindrical-coordinate representation of color #669CEE: hue angle of 216.18º 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 #669CEE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 156 | 238 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.07 |
| HSL | 216.18º | 0.8% | 0.67% | - |
| HSV(B) | 216.18º | 0.57% | 0.93% | - |
| XYZ | 32.8 | 32.77 | 85.49 | - |
| YUV | 149.2 | 178.11 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 238 | 0.57 | 0.34 | 0 | 0.07 | 216.18 | 0.8 | 0.67 |
| Hex | 66 | 9C | EE | 39 | 22 | 0 | 7 | D8 | 50 | 43 |
| Octal | 146 | 234 | 356 | 71 | 42 | 0 | 7 | 330 | 120 | 103 |
| Binary | 1100110 | 10011100 | 11101110 | 111001 | 100010 | 0 | 111 | 11011000 | 1010000 | 1000011 |
Color Harmonies of #669CEE
Complementary color
Monochromatic Colors of #669CEE
Black with #669CEE
Text Example
Text Example
White with #669CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CEE; }
p { color: rgb(102,156,238); }
H1.HeaderClassName
{
color: #669CEE;
}
.AnyTagClassName
{
color: #669CEE;
}
</style>
background-color css
<style>
a { background-color: #669CEE; }
a { background-color: rgb(102,156,238); }
div.DivClassName
{
background-color: #669CEE;
}
.BgClassName
{
background-color: #669CEE;
}
</style>
border-color css
<style>
span { border-color: #669CEE; }
span { border-color: rgb(102,156,238); }
td.TdClassName
{
border-color: #669CEE;
}
.TagClassName
{
border-color: #669CEE;
}
</style>