Shades of Danube #688CB9
Tints of Danube #688CB9
RGB
CMYK
RGB Variations
Color information
#688CB9 (or 0x688CB9) is known color: Danube. HEX triplet: 68, 8C and B9. RGB value is (104,140,185). Sum of RGB (Red+Green+Blue) = 104+140+185=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #688CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CB9 is #977346. Grayscale: #868686. Windows color (decimal): -9925447 or 12160104. OLE color: 12160104.
HSL color Cylindrical-coordinate representation of color #688CB9: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #688CB9 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 140 | 185 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.27 |
| HSL | 213.33º | 0.37% | 0.57% | - |
| HSV(B) | 213.33º | 0.44% | 0.73% | - |
| XYZ | 23.84 | 25.2 | 49.51 | - |
| YUV | 134.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 185 | 0.44 | 0.24 | 0 | 0.27 | 213.33 | 0.37 | 0.57 |
| Hex | 68 | 8C | B9 | 2C | 18 | 0 | 1B | D5 | 25 | 39 |
| Octal | 150 | 214 | 271 | 54 | 30 | 0 | 33 | 325 | 45 | 71 |
| Binary | 1101000 | 10001100 | 10111001 | 101100 | 11000 | 0 | 11011 | 11010101 | 100101 | 111001 |
Color Harmonies of #688CB9
Complementary color
Monochromatic Colors of #688CB9
Black with #688CB9
Text Example
Text Example
White with #688CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CB9; }
p { color: rgb(104,140,185); }
H1.HeaderClassName
{
color: #688CB9;
}
.AnyTagClassName
{
color: #688CB9;
}
</style>
background-color css
<style>
a { background-color: #688CB9; }
a { background-color: rgb(104,140,185); }
div.DivClassName
{
background-color: #688CB9;
}
.BgClassName
{
background-color: #688CB9;
}
</style>
border-color css
<style>
span { border-color: #688CB9; }
span { border-color: rgb(104,140,185); }
td.TdClassName
{
border-color: #688CB9;
}
.TagClassName
{
border-color: #688CB9;
}
</style>