Shades of Danube #688DD0
Tints of Danube #688DD0
RGB
CMYK
RGB Variations
Color information
#688DD0 (or 0x688DD0) is known color: Danube. HEX triplet: 68, 8D and D0. RGB value is (104,141,208). Sum of RGB (Red+Green+Blue) = 104+141+208=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #688DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DD0 is #97722F. Grayscale: #898989. Windows color (decimal): -9925168 or 13667688. OLE color: 13667688.
HSL color Cylindrical-coordinate representation of color #688DD0: hue angle of 218.65º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688DD0 is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 141 | 208 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.18 |
| HSL | 218.65º | 0.53% | 0.61% | - |
| HSV(B) | 218.65º | 0.5% | 0.82% | - |
| XYZ | 26.62 | 26.55 | 63.4 | - |
| YUV | 137.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 208 | 0.5 | 0.32 | 0 | 0.18 | 218.65 | 0.53 | 0.61 |
| Hex | 68 | 8D | D0 | 32 | 20 | 0 | 12 | DB | 35 | 3D |
| Octal | 150 | 215 | 320 | 62 | 40 | 0 | 22 | 333 | 65 | 75 |
| Binary | 1101000 | 10001101 | 11010000 | 110010 | 100000 | 0 | 10010 | 11011011 | 110101 | 111101 |
Color Harmonies of #688DD0
Complementary color
Monochromatic Colors of #688DD0
Black with #688DD0
Text Example
Text Example
White with #688DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DD0; }
p { color: rgb(104,141,208); }
H1.HeaderClassName
{
color: #688DD0;
}
.AnyTagClassName
{
color: #688DD0;
}
</style>
background-color css
<style>
a { background-color: #688DD0; }
a { background-color: rgb(104,141,208); }
div.DivClassName
{
background-color: #688DD0;
}
.BgClassName
{
background-color: #688DD0;
}
</style>
border-color css
<style>
span { border-color: #688DD0; }
span { border-color: rgb(104,141,208); }
td.TdClassName
{
border-color: #688DD0;
}
.TagClassName
{
border-color: #688DD0;
}
</style>