Shades of Danube #688DCF
Tints of Danube #688DCF
RGB
CMYK
RGB Variations
Color information
#688DCF (or 0x688DCF) is known color: Danube. HEX triplet: 68, 8D and CF. RGB value is (104,141,207). Sum of RGB (Red+Green+Blue) = 104+141+207=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #688DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DCF is #977230. Grayscale: #898989. Windows color (decimal): -9925169 or 13602152. OLE color: 13602152.
HSL color Cylindrical-coordinate representation of color #688DCF: hue angle of 218.45º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688DCF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 141 | 207 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.19 |
| HSL | 218.45º | 0.52% | 0.61% | - |
| HSV(B) | 218.45º | 0.5% | 0.81% | - |
| XYZ | 26.5 | 26.5 | 62.75 | - |
| YUV | 137.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 207 | 0.50 | 0.32 | 0 | 0.19 | 218.45 | 0.52 | 0.61 |
| Hex | 68 | 8D | CF | 32 | 20 | 0 | 13 | DA | 34 | 3D |
| Octal | 150 | 215 | 317 | 62 | 40 | 0 | 23 | 332 | 64 | 75 |
| Binary | 1101000 | 10001101 | 11001111 | 110010 | 100000 | 0 | 10011 | 11011010 | 110100 | 111101 |
Color Harmonies of #688DCF
Complementary color
Monochromatic Colors of #688DCF
Black with #688DCF
Text Example
Text Example
White with #688DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688DCF; }
p { color: rgb(104,141,207); }
H1.HeaderClassName
{
color: #688DCF;
}
.AnyTagClassName
{
color: #688DCF;
}
</style>
background-color css
<style>
a { background-color: #688DCF; }
a { background-color: rgb(104,141,207); }
div.DivClassName
{
background-color: #688DCF;
}
.BgClassName
{
background-color: #688DCF;
}
</style>
border-color css
<style>
span { border-color: #688DCF; }
span { border-color: rgb(104,141,207); }
td.TdClassName
{
border-color: #688DCF;
}
.TagClassName
{
border-color: #688DCF;
}
</style>