Shades of Cornflower Blue #668ADB
Tints of Cornflower Blue #668ADB
RGB
CMYK
RGB Variations
Color information
#668ADB (or 0x668ADB) is known color: Cornflower Blue. HEX triplet: 66, 8A and DB. RGB value is (102,138,219). Sum of RGB (Red+Green+Blue) = 102+138+219=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #668ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ADB is #997524. Grayscale: #888888. Windows color (decimal): -10056997 or 14387814. OLE color: 14387814.
HSL color Cylindrical-coordinate representation of color #668ADB: hue angle of 221.54º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668ADB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 138 | 219 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.14 |
| HSL | 221.54º | 0.62% | 0.63% | - |
| HSV(B) | 221.54º | 0.53% | 0.86% | - |
| XYZ | 27.35 | 26.12 | 70.62 | - |
| YUV | 136.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 219 | 0.53 | 0.37 | 0 | 0.14 | 221.54 | 0.62 | 0.63 |
| Hex | 66 | 8A | DB | 35 | 25 | 0 | E | DE | 3E | 3F |
| Octal | 146 | 212 | 333 | 65 | 45 | 0 | 16 | 336 | 76 | 77 |
| Binary | 1100110 | 10001010 | 11011011 | 110101 | 100101 | 0 | 1110 | 11011110 | 111110 | 111111 |
Color Harmonies of #668ADB
Complementary color
Monochromatic Colors of #668ADB
Black with #668ADB
Text Example
Text Example
White with #668ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668ADB; }
p { color: rgb(102,138,219); }
H1.HeaderClassName
{
color: #668ADB;
}
.AnyTagClassName
{
color: #668ADB;
}
</style>
background-color css
<style>
a { background-color: #668ADB; }
a { background-color: rgb(102,138,219); }
div.DivClassName
{
background-color: #668ADB;
}
.BgClassName
{
background-color: #668ADB;
}
</style>
border-color css
<style>
span { border-color: #668ADB; }
span { border-color: rgb(102,138,219); }
td.TdClassName
{
border-color: #668ADB;
}
.TagClassName
{
border-color: #668ADB;
}
</style>