Shades of Cornflower Blue #669EE5
Tints of Cornflower Blue #669EE5
RGB
CMYK
RGB Variations
Color information
#669EE5 (or 0x669EE5) is known color: Cornflower Blue. HEX triplet: 66, 9E and E5. RGB value is (102,158,229). Sum of RGB (Red+Green+Blue) = 102+158+229=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #669EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EE5 is #99611A. Grayscale: #959595. Windows color (decimal): -10051867 or 15048294. OLE color: 15048294.
HSL color Cylindrical-coordinate representation of color #669EE5: hue angle of 213.54º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #669EE5 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 158 | 229 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.10 |
| HSL | 213.54º | 0.71% | 0.65% | - |
| HSV(B) | 213.54º | 0.55% | 0.9% | - |
| XYZ | 31.85 | 32.94 | 78.81 | - |
| YUV | 149.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 229 | 0.55 | 0.31 | 0 | 0.10 | 213.54 | 0.71 | 0.65 |
| Hex | 66 | 9E | E5 | 37 | 1F | 0 | A | D6 | 47 | 41 |
| Octal | 146 | 236 | 345 | 67 | 37 | 0 | 12 | 326 | 107 | 101 |
| Binary | 1100110 | 10011110 | 11100101 | 110111 | 11111 | 0 | 1010 | 11010110 | 1000111 | 1000001 |
Color Harmonies of #669EE5
Complementary color
Monochromatic Colors of #669EE5
Black with #669EE5
Text Example
Text Example
White with #669EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EE5; }
p { color: rgb(102,158,229); }
H1.HeaderClassName
{
color: #669EE5;
}
.AnyTagClassName
{
color: #669EE5;
}
</style>
background-color css
<style>
a { background-color: #669EE5; }
a { background-color: rgb(102,158,229); }
div.DivClassName
{
background-color: #669EE5;
}
.BgClassName
{
background-color: #669EE5;
}
</style>
border-color css
<style>
span { border-color: #669EE5; }
span { border-color: rgb(102,158,229); }
td.TdClassName
{
border-color: #669EE5;
}
.TagClassName
{
border-color: #669EE5;
}
</style>