Shades of Danube #688DC5
Tints of Danube #688DC5
RGB
CMYK
RGB Variations
Color information
#688DC5 (or 0x688DC5) is known color: Danube. HEX triplet: 68, 8D and C5. RGB value is (104,141,197). Sum of RGB (Red+Green+Blue) = 104+141+197=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #688DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DC5 is #97723A. Grayscale: #888888. Windows color (decimal): -9925179 or 12946792. OLE color: 12946792.
HSL color Cylindrical-coordinate representation of color #688DC5: hue angle of 216.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688DC5 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 141 | 197 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.23 |
| HSL | 216.13º | 0.44% | 0.59% | - |
| HSV(B) | 216.13º | 0.47% | 0.77% | - |
| XYZ | 25.31 | 26.02 | 56.51 | - |
| YUV | 136.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 197 | 0.47 | 0.28 | 0 | 0.23 | 216.13 | 0.44 | 0.59 |
| Hex | 68 | 8D | C5 | 2F | 1C | 0 | 17 | D8 | 2C | 3B |
| Octal | 150 | 215 | 305 | 57 | 34 | 0 | 27 | 330 | 54 | 73 |
| Binary | 1101000 | 10001101 | 11000101 | 101111 | 11100 | 0 | 10111 | 11011000 | 101100 | 111011 |
Color Harmonies of #688DC5
Complementary color
Monochromatic Colors of #688DC5
Black with #688DC5
Text Example
Text Example
White with #688DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DC5; }
p { color: rgb(104,141,197); }
H1.HeaderClassName
{
color: #688DC5;
}
.AnyTagClassName
{
color: #688DC5;
}
</style>
background-color css
<style>
a { background-color: #688DC5; }
a { background-color: rgb(104,141,197); }
div.DivClassName
{
background-color: #688DC5;
}
.BgClassName
{
background-color: #688DC5;
}
</style>
border-color css
<style>
span { border-color: #688DC5; }
span { border-color: rgb(104,141,197); }
td.TdClassName
{
border-color: #688DC5;
}
.TagClassName
{
border-color: #688DC5;
}
</style>