Shades of Cornflower Blue #668ADC
Tints of Cornflower Blue #668ADC
RGB
CMYK
RGB Variations
Color information
#668ADC (or 0x668ADC) is known color: Cornflower Blue. HEX triplet: 66, 8A and DC. RGB value is (102,138,220). Sum of RGB (Red+Green+Blue) = 102+138+220=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #668ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ADC is #997523. Grayscale: #888888. Windows color (decimal): -10056996 or 14453350. OLE color: 14453350.
HSL color Cylindrical-coordinate representation of color #668ADC: hue angle of 221.69º 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 #668ADC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 138 | 220 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.14 |
| HSL | 221.69º | 0.63% | 0.63% | - |
| HSV(B) | 221.69º | 0.54% | 0.86% | - |
| XYZ | 27.49 | 26.17 | 71.31 | - |
| YUV | 136.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 220 | 0.54 | 0.37 | 0 | 0.14 | 221.69 | 0.63 | 0.63 |
| Hex | 66 | 8A | DC | 36 | 25 | 0 | E | DE | 3F | 3F |
| Octal | 146 | 212 | 334 | 66 | 45 | 0 | 16 | 336 | 77 | 77 |
| Binary | 1100110 | 10001010 | 11011100 | 110110 | 100101 | 0 | 1110 | 11011110 | 111111 | 111111 |
Color Harmonies of #668ADC
Complementary color
Monochromatic Colors of #668ADC
Black with #668ADC
Text Example
Text Example
White with #668ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668ADC; }
p { color: rgb(102,138,220); }
H1.HeaderClassName
{
color: #668ADC;
}
.AnyTagClassName
{
color: #668ADC;
}
</style>
background-color css
<style>
a { background-color: #668ADC; }
a { background-color: rgb(102,138,220); }
div.DivClassName
{
background-color: #668ADC;
}
.BgClassName
{
background-color: #668ADC;
}
</style>
border-color css
<style>
span { border-color: #668ADC; }
span { border-color: rgb(102,138,220); }
td.TdClassName
{
border-color: #668ADC;
}
.TagClassName
{
border-color: #668ADC;
}
</style>