Shades of Danube #688AD1
Tints of Danube #688AD1
RGB
CMYK
RGB Variations
Color information
#688AD1 (or 0x688AD1) is known color: Danube. HEX triplet: 68, 8A and D1. RGB value is (104,138,209). Sum of RGB (Red+Green+Blue) = 104+138+209=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #688AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688AD1 is #97752E. Grayscale: #878787. Windows color (decimal): -9925935 or 13732456. OLE color: 13732456.
HSL color Cylindrical-coordinate representation of color #688AD1: hue angle of 220.57º 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 #688AD1 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 138 | 209 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.18 |
| HSL | 220.57º | 0.53% | 0.61% | - |
| HSV(B) | 220.57º | 0.5% | 0.82% | - |
| XYZ | 26.31 | 25.72 | 63.9 | - |
| YUV | 135.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 209 | 0.50 | 0.34 | 0 | 0.18 | 220.57 | 0.53 | 0.61 |
| Hex | 68 | 8A | D1 | 32 | 22 | 0 | 12 | DD | 35 | 3D |
| Octal | 150 | 212 | 321 | 62 | 42 | 0 | 22 | 335 | 65 | 75 |
| Binary | 1101000 | 10001010 | 11010001 | 110010 | 100010 | 0 | 10010 | 11011101 | 110101 | 111101 |
Color Harmonies of #688AD1
Complementary color
Monochromatic Colors of #688AD1
Black with #688AD1
Text Example
Text Example
White with #688AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688AD1; }
p { color: rgb(104,138,209); }
H1.HeaderClassName
{
color: #688AD1;
}
.AnyTagClassName
{
color: #688AD1;
}
</style>
background-color css
<style>
a { background-color: #688AD1; }
a { background-color: rgb(104,138,209); }
div.DivClassName
{
background-color: #688AD1;
}
.BgClassName
{
background-color: #688AD1;
}
</style>
border-color css
<style>
span { border-color: #688AD1; }
span { border-color: rgb(104,138,209); }
td.TdClassName
{
border-color: #688AD1;
}
.TagClassName
{
border-color: #688AD1;
}
</style>