Shades of Danube #608BB9
Tints of Danube #608BB9
RGB
CMYK
RGB Variations
Color information
#608BB9 (or 0x608BB9) is known color: Danube. HEX triplet: 60, 8B and B9. RGB value is (96,139,185). Sum of RGB (Red+Green+Blue) = 96+139+185=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #608BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BB9 is #9F7446. Grayscale: #838383. Windows color (decimal): -10449991 or 12159840. OLE color: 12159840.
HSL color Cylindrical-coordinate representation of color #608BB9: hue angle of 211.01º 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 #608BB9 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 139 | 185 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.27 |
| HSL | 211.01º | 0.39% | 0.55% | - |
| HSV(B) | 211.01º | 0.48% | 0.73% | - |
| XYZ | 22.81 | 24.45 | 49.42 | - |
| YUV | 131.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 185 | 0.48 | 0.25 | 0 | 0.27 | 211.01 | 0.39 | 0.55 |
| Hex | 60 | 8B | B9 | 30 | 19 | 0 | 1B | D3 | 27 | 37 |
| Octal | 140 | 213 | 271 | 60 | 31 | 0 | 33 | 323 | 47 | 67 |
| Binary | 1100000 | 10001011 | 10111001 | 110000 | 11001 | 0 | 11011 | 11010011 | 100111 | 110111 |
Color Harmonies of #608BB9
Complementary color
Monochromatic Colors of #608BB9
Black with #608BB9
Text Example
Text Example
White with #608BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BB9; }
p { color: rgb(96,139,185); }
H1.HeaderClassName
{
color: #608BB9;
}
.AnyTagClassName
{
color: #608BB9;
}
</style>
background-color css
<style>
a { background-color: #608BB9; }
a { background-color: rgb(96,139,185); }
div.DivClassName
{
background-color: #608BB9;
}
.BgClassName
{
background-color: #608BB9;
}
</style>
border-color css
<style>
span { border-color: #608BB9; }
span { border-color: rgb(96,139,185); }
td.TdClassName
{
border-color: #608BB9;
}
.TagClassName
{
border-color: #608BB9;
}
</style>