Shades of Danube #6182B0
Tints of Danube #6182B0
RGB
CMYK
RGB Variations
Color information
#6182B0 (or 0x6182B0) is known color: Danube. HEX triplet: 61, 82 and B0. RGB value is (97,130,176). Sum of RGB (Red+Green+Blue) = 97+130+176=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #6182B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6182B0 is #9E7D4F. Grayscale: #7D7D7D. Windows color (decimal): -10386768 or 11567713. OLE color: 11567713.
HSL color Cylindrical-coordinate representation of color #6182B0: hue angle of 214.94º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6182B0 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 130 | 176 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.31 |
| HSL | 214.94º | 0.33% | 0.54% | - |
| HSV(B) | 214.94º | 0.45% | 0.69% | - |
| XYZ | 20.75 | 21.64 | 44.16 | - |
| YUV | 125.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 176 | 0.45 | 0.26 | 0 | 0.31 | 214.94 | 0.33 | 0.54 |
| Hex | 61 | 82 | B0 | 2D | 1A | 0 | 1F | D7 | 21 | 36 |
| Octal | 141 | 202 | 260 | 55 | 32 | 0 | 37 | 327 | 41 | 66 |
| Binary | 1100001 | 10000010 | 10110000 | 101101 | 11010 | 0 | 11111 | 11010111 | 100001 | 110110 |
Color Harmonies of #6182B0
Complementary color
Monochromatic Colors of #6182B0
Black with #6182B0
Text Example
Text Example
White with #6182B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182B0; }
p { color: rgb(97,130,176); }
H1.HeaderClassName
{
color: #6182B0;
}
.AnyTagClassName
{
color: #6182B0;
}
</style>
background-color css
<style>
a { background-color: #6182B0; }
a { background-color: rgb(97,130,176); }
div.DivClassName
{
background-color: #6182B0;
}
.BgClassName
{
background-color: #6182B0;
}
</style>
border-color css
<style>
span { border-color: #6182B0; }
span { border-color: rgb(97,130,176); }
td.TdClassName
{
border-color: #6182B0;
}
.TagClassName
{
border-color: #6182B0;
}
</style>