Shades of Danube #688BB8
Tints of Danube #688BB8
RGB
CMYK
RGB Variations
Color information
#688BB8 (or 0x688BB8) is known color: Danube. HEX triplet: 68, 8B and B8. RGB value is (104,139,184). Sum of RGB (Red+Green+Blue) = 104+139+184=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #688BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BB8 is #977447. Grayscale: #858585. Windows color (decimal): -9925704 or 12094312. OLE color: 12094312.
HSL color Cylindrical-coordinate representation of color #688BB8: hue angle of 213.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #688BB8 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 139 | 184 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.28 |
| HSL | 213.75º | 0.36% | 0.56% | - |
| HSV(B) | 213.75º | 0.43% | 0.72% | - |
| XYZ | 23.59 | 24.87 | 48.9 | - |
| YUV | 133.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 184 | 0.43 | 0.24 | 0 | 0.28 | 213.75 | 0.36 | 0.56 |
| Hex | 68 | 8B | B8 | 2B | 18 | 0 | 1C | D6 | 24 | 38 |
| Octal | 150 | 213 | 270 | 53 | 30 | 0 | 34 | 326 | 44 | 70 |
| Binary | 1101000 | 10001011 | 10111000 | 101011 | 11000 | 0 | 11100 | 11010110 | 100100 | 111000 |
Color Harmonies of #688BB8
Complementary color
Monochromatic Colors of #688BB8
Black with #688BB8
Text Example
Text Example
White with #688BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BB8; }
p { color: rgb(104,139,184); }
H1.HeaderClassName
{
color: #688BB8;
}
.AnyTagClassName
{
color: #688BB8;
}
</style>
background-color css
<style>
a { background-color: #688BB8; }
a { background-color: rgb(104,139,184); }
div.DivClassName
{
background-color: #688BB8;
}
.BgClassName
{
background-color: #688BB8;
}
</style>
border-color css
<style>
span { border-color: #688BB8; }
span { border-color: rgb(104,139,184); }
td.TdClassName
{
border-color: #688BB8;
}
.TagClassName
{
border-color: #688BB8;
}
</style>