Shades of Cornflower Blue #688CDB
Tints of Cornflower Blue #688CDB
RGB
CMYK
RGB Variations
Color information
#688CDB (or 0x688CDB) is known color: Cornflower Blue. HEX triplet: 68, 8C and DB. RGB value is (104,140,219). Sum of RGB (Red+Green+Blue) = 104+140+219=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #688CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CDB is #977324. Grayscale: #898989. Windows color (decimal): -9925413 or 14388328. OLE color: 14388328.
HSL color Cylindrical-coordinate representation of color #688CDB: hue angle of 221.22º degrees, saturation: 0.61, 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 #688CDB is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 140 | 219 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.14 |
| HSL | 221.22º | 0.61% | 0.63% | - |
| HSV(B) | 221.22º | 0.53% | 0.86% | - |
| XYZ | 27.87 | 26.81 | 70.72 | - |
| YUV | 138.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 219 | 0.53 | 0.36 | 0 | 0.14 | 221.22 | 0.61 | 0.63 |
| Hex | 68 | 8C | DB | 35 | 24 | 0 | E | DD | 3D | 3F |
| Octal | 150 | 214 | 333 | 65 | 44 | 0 | 16 | 335 | 75 | 77 |
| Binary | 1101000 | 10001100 | 11011011 | 110101 | 100100 | 0 | 1110 | 11011101 | 111101 | 111111 |
Color Harmonies of #688CDB
Complementary color
Monochromatic Colors of #688CDB
Black with #688CDB
Text Example
Text Example
White with #688CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CDB; }
p { color: rgb(104,140,219); }
H1.HeaderClassName
{
color: #688CDB;
}
.AnyTagClassName
{
color: #688CDB;
}
</style>
background-color css
<style>
a { background-color: #688CDB; }
a { background-color: rgb(104,140,219); }
div.DivClassName
{
background-color: #688CDB;
}
.BgClassName
{
background-color: #688CDB;
}
</style>
border-color css
<style>
span { border-color: #688CDB; }
span { border-color: rgb(104,140,219); }
td.TdClassName
{
border-color: #688CDB;
}
.TagClassName
{
border-color: #688CDB;
}
</style>