Shades of Danube #6182B4
Tints of Danube #6182B4
RGB
CMYK
RGB Variations
Color information
#6182B4 (or 0x6182B4) is known color: Danube. HEX triplet: 61, 82 and B4. RGB value is (97,130,180). Sum of RGB (Red+Green+Blue) = 97+130+180=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #6182B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182B4 is #9E7D4B. Grayscale: #7D7D7D. Windows color (decimal): -10386764 or 11829857. OLE color: 11829857.
HSL color Cylindrical-coordinate representation of color #6182B4: hue angle of 216.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6182B4 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 130 | 180 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.29 |
| HSL | 216.14º | 0.36% | 0.54% | - |
| HSV(B) | 216.14º | 0.46% | 0.71% | - |
| XYZ | 21.15 | 21.8 | 46.27 | - |
| YUV | 125.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 180 | 0.46 | 0.28 | 0 | 0.29 | 216.14 | 0.36 | 0.54 |
| Hex | 61 | 82 | B4 | 2E | 1C | 0 | 1D | D8 | 24 | 36 |
| Octal | 141 | 202 | 264 | 56 | 34 | 0 | 35 | 330 | 44 | 66 |
| Binary | 1100001 | 10000010 | 10110100 | 101110 | 11100 | 0 | 11101 | 11011000 | 100100 | 110110 |
Color Harmonies of #6182B4
Complementary color
Monochromatic Colors of #6182B4
Black with #6182B4
Text Example
Text Example
White with #6182B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182B4; }
p { color: rgb(97,130,180); }
H1.HeaderClassName
{
color: #6182B4;
}
.AnyTagClassName
{
color: #6182B4;
}
</style>
background-color css
<style>
a { background-color: #6182B4; }
a { background-color: rgb(97,130,180); }
div.DivClassName
{
background-color: #6182B4;
}
.BgClassName
{
background-color: #6182B4;
}
</style>
border-color css
<style>
span { border-color: #6182B4; }
span { border-color: rgb(97,130,180); }
td.TdClassName
{
border-color: #6182B4;
}
.TagClassName
{
border-color: #6182B4;
}
</style>