Shades of Danube #688CC0
Tints of Danube #688CC0
RGB
CMYK
RGB Variations
Color information
#688CC0 (or 0x688CC0) is known color: Danube. HEX triplet: 68, 8C and C0. RGB value is (104,140,192). Sum of RGB (Red+Green+Blue) = 104+140+192=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #688CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CC0 is #97733F. Grayscale: #868686. Windows color (decimal): -9925440 or 12618856. OLE color: 12618856.
HSL color Cylindrical-coordinate representation of color #688CC0: hue angle of 215.45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688CC0 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 140 | 192 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.25 |
| HSL | 215.45º | 0.41% | 0.58% | - |
| HSV(B) | 215.45º | 0.46% | 0.75% | - |
| XYZ | 24.6 | 25.51 | 53.5 | - |
| YUV | 135.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 192 | 0.46 | 0.27 | 0 | 0.25 | 215.45 | 0.41 | 0.58 |
| Hex | 68 | 8C | C0 | 2E | 1B | 0 | 19 | D7 | 29 | 3A |
| Octal | 150 | 214 | 300 | 56 | 33 | 0 | 31 | 327 | 51 | 72 |
| Binary | 1101000 | 10001100 | 11000000 | 101110 | 11011 | 0 | 11001 | 11010111 | 101001 | 111010 |
Color Harmonies of #688CC0
Complementary color
Monochromatic Colors of #688CC0
Black with #688CC0
Text Example
Text Example
White with #688CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CC0; }
p { color: rgb(104,140,192); }
H1.HeaderClassName
{
color: #688CC0;
}
.AnyTagClassName
{
color: #688CC0;
}
</style>
background-color css
<style>
a { background-color: #688CC0; }
a { background-color: rgb(104,140,192); }
div.DivClassName
{
background-color: #688CC0;
}
.BgClassName
{
background-color: #688CC0;
}
</style>
border-color css
<style>
span { border-color: #688CC0; }
span { border-color: rgb(104,140,192); }
td.TdClassName
{
border-color: #688CC0;
}
.TagClassName
{
border-color: #688CC0;
}
</style>