Shades of Danube #688DB6
Tints of Danube #688DB6
RGB
CMYK
RGB Variations
Color information
#688DB6 (or 0x688DB6) is known color: Danube. HEX triplet: 68, 8D and B6. RGB value is (104,141,182). Sum of RGB (Red+Green+Blue) = 104+141+182=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #688DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DB6 is #977249. Grayscale: #868686. Windows color (decimal): -9925194 or 11963752. OLE color: 11963752.
HSL color Cylindrical-coordinate representation of color #688DB6: hue angle of 211.54º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #688DB6 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 141 | 182 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.29 |
| HSL | 211.54º | 0.35% | 0.56% | - |
| HSV(B) | 211.54º | 0.43% | 0.71% | - |
| XYZ | 23.68 | 25.37 | 47.9 | - |
| YUV | 134.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 182 | 0.43 | 0.23 | 0 | 0.29 | 211.54 | 0.35 | 0.56 |
| Hex | 68 | 8D | B6 | 2B | 17 | 0 | 1D | D4 | 23 | 38 |
| Octal | 150 | 215 | 266 | 53 | 27 | 0 | 35 | 324 | 43 | 70 |
| Binary | 1101000 | 10001101 | 10110110 | 101011 | 10111 | 0 | 11101 | 11010100 | 100011 | 111000 |
Color Harmonies of #688DB6
Complementary color
Monochromatic Colors of #688DB6
Black with #688DB6
Text Example
Text Example
White with #688DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DB6; }
p { color: rgb(104,141,182); }
H1.HeaderClassName
{
color: #688DB6;
}
.AnyTagClassName
{
color: #688DB6;
}
</style>
background-color css
<style>
a { background-color: #688DB6; }
a { background-color: rgb(104,141,182); }
div.DivClassName
{
background-color: #688DB6;
}
.BgClassName
{
background-color: #688DB6;
}
</style>
border-color css
<style>
span { border-color: #688DB6; }
span { border-color: rgb(104,141,182); }
td.TdClassName
{
border-color: #688DB6;
}
.TagClassName
{
border-color: #688DB6;
}
</style>