Shades of Danube #688EBC
Tints of Danube #688EBC
RGB
CMYK
RGB Variations
Color information
#688EBC (or 0x688EBC) is known color: Danube. HEX triplet: 68, 8E and BC. RGB value is (104,142,188). Sum of RGB (Red+Green+Blue) = 104+142+188=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #688EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EBC is #977143. Grayscale: #878787. Windows color (decimal): -9924932 or 12357224. OLE color: 12357224.
HSL color Cylindrical-coordinate representation of color #688EBC: hue angle of 212.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688EBC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 142 | 188 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.26 |
| HSL | 212.86º | 0.39% | 0.57% | - |
| HSV(B) | 212.86º | 0.45% | 0.74% | - |
| XYZ | 24.46 | 25.92 | 51.29 | - |
| YUV | 135.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 188 | 0.45 | 0.24 | 0 | 0.26 | 212.86 | 0.39 | 0.57 |
| Hex | 68 | 8E | BC | 2D | 18 | 0 | 1A | D5 | 27 | 39 |
| Octal | 150 | 216 | 274 | 55 | 30 | 0 | 32 | 325 | 47 | 71 |
| Binary | 1101000 | 10001110 | 10111100 | 101101 | 11000 | 0 | 11010 | 11010101 | 100111 | 111001 |
Color Harmonies of #688EBC
Complementary color
Monochromatic Colors of #688EBC
Black with #688EBC
Text Example
Text Example
White with #688EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688EBC; }
p { color: rgb(104,142,188); }
H1.HeaderClassName
{
color: #688EBC;
}
.AnyTagClassName
{
color: #688EBC;
}
</style>
background-color css
<style>
a { background-color: #688EBC; }
a { background-color: rgb(104,142,188); }
div.DivClassName
{
background-color: #688EBC;
}
.BgClassName
{
background-color: #688EBC;
}
</style>
border-color css
<style>
span { border-color: #688EBC; }
span { border-color: rgb(104,142,188); }
td.TdClassName
{
border-color: #688EBC;
}
.TagClassName
{
border-color: #688EBC;
}
</style>