Shades of Cornflower Blue #669EED
Tints of Cornflower Blue #669EED
RGB
CMYK
RGB Variations
Color information
#669EED (or 0x669EED) is known color: Cornflower Blue. HEX triplet: 66, 9E and ED. RGB value is (102,158,237). Sum of RGB (Red+Green+Blue) = 102+158+237=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #669EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EED is #996112. Grayscale: #959595. Windows color (decimal): -10051859 or 15572582. OLE color: 15572582.
HSL color Cylindrical-coordinate representation of color #669EED: hue angle of 215.11º degrees, saturation: 0.79, 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 #669EED is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 158 | 237 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.07 |
| HSL | 215.11º | 0.79% | 0.66% | - |
| HSV(B) | 215.11º | 0.57% | 0.93% | - |
| XYZ | 32.99 | 33.39 | 84.83 | - |
| YUV | 150.26 | 176.95 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 237 | 0.57 | 0.33 | 0 | 0.07 | 215.11 | 0.79 | 0.66 |
| Hex | 66 | 9E | ED | 39 | 21 | 0 | 7 | D7 | 4F | 42 |
| Octal | 146 | 236 | 355 | 71 | 41 | 0 | 7 | 327 | 117 | 102 |
| Binary | 1100110 | 10011110 | 11101101 | 111001 | 100001 | 0 | 111 | 11010111 | 1001111 | 1000010 |
Color Harmonies of #669EED
Complementary color
Monochromatic Colors of #669EED
Black with #669EED
Text Example
Text Example
White with #669EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EED; }
p { color: rgb(102,158,237); }
H1.HeaderClassName
{
color: #669EED;
}
.AnyTagClassName
{
color: #669EED;
}
</style>
background-color css
<style>
a { background-color: #669EED; }
a { background-color: rgb(102,158,237); }
div.DivClassName
{
background-color: #669EED;
}
.BgClassName
{
background-color: #669EED;
}
</style>
border-color css
<style>
span { border-color: #669EED; }
span { border-color: rgb(102,158,237); }
td.TdClassName
{
border-color: #669EED;
}
.TagClassName
{
border-color: #669EED;
}
</style>