Shades of Cornflower Blue #668BDB
Tints of Cornflower Blue #668BDB
RGB
CMYK
RGB Variations
Color information
#668BDB (or 0x668BDB) is known color: Cornflower Blue. HEX triplet: 66, 8B and DB. RGB value is (102,139,219). Sum of RGB (Red+Green+Blue) = 102+139+219=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #668BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BDB is #997424. Grayscale: #888888. Windows color (decimal): -10056741 or 14388070. OLE color: 14388070.
HSL color Cylindrical-coordinate representation of color #668BDB: hue angle of 221.03º 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 #668BDB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 139 | 219 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.14 |
| HSL | 221.03º | 0.62% | 0.63% | - |
| HSV(B) | 221.03º | 0.53% | 0.86% | - |
| XYZ | 27.5 | 26.4 | 70.67 | - |
| YUV | 137.06 | 174.24 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 219 | 0.53 | 0.37 | 0 | 0.14 | 221.03 | 0.62 | 0.63 |
| Hex | 66 | 8B | DB | 35 | 25 | 0 | E | DD | 3E | 3F |
| Octal | 146 | 213 | 333 | 65 | 45 | 0 | 16 | 335 | 76 | 77 |
| Binary | 1100110 | 10001011 | 11011011 | 110101 | 100101 | 0 | 1110 | 11011101 | 111110 | 111111 |
Color Harmonies of #668BDB
Complementary color
Monochromatic Colors of #668BDB
Black with #668BDB
Text Example
Text Example
White with #668BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BDB; }
p { color: rgb(102,139,219); }
H1.HeaderClassName
{
color: #668BDB;
}
.AnyTagClassName
{
color: #668BDB;
}
</style>
background-color css
<style>
a { background-color: #668BDB; }
a { background-color: rgb(102,139,219); }
div.DivClassName
{
background-color: #668BDB;
}
.BgClassName
{
background-color: #668BDB;
}
</style>
border-color css
<style>
span { border-color: #668BDB; }
span { border-color: rgb(102,139,219); }
td.TdClassName
{
border-color: #668BDB;
}
.TagClassName
{
border-color: #668BDB;
}
</style>