Shades of Danube #6182B2
Tints of Danube #6182B2
RGB
CMYK
RGB Variations
Color information
#6182B2 (or 0x6182B2) is known color: Danube. HEX triplet: 61, 82 and B2. RGB value is (97,130,178). Sum of RGB (Red+Green+Blue) = 97+130+178=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #6182B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6182B2 is #9E7D4D. Grayscale: #7D7D7D. Windows color (decimal): -10386766 or 11698785. OLE color: 11698785.
HSL color Cylindrical-coordinate representation of color #6182B2: hue angle of 215.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6182B2 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 130 | 178 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.30 |
| HSL | 215.56º | 0.34% | 0.54% | - |
| HSV(B) | 215.56º | 0.46% | 0.7% | - |
| XYZ | 20.95 | 21.72 | 45.21 | - |
| YUV | 125.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 178 | 0.46 | 0.27 | 0 | 0.30 | 215.56 | 0.34 | 0.54 |
| Hex | 61 | 82 | B2 | 2E | 1B | 0 | 1E | D8 | 22 | 36 |
| Octal | 141 | 202 | 262 | 56 | 33 | 0 | 36 | 330 | 42 | 66 |
| Binary | 1100001 | 10000010 | 10110010 | 101110 | 11011 | 0 | 11110 | 11011000 | 100010 | 110110 |
Color Harmonies of #6182B2
Complementary color
Monochromatic Colors of #6182B2
Black with #6182B2
Text Example
Text Example
White with #6182B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182B2; }
p { color: rgb(97,130,178); }
H1.HeaderClassName
{
color: #6182B2;
}
.AnyTagClassName
{
color: #6182B2;
}
</style>
background-color css
<style>
a { background-color: #6182B2; }
a { background-color: rgb(97,130,178); }
div.DivClassName
{
background-color: #6182B2;
}
.BgClassName
{
background-color: #6182B2;
}
</style>
border-color css
<style>
span { border-color: #6182B2; }
span { border-color: rgb(97,130,178); }
td.TdClassName
{
border-color: #6182B2;
}
.TagClassName
{
border-color: #6182B2;
}
</style>