Shades of Danube #608DB8
Tints of Danube #608DB8
RGB
CMYK
RGB Variations
Color information
#608DB8 (or 0x608DB8) is known color: Danube. HEX triplet: 60, 8D and B8. RGB value is (96,141,184). Sum of RGB (Red+Green+Blue) = 96+141+184=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 184 - color contains mainly: blue. Hex color #608DB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DB8 is #9F7247. Grayscale: #848484. Windows color (decimal): -10449480 or 12094816. OLE color: 12094816.
HSL color Cylindrical-coordinate representation of color #608DB8: hue angle of 209.32º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608DB8 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 141 | 184 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.28 |
| HSL | 209.32º | 0.38% | 0.55% | - |
| HSV(B) | 209.32º | 0.48% | 0.72% | - |
| XYZ | 23 | 25 | 48.96 | - |
| YUV | 132.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 184 | 0.48 | 0.23 | 0 | 0.28 | 209.32 | 0.38 | 0.55 |
| Hex | 60 | 8D | B8 | 30 | 17 | 0 | 1C | D1 | 26 | 37 |
| Octal | 140 | 215 | 270 | 60 | 27 | 0 | 34 | 321 | 46 | 67 |
| Binary | 1100000 | 10001101 | 10111000 | 110000 | 10111 | 0 | 11100 | 11010001 | 100110 | 110111 |
Color Harmonies of #608DB8
Complementary color
Monochromatic Colors of #608DB8
Black with #608DB8
Text Example
Text Example
White with #608DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DB8; }
p { color: rgb(96,141,184); }
H1.HeaderClassName
{
color: #608DB8;
}
.AnyTagClassName
{
color: #608DB8;
}
</style>
background-color css
<style>
a { background-color: #608DB8; }
a { background-color: rgb(96,141,184); }
div.DivClassName
{
background-color: #608DB8;
}
.BgClassName
{
background-color: #608DB8;
}
</style>
border-color css
<style>
span { border-color: #608DB8; }
span { border-color: rgb(96,141,184); }
td.TdClassName
{
border-color: #608DB8;
}
.TagClassName
{
border-color: #608DB8;
}
</style>