Shades of Danube #608DB9
Tints of Danube #608DB9
RGB
CMYK
RGB Variations
Color information
#608DB9 (or 0x608DB9) is known color: Danube. HEX triplet: 60, 8D and B9. RGB value is (96,141,185). Sum of RGB (Red+Green+Blue) = 96+141+185=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #608DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DB9 is #9F7246. Grayscale: #848484. Windows color (decimal): -10449479 or 12160352. OLE color: 12160352.
HSL color Cylindrical-coordinate representation of color #608DB9: hue angle of 209.66º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608DB9 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 141 | 185 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.27 |
| HSL | 209.66º | 0.39% | 0.55% | - |
| HSV(B) | 209.66º | 0.48% | 0.73% | - |
| XYZ | 23.11 | 25.04 | 49.51 | - |
| YUV | 132.56 | 157.59 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 185 | 0.48 | 0.24 | 0 | 0.27 | 209.66 | 0.39 | 0.55 |
| Hex | 60 | 8D | B9 | 30 | 18 | 0 | 1B | D2 | 27 | 37 |
| Octal | 140 | 215 | 271 | 60 | 30 | 0 | 33 | 322 | 47 | 67 |
| Binary | 1100000 | 10001101 | 10111001 | 110000 | 11000 | 0 | 11011 | 11010010 | 100111 | 110111 |
Color Harmonies of #608DB9
Complementary color
Monochromatic Colors of #608DB9
Black with #608DB9
Text Example
Text Example
White with #608DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DB9; }
p { color: rgb(96,141,185); }
H1.HeaderClassName
{
color: #608DB9;
}
.AnyTagClassName
{
color: #608DB9;
}
</style>
background-color css
<style>
a { background-color: #608DB9; }
a { background-color: rgb(96,141,185); }
div.DivClassName
{
background-color: #608DB9;
}
.BgClassName
{
background-color: #608DB9;
}
</style>
border-color css
<style>
span { border-color: #608DB9; }
span { border-color: rgb(96,141,185); }
td.TdClassName
{
border-color: #608DB9;
}
.TagClassName
{
border-color: #608DB9;
}
</style>