Shades of Cornflower Blue #669EE1
Tints of Cornflower Blue #669EE1
RGB
CMYK
RGB Variations
Color information
#669EE1 (or 0x669EE1) is known color: Cornflower Blue. HEX triplet: 66, 9E and E1. RGB value is (102,158,225). Sum of RGB (Red+Green+Blue) = 102+158+225=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #669EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EE1 is #99611E. Grayscale: #949494. Windows color (decimal): -10051871 or 14786150. OLE color: 14786150.
HSL color Cylindrical-coordinate representation of color #669EE1: hue angle of 212.68º 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 #669EE1 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 158 | 225 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.12 |
| HSL | 212.68º | 0.67% | 0.64% | - |
| HSV(B) | 212.68º | 0.55% | 0.88% | - |
| XYZ | 31.3 | 32.71 | 75.9 | - |
| YUV | 148.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 225 | 0.55 | 0.30 | 0 | 0.12 | 212.68 | 0.67 | 0.64 |
| Hex | 66 | 9E | E1 | 37 | 1E | 0 | C | D5 | 43 | 40 |
| Octal | 146 | 236 | 341 | 67 | 36 | 0 | 14 | 325 | 103 | 100 |
| Binary | 1100110 | 10011110 | 11100001 | 110111 | 11110 | 0 | 1100 | 11010101 | 1000011 | 1000000 |
Color Harmonies of #669EE1
Complementary color
Monochromatic Colors of #669EE1
Black with #669EE1
Text Example
Text Example
White with #669EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EE1; }
p { color: rgb(102,158,225); }
H1.HeaderClassName
{
color: #669EE1;
}
.AnyTagClassName
{
color: #669EE1;
}
</style>
background-color css
<style>
a { background-color: #669EE1; }
a { background-color: rgb(102,158,225); }
div.DivClassName
{
background-color: #669EE1;
}
.BgClassName
{
background-color: #669EE1;
}
</style>
border-color css
<style>
span { border-color: #669EE1; }
span { border-color: rgb(102,158,225); }
td.TdClassName
{
border-color: #669EE1;
}
.TagClassName
{
border-color: #669EE1;
}
</style>