Shades of Danube #688DB7
Tints of Danube #688DB7
RGB
CMYK
RGB Variations
Color information
#688DB7 (or 0x688DB7) is known color: Danube. HEX triplet: 68, 8D and B7. RGB value is (104,141,183). Sum of RGB (Red+Green+Blue) = 104+141+183=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #688DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DB7 is #977248. Grayscale: #868686. Windows color (decimal): -9925193 or 12029288. OLE color: 12029288.
HSL color Cylindrical-coordinate representation of color #688DB7: hue angle of 211.9º degrees, saturation: 0.35, 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 #688DB7 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 141 | 183 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.28 |
| HSL | 211.9º | 0.35% | 0.56% | - |
| HSV(B) | 211.9º | 0.43% | 0.72% | - |
| XYZ | 23.78 | 25.41 | 48.45 | - |
| YUV | 134.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 183 | 0.43 | 0.23 | 0 | 0.28 | 211.9 | 0.35 | 0.56 |
| Hex | 68 | 8D | B7 | 2B | 17 | 0 | 1C | D4 | 23 | 38 |
| Octal | 150 | 215 | 267 | 53 | 27 | 0 | 34 | 324 | 43 | 70 |
| Binary | 1101000 | 10001101 | 10110111 | 101011 | 10111 | 0 | 11100 | 11010100 | 100011 | 111000 |
Color Harmonies of #688DB7
Complementary color
Monochromatic Colors of #688DB7
Black with #688DB7
Text Example
Text Example
White with #688DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DB7; }
p { color: rgb(104,141,183); }
H1.HeaderClassName
{
color: #688DB7;
}
.AnyTagClassName
{
color: #688DB7;
}
</style>
background-color css
<style>
a { background-color: #688DB7; }
a { background-color: rgb(104,141,183); }
div.DivClassName
{
background-color: #688DB7;
}
.BgClassName
{
background-color: #688DB7;
}
</style>
border-color css
<style>
span { border-color: #688DB7; }
span { border-color: rgb(104,141,183); }
td.TdClassName
{
border-color: #688DB7;
}
.TagClassName
{
border-color: #688DB7;
}
</style>