Shades of Cornflower Blue #669ADC
Tints of Cornflower Blue #669ADC
RGB
CMYK
RGB Variations
Color information
#669ADC (or 0x669ADC) is known color: Cornflower Blue. HEX triplet: 66, 9A and DC. RGB value is (102,154,220). Sum of RGB (Red+Green+Blue) = 102+154+220=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #669ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ADC is #996523. Grayscale: #919191. Windows color (decimal): -10052900 or 14457446. OLE color: 14457446.
HSL color Cylindrical-coordinate representation of color #669ADC: hue angle of 213.56º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669ADC is Cyan = 0.54, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 154 | 220 | - |
| CMYK | 0.54 | 0.3 | 0 | 0.14 |
| HSL | 213.56º | 0.63% | 0.63% | - |
| HSV(B) | 213.56º | 0.54% | 0.86% | - |
| XYZ | 29.95 | 31.1 | 72.13 | - |
| YUV | 145.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 220 | 0.54 | 0.3 | 0 | 0.14 | 213.56 | 0.63 | 0.63 |
| Hex | 66 | 9A | DC | 36 | 1E | 0 | E | D6 | 3F | 3F |
| Octal | 146 | 232 | 334 | 66 | 36 | 0 | 16 | 326 | 77 | 77 |
| Binary | 1100110 | 10011010 | 11011100 | 110110 | 11110 | 0 | 1110 | 11010110 | 111111 | 111111 |
Color Harmonies of #669ADC
Complementary color
Monochromatic Colors of #669ADC
Black with #669ADC
Text Example
Text Example
White with #669ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ADC; }
p { color: rgb(102,154,220); }
H1.HeaderClassName
{
color: #669ADC;
}
.AnyTagClassName
{
color: #669ADC;
}
</style>
background-color css
<style>
a { background-color: #669ADC; }
a { background-color: rgb(102,154,220); }
div.DivClassName
{
background-color: #669ADC;
}
.BgClassName
{
background-color: #669ADC;
}
</style>
border-color css
<style>
span { border-color: #669ADC; }
span { border-color: rgb(102,154,220); }
td.TdClassName
{
border-color: #669ADC;
}
.TagClassName
{
border-color: #669ADC;
}
</style>