Shades of Danube #6085B7
Tints of Danube #6085B7
RGB
CMYK
RGB Variations
Color information
#6085B7 (or 0x6085B7) is known color: Danube. HEX triplet: 60, 85 and B7. RGB value is (96,133,183). Sum of RGB (Red+Green+Blue) = 96+133+183=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #6085B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085B7 is #9F7A48. Grayscale: #7F7F7F. Windows color (decimal): -10451529 or 12027232. OLE color: 12027232.
HSL color Cylindrical-coordinate representation of color #6085B7: hue angle of 214.48º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6085B7 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 133 | 183 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.28 |
| HSL | 214.48º | 0.38% | 0.55% | - |
| HSV(B) | 214.48º | 0.48% | 0.72% | - |
| XYZ | 21.76 | 22.68 | 48.03 | - |
| YUV | 127.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 183 | 0.48 | 0.27 | 0 | 0.28 | 214.48 | 0.38 | 0.55 |
| Hex | 60 | 85 | B7 | 30 | 1B | 0 | 1C | D6 | 26 | 37 |
| Octal | 140 | 205 | 267 | 60 | 33 | 0 | 34 | 326 | 46 | 67 |
| Binary | 1100000 | 10000101 | 10110111 | 110000 | 11011 | 0 | 11100 | 11010110 | 100110 | 110111 |
Color Harmonies of #6085B7
Complementary color
Monochromatic Colors of #6085B7
Black with #6085B7
Text Example
Text Example
White with #6085B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085B7; }
p { color: rgb(96,133,183); }
H1.HeaderClassName
{
color: #6085B7;
}
.AnyTagClassName
{
color: #6085B7;
}
</style>
background-color css
<style>
a { background-color: #6085B7; }
a { background-color: rgb(96,133,183); }
div.DivClassName
{
background-color: #6085B7;
}
.BgClassName
{
background-color: #6085B7;
}
</style>
border-color css
<style>
span { border-color: #6085B7; }
span { border-color: rgb(96,133,183); }
td.TdClassName
{
border-color: #6085B7;
}
.TagClassName
{
border-color: #6085B7;
}
</style>