Shades of Cornflower Blue #668ADA
Tints of Cornflower Blue #668ADA
RGB
CMYK
RGB Variations
Color information
#668ADA (or 0x668ADA) is known color: Cornflower Blue. HEX triplet: 66, 8A and DA. RGB value is (102,138,218). Sum of RGB (Red+Green+Blue) = 102+138+218=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #668ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ADA is #997525. Grayscale: #888888. Windows color (decimal): -10056998 or 14322278. OLE color: 14322278.
HSL color Cylindrical-coordinate representation of color #668ADA: hue angle of 221.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668ADA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 138 | 218 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.15 |
| HSL | 221.38º | 0.61% | 0.63% | - |
| HSV(B) | 221.38º | 0.53% | 0.85% | - |
| XYZ | 27.22 | 26.06 | 69.93 | - |
| YUV | 136.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 218 | 0.53 | 0.37 | 0 | 0.15 | 221.38 | 0.61 | 0.63 |
| Hex | 66 | 8A | DA | 35 | 25 | 0 | F | DD | 3D | 3F |
| Octal | 146 | 212 | 332 | 65 | 45 | 0 | 17 | 335 | 75 | 77 |
| Binary | 1100110 | 10001010 | 11011010 | 110101 | 100101 | 0 | 1111 | 11011101 | 111101 | 111111 |
Color Harmonies of #668ADA
Complementary color
Monochromatic Colors of #668ADA
Black with #668ADA
Text Example
Text Example
White with #668ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668ADA; }
p { color: rgb(102,138,218); }
H1.HeaderClassName
{
color: #668ADA;
}
.AnyTagClassName
{
color: #668ADA;
}
</style>
background-color css
<style>
a { background-color: #668ADA; }
a { background-color: rgb(102,138,218); }
div.DivClassName
{
background-color: #668ADA;
}
.BgClassName
{
background-color: #668ADA;
}
</style>
border-color css
<style>
span { border-color: #668ADA; }
span { border-color: rgb(102,138,218); }
td.TdClassName
{
border-color: #668ADA;
}
.TagClassName
{
border-color: #668ADA;
}
</style>