Shades of Cornflower Blue #669AE1
Tints of Cornflower Blue #669AE1
RGB
CMYK
RGB Variations
Color information
#669AE1 (or 0x669AE1) is known color: Cornflower Blue. HEX triplet: 66, 9A and E1. RGB value is (102,154,225). Sum of RGB (Red+Green+Blue) = 102+154+225=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #669AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669AE1 is #99651E. Grayscale: #929292. Windows color (decimal): -10052895 or 14785126. OLE color: 14785126.
HSL color Cylindrical-coordinate representation of color #669AE1: hue angle of 214.63º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #669AE1 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 154 | 225 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.12 |
| HSL | 214.63º | 0.67% | 0.64% | - |
| HSV(B) | 214.63º | 0.55% | 0.88% | - |
| XYZ | 30.63 | 31.37 | 75.68 | - |
| YUV | 146.55 | 172.27 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 225 | 0.55 | 0.32 | 0 | 0.12 | 214.63 | 0.67 | 0.64 |
| Hex | 66 | 9A | E1 | 37 | 20 | 0 | C | D7 | 43 | 40 |
| Octal | 146 | 232 | 341 | 67 | 40 | 0 | 14 | 327 | 103 | 100 |
| Binary | 1100110 | 10011010 | 11100001 | 110111 | 100000 | 0 | 1100 | 11010111 | 1000011 | 1000000 |
Color Harmonies of #669AE1
Complementary color
Monochromatic Colors of #669AE1
Black with #669AE1
Text Example
Text Example
White with #669AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AE1; }
p { color: rgb(102,154,225); }
H1.HeaderClassName
{
color: #669AE1;
}
.AnyTagClassName
{
color: #669AE1;
}
</style>
background-color css
<style>
a { background-color: #669AE1; }
a { background-color: rgb(102,154,225); }
div.DivClassName
{
background-color: #669AE1;
}
.BgClassName
{
background-color: #669AE1;
}
</style>
border-color css
<style>
span { border-color: #669AE1; }
span { border-color: rgb(102,154,225); }
td.TdClassName
{
border-color: #669AE1;
}
.TagClassName
{
border-color: #669AE1;
}
</style>