Shades of Danube #688CB8
Tints of Danube #688CB8
RGB
CMYK
RGB Variations
Color information
#688CB8 (or 0x688CB8) is known color: Danube. HEX triplet: 68, 8C and B8. RGB value is (104,140,184). Sum of RGB (Red+Green+Blue) = 104+140+184=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #688CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CB8 is #977347. Grayscale: #868686. Windows color (decimal): -9925448 or 12094568. OLE color: 12094568.
HSL color Cylindrical-coordinate representation of color #688CB8: hue angle of 213º 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 #688CB8 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 140 | 184 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.28 |
| HSL | 213º | 0.36% | 0.56% | - |
| HSV(B) | 213º | 0.43% | 0.72% | - |
| XYZ | 23.74 | 25.16 | 48.95 | - |
| YUV | 134.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 184 | 0.43 | 0.24 | 0 | 0.28 | 213 | 0.36 | 0.56 |
| Hex | 68 | 8C | B8 | 2B | 18 | 0 | 1C | D5 | 24 | 38 |
| Octal | 150 | 214 | 270 | 53 | 30 | 0 | 34 | 325 | 44 | 70 |
| Binary | 1101000 | 10001100 | 10111000 | 101011 | 11000 | 0 | 11100 | 11010101 | 100100 | 111000 |
Color Harmonies of #688CB8
Complementary color
Monochromatic Colors of #688CB8
Black with #688CB8
Text Example
Text Example
White with #688CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CB8; }
p { color: rgb(104,140,184); }
H1.HeaderClassName
{
color: #688CB8;
}
.AnyTagClassName
{
color: #688CB8;
}
</style>
background-color css
<style>
a { background-color: #688CB8; }
a { background-color: rgb(104,140,184); }
div.DivClassName
{
background-color: #688CB8;
}
.BgClassName
{
background-color: #688CB8;
}
</style>
border-color css
<style>
span { border-color: #688CB8; }
span { border-color: rgb(104,140,184); }
td.TdClassName
{
border-color: #688CB8;
}
.TagClassName
{
border-color: #688CB8;
}
</style>