Shades of Danube #608BB5
Tints of Danube #608BB5
RGB
CMYK
RGB Variations
Color information
#608BB5 (or 0x608BB5) is known color: Danube. HEX triplet: 60, 8B and B5. RGB value is (96,139,181). Sum of RGB (Red+Green+Blue) = 96+139+181=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #608BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BB5 is #9F744A. Grayscale: #828282. Windows color (decimal): -10449995 or 11897696. OLE color: 11897696.
HSL color Cylindrical-coordinate representation of color #608BB5: hue angle of 209.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608BB5 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 139 | 181 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.29 |
| HSL | 209.65º | 0.36% | 0.54% | - |
| HSV(B) | 209.65º | 0.47% | 0.71% | - |
| XYZ | 22.4 | 24.29 | 47.22 | - |
| YUV | 130.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 181 | 0.47 | 0.23 | 0 | 0.29 | 209.65 | 0.36 | 0.54 |
| Hex | 60 | 8B | B5 | 2F | 17 | 0 | 1D | D2 | 24 | 36 |
| Octal | 140 | 213 | 265 | 57 | 27 | 0 | 35 | 322 | 44 | 66 |
| Binary | 1100000 | 10001011 | 10110101 | 101111 | 10111 | 0 | 11101 | 11010010 | 100100 | 110110 |
Color Harmonies of #608BB5
Complementary color
Monochromatic Colors of #608BB5
Black with #608BB5
Text Example
Text Example
White with #608BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BB5; }
p { color: rgb(96,139,181); }
H1.HeaderClassName
{
color: #608BB5;
}
.AnyTagClassName
{
color: #608BB5;
}
</style>
background-color css
<style>
a { background-color: #608BB5; }
a { background-color: rgb(96,139,181); }
div.DivClassName
{
background-color: #608BB5;
}
.BgClassName
{
background-color: #608BB5;
}
</style>
border-color css
<style>
span { border-color: #608BB5; }
span { border-color: rgb(96,139,181); }
td.TdClassName
{
border-color: #608BB5;
}
.TagClassName
{
border-color: #608BB5;
}
</style>