Shades of Danube #6085B6
Tints of Danube #6085B6
RGB
CMYK
RGB Variations
Color information
#6085B6 (or 0x6085B6) is known color: Danube. HEX triplet: 60, 85 and B6. RGB value is (96,133,182). Sum of RGB (Red+Green+Blue) = 96+133+182=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #6085B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085B6 is #9F7A49. Grayscale: #7F7F7F. Windows color (decimal): -10451530 or 11961696. OLE color: 11961696.
HSL color Cylindrical-coordinate representation of color #6085B6: hue angle of 214.19º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6085B6 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 133 | 182 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.29 |
| HSL | 214.19º | 0.37% | 0.55% | - |
| HSV(B) | 214.19º | 0.47% | 0.71% | - |
| XYZ | 21.65 | 22.64 | 47.48 | - |
| YUV | 127.52 | 158.74 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 182 | 0.47 | 0.27 | 0 | 0.29 | 214.19 | 0.37 | 0.55 |
| Hex | 60 | 85 | B6 | 2F | 1B | 0 | 1D | D6 | 25 | 37 |
| Octal | 140 | 205 | 266 | 57 | 33 | 0 | 35 | 326 | 45 | 67 |
| Binary | 1100000 | 10000101 | 10110110 | 101111 | 11011 | 0 | 11101 | 11010110 | 100101 | 110111 |
Color Harmonies of #6085B6
Complementary color
Monochromatic Colors of #6085B6
Black with #6085B6
Text Example
Text Example
White with #6085B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085B6; }
p { color: rgb(96,133,182); }
H1.HeaderClassName
{
color: #6085B6;
}
.AnyTagClassName
{
color: #6085B6;
}
</style>
background-color css
<style>
a { background-color: #6085B6; }
a { background-color: rgb(96,133,182); }
div.DivClassName
{
background-color: #6085B6;
}
.BgClassName
{
background-color: #6085B6;
}
</style>
border-color css
<style>
span { border-color: #6085B6; }
span { border-color: rgb(96,133,182); }
td.TdClassName
{
border-color: #6085B6;
}
.TagClassName
{
border-color: #6085B6;
}
</style>