Shades of Cornflower Blue #688ADB
Tints of Cornflower Blue #688ADB
RGB
CMYK
RGB Variations
Color information
#688ADB (or 0x688ADB) is known color: Cornflower Blue. HEX triplet: 68, 8A and DB. RGB value is (104,138,219). Sum of RGB (Red+Green+Blue) = 104+138+219=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #688ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ADB is #977524. Grayscale: #888888. Windows color (decimal): -9925925 or 14387816. OLE color: 14387816.
HSL color Cylindrical-coordinate representation of color #688ADB: hue angle of 222.26º 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 #688ADB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 138 | 219 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.14 |
| HSL | 222.26º | 0.61% | 0.63% | - |
| HSV(B) | 222.26º | 0.53% | 0.86% | - |
| XYZ | 27.58 | 26.23 | 70.63 | - |
| YUV | 137.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 219 | 0.53 | 0.37 | 0 | 0.14 | 222.26 | 0.61 | 0.63 |
| Hex | 68 | 8A | DB | 35 | 25 | 0 | E | DE | 3D | 3F |
| Octal | 150 | 212 | 333 | 65 | 45 | 0 | 16 | 336 | 75 | 77 |
| Binary | 1101000 | 10001010 | 11011011 | 110101 | 100101 | 0 | 1110 | 11011110 | 111101 | 111111 |
Color Harmonies of #688ADB
Complementary color
Monochromatic Colors of #688ADB
Black with #688ADB
Text Example
Text Example
White with #688ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688ADB; }
p { color: rgb(104,138,219); }
H1.HeaderClassName
{
color: #688ADB;
}
.AnyTagClassName
{
color: #688ADB;
}
</style>
background-color css
<style>
a { background-color: #688ADB; }
a { background-color: rgb(104,138,219); }
div.DivClassName
{
background-color: #688ADB;
}
.BgClassName
{
background-color: #688ADB;
}
</style>
border-color css
<style>
span { border-color: #688ADB; }
span { border-color: rgb(104,138,219); }
td.TdClassName
{
border-color: #688ADB;
}
.TagClassName
{
border-color: #688ADB;
}
</style>