Shades of Danube #6085BA
Tints of Danube #6085BA
RGB
CMYK
RGB Variations
Color information
#6085BA (or 0x6085BA) is known color: Danube. HEX triplet: 60, 85 and BA. RGB value is (96,133,186). Sum of RGB (Red+Green+Blue) = 96+133+186=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #6085BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085BA is #9F7A45. Grayscale: #7F7F7F. Windows color (decimal): -10451526 or 12223840. OLE color: 12223840.
HSL color Cylindrical-coordinate representation of color #6085BA: hue angle of 215.33º 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 #6085BA is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 133 | 186 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.27 |
| HSL | 215.33º | 0.39% | 0.55% | - |
| HSV(B) | 215.33º | 0.48% | 0.73% | - |
| XYZ | 22.07 | 22.81 | 49.69 | - |
| YUV | 127.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 186 | 0.48 | 0.28 | 0 | 0.27 | 215.33 | 0.39 | 0.55 |
| Hex | 60 | 85 | BA | 30 | 1C | 0 | 1B | D7 | 27 | 37 |
| Octal | 140 | 205 | 272 | 60 | 34 | 0 | 33 | 327 | 47 | 67 |
| Binary | 1100000 | 10000101 | 10111010 | 110000 | 11100 | 0 | 11011 | 11010111 | 100111 | 110111 |
Color Harmonies of #6085BA
Complementary color
Monochromatic Colors of #6085BA
Black with #6085BA
Text Example
Text Example
White with #6085BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085BA; }
p { color: rgb(96,133,186); }
H1.HeaderClassName
{
color: #6085BA;
}
.AnyTagClassName
{
color: #6085BA;
}
</style>
background-color css
<style>
a { background-color: #6085BA; }
a { background-color: rgb(96,133,186); }
div.DivClassName
{
background-color: #6085BA;
}
.BgClassName
{
background-color: #6085BA;
}
</style>
border-color css
<style>
span { border-color: #6085BA; }
span { border-color: rgb(96,133,186); }
td.TdClassName
{
border-color: #6085BA;
}
.TagClassName
{
border-color: #6085BA;
}
</style>