Shades of Danube #688DB8
Tints of Danube #688DB8
RGB
CMYK
RGB Variations
Color information
#688DB8 (or 0x688DB8) is known color: Danube. HEX triplet: 68, 8D and B8. RGB value is (104,141,184). Sum of RGB (Red+Green+Blue) = 104+141+184=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 184 - color contains mainly: blue. Hex color #688DB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DB8 is #977247. Grayscale: #868686. Windows color (decimal): -9925192 or 12094824. OLE color: 12094824.
HSL color Cylindrical-coordinate representation of color #688DB8: hue angle of 212.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #688DB8 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 141 | 184 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.28 |
| HSL | 212.25º | 0.36% | 0.56% | - |
| HSV(B) | 212.25º | 0.43% | 0.72% | - |
| XYZ | 23.89 | 25.45 | 49 | - |
| YUV | 134.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 184 | 0.43 | 0.23 | 0 | 0.28 | 212.25 | 0.36 | 0.56 |
| Hex | 68 | 8D | B8 | 2B | 17 | 0 | 1C | D4 | 24 | 38 |
| Octal | 150 | 215 | 270 | 53 | 27 | 0 | 34 | 324 | 44 | 70 |
| Binary | 1101000 | 10001101 | 10111000 | 101011 | 10111 | 0 | 11100 | 11010100 | 100100 | 111000 |
Color Harmonies of #688DB8
Complementary color
Monochromatic Colors of #688DB8
Black with #688DB8
Text Example
Text Example
White with #688DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DB8; }
p { color: rgb(104,141,184); }
H1.HeaderClassName
{
color: #688DB8;
}
.AnyTagClassName
{
color: #688DB8;
}
</style>
background-color css
<style>
a { background-color: #688DB8; }
a { background-color: rgb(104,141,184); }
div.DivClassName
{
background-color: #688DB8;
}
.BgClassName
{
background-color: #688DB8;
}
</style>
border-color css
<style>
span { border-color: #688DB8; }
span { border-color: rgb(104,141,184); }
td.TdClassName
{
border-color: #688DB8;
}
.TagClassName
{
border-color: #688DB8;
}
</style>