Shades of Danube #688FBC
Tints of Danube #688FBC
RGB
CMYK
RGB Variations
Color information
#688FBC (or 0x688FBC) is known color: Danube. HEX triplet: 68, 8F and BC. RGB value is (104,143,188). Sum of RGB (Red+Green+Blue) = 104+143+188=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #688FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FBC is #977043. Grayscale: #888888. Windows color (decimal): -9924676 or 12357480. OLE color: 12357480.
HSL color Cylindrical-coordinate representation of color #688FBC: hue angle of 212.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688FBC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 143 | 188 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.26 |
| HSL | 212.14º | 0.39% | 0.57% | - |
| HSV(B) | 212.14º | 0.45% | 0.74% | - |
| XYZ | 24.61 | 26.22 | 51.34 | - |
| YUV | 136.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 188 | 0.45 | 0.24 | 0 | 0.26 | 212.14 | 0.39 | 0.57 |
| Hex | 68 | 8F | BC | 2D | 18 | 0 | 1A | D4 | 27 | 39 |
| Octal | 150 | 217 | 274 | 55 | 30 | 0 | 32 | 324 | 47 | 71 |
| Binary | 1101000 | 10001111 | 10111100 | 101101 | 11000 | 0 | 11010 | 11010100 | 100111 | 111001 |
Color Harmonies of #688FBC
Complementary color
Monochromatic Colors of #688FBC
Black with #688FBC
Text Example
Text Example
White with #688FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FBC; }
p { color: rgb(104,143,188); }
H1.HeaderClassName
{
color: #688FBC;
}
.AnyTagClassName
{
color: #688FBC;
}
</style>
background-color css
<style>
a { background-color: #688FBC; }
a { background-color: rgb(104,143,188); }
div.DivClassName
{
background-color: #688FBC;
}
.BgClassName
{
background-color: #688FBC;
}
</style>
border-color css
<style>
span { border-color: #688FBC; }
span { border-color: rgb(104,143,188); }
td.TdClassName
{
border-color: #688FBC;
}
.TagClassName
{
border-color: #688FBC;
}
</style>