Shades of Danube #688DBF
Tints of Danube #688DBF
RGB
CMYK
RGB Variations
Color information
#688DBF (or 0x688DBF) is known color: Danube. HEX triplet: 68, 8D and BF. RGB value is (104,141,191). Sum of RGB (Red+Green+Blue) = 104+141+191=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #688DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DBF is #977240. Grayscale: #878787. Windows color (decimal): -9925185 or 12553576. OLE color: 12553576.
HSL color Cylindrical-coordinate representation of color #688DBF: hue angle of 214.48º degrees, saturation: 0.4, 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 #688DBF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 141 | 191 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.25 |
| HSL | 214.48º | 0.4% | 0.58% | - |
| HSV(B) | 214.48º | 0.46% | 0.75% | - |
| XYZ | 24.64 | 25.75 | 52.96 | - |
| YUV | 135.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 191 | 0.46 | 0.26 | 0 | 0.25 | 214.48 | 0.4 | 0.58 |
| Hex | 68 | 8D | BF | 2E | 1A | 0 | 19 | D6 | 28 | 3A |
| Octal | 150 | 215 | 277 | 56 | 32 | 0 | 31 | 326 | 50 | 72 |
| Binary | 1101000 | 10001101 | 10111111 | 101110 | 11010 | 0 | 11001 | 11010110 | 101000 | 111010 |
Color Harmonies of #688DBF
Complementary color
Monochromatic Colors of #688DBF
Black with #688DBF
Text Example
Text Example
White with #688DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DBF; }
p { color: rgb(104,141,191); }
H1.HeaderClassName
{
color: #688DBF;
}
.AnyTagClassName
{
color: #688DBF;
}
</style>
background-color css
<style>
a { background-color: #688DBF; }
a { background-color: rgb(104,141,191); }
div.DivClassName
{
background-color: #688DBF;
}
.BgClassName
{
background-color: #688DBF;
}
</style>
border-color css
<style>
span { border-color: #688DBF; }
span { border-color: rgb(104,141,191); }
td.TdClassName
{
border-color: #688DBF;
}
.TagClassName
{
border-color: #688DBF;
}
</style>