Shades of Cornflower Blue #668ADE
Tints of Cornflower Blue #668ADE
RGB
CMYK
RGB Variations
Color information
#668ADE (or 0x668ADE) is known color: Cornflower Blue. HEX triplet: 66, 8A and DE. RGB value is (102,138,222). Sum of RGB (Red+Green+Blue) = 102+138+222=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #668ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ADE is #997521. Grayscale: #888888. Windows color (decimal): -10056994 or 14584422. OLE color: 14584422.
HSL color Cylindrical-coordinate representation of color #668ADE: hue angle of 222º 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 #668ADE is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 138 | 222 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.13 |
| HSL | 222º | 0.65% | 0.64% | - |
| HSV(B) | 222º | 0.54% | 0.87% | - |
| XYZ | 27.75 | 26.28 | 72.72 | - |
| YUV | 136.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 222 | 0.54 | 0.38 | 0 | 0.13 | 222 | 0.65 | 0.64 |
| Hex | 66 | 8A | DE | 36 | 26 | 0 | D | DE | 41 | 40 |
| Octal | 146 | 212 | 336 | 66 | 46 | 0 | 15 | 336 | 101 | 100 |
| Binary | 1100110 | 10001010 | 11011110 | 110110 | 100110 | 0 | 1101 | 11011110 | 1000001 | 1000000 |
Color Harmonies of #668ADE
Complementary color
Monochromatic Colors of #668ADE
Black with #668ADE
Text Example
Text Example
White with #668ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668ADE; }
p { color: rgb(102,138,222); }
H1.HeaderClassName
{
color: #668ADE;
}
.AnyTagClassName
{
color: #668ADE;
}
</style>
background-color css
<style>
a { background-color: #668ADE; }
a { background-color: rgb(102,138,222); }
div.DivClassName
{
background-color: #668ADE;
}
.BgClassName
{
background-color: #668ADE;
}
</style>
border-color css
<style>
span { border-color: #668ADE; }
span { border-color: rgb(102,138,222); }
td.TdClassName
{
border-color: #668ADE;
}
.TagClassName
{
border-color: #668ADE;
}
</style>