Shades of Cornflower Blue #669ADE
Tints of Cornflower Blue #669ADE
RGB
CMYK
RGB Variations
Color information
#669ADE (or 0x669ADE) is known color: Cornflower Blue. HEX triplet: 66, 9A and DE. RGB value is (102,154,222). Sum of RGB (Red+Green+Blue) = 102+154+222=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #669ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ADE is #996521. Grayscale: #919191. Windows color (decimal): -10052898 or 14588518. OLE color: 14588518.
HSL color Cylindrical-coordinate representation of color #669ADE: hue angle of 214º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669ADE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 154 | 222 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.13 |
| HSL | 214º | 0.65% | 0.64% | - |
| HSV(B) | 214º | 0.54% | 0.87% | - |
| XYZ | 30.22 | 31.21 | 73.54 | - |
| YUV | 146.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 222 | 0.54 | 0.31 | 0 | 0.13 | 214 | 0.65 | 0.64 |
| Hex | 66 | 9A | DE | 36 | 1F | 0 | D | D6 | 41 | 40 |
| Octal | 146 | 232 | 336 | 66 | 37 | 0 | 15 | 326 | 101 | 100 |
| Binary | 1100110 | 10011010 | 11011110 | 110110 | 11111 | 0 | 1101 | 11010110 | 1000001 | 1000000 |
Color Harmonies of #669ADE
Complementary color
Monochromatic Colors of #669ADE
Black with #669ADE
Text Example
Text Example
White with #669ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ADE; }
p { color: rgb(102,154,222); }
H1.HeaderClassName
{
color: #669ADE;
}
.AnyTagClassName
{
color: #669ADE;
}
</style>
background-color css
<style>
a { background-color: #669ADE; }
a { background-color: rgb(102,154,222); }
div.DivClassName
{
background-color: #669ADE;
}
.BgClassName
{
background-color: #669ADE;
}
</style>
border-color css
<style>
span { border-color: #669ADE; }
span { border-color: rgb(102,154,222); }
td.TdClassName
{
border-color: #669ADE;
}
.TagClassName
{
border-color: #669ADE;
}
</style>