Shades of Mobster #61516B
Tints of Mobster #61516B
RGB
CMYK
RGB Variations
Color information
#61516B (or 0x61516B) is known color: Mobster. HEX triplet: 61, 51 and 6B. RGB value is (97,81,107). Sum of RGB (Red+Green+Blue) = 97+81+107=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #61516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61516B is #9EAE94. Grayscale: #585858. Windows color (decimal): -10399381 or 7033185. OLE color: 7033185.
HSL color Cylindrical-coordinate representation of color #61516B: hue angle of 276.92º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61516B is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 81 | 107 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.58 |
| HSL | 276.92º | 0.14% | 0.37% | - |
| HSV(B) | 276.92º | 0.24% | 0.42% | - |
| XYZ | 10.53 | 9.49 | 15.19 | - |
| YUV | 88.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 107 | 0.09 | 0.24 | 0 | 0.58 | 276.92 | 0.14 | 0.37 |
| Hex | 61 | 51 | 6B | 9 | 18 | 0 | 3A | 115 | E | 25 |
| Octal | 141 | 121 | 153 | 11 | 30 | 0 | 72 | 425 | 16 | 45 |
| Binary | 1100001 | 1010001 | 1101011 | 1001 | 11000 | 0 | 111010 | 100010101 | 1110 | 100101 |
Color Harmonies of #61516B
Complementary color
Monochromatic Colors of #61516B
Black with #61516B
Text Example
Text Example
White with #61516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61516B; }
p { color: rgb(97,81,107); }
H1.HeaderClassName
{
color: #61516B;
}
.AnyTagClassName
{
color: #61516B;
}
</style>
background-color css
<style>
a { background-color: #61516B; }
a { background-color: rgb(97,81,107); }
div.DivClassName
{
background-color: #61516B;
}
.BgClassName
{
background-color: #61516B;
}
</style>
border-color css
<style>
span { border-color: #61516B; }
span { border-color: rgb(97,81,107); }
td.TdClassName
{
border-color: #61516B;
}
.TagClassName
{
border-color: #61516B;
}
</style>