Shades of Mobster #62516F
Tints of Mobster #62516F
RGB
CMYK
RGB Variations
Color information
#62516F (or 0x62516F) is known color: Mobster. HEX triplet: 62, 51 and 6F. RGB value is (98,81,111). Sum of RGB (Red+Green+Blue) = 98+81+111=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #62516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62516F is #9DAE90. Grayscale: #595959. Windows color (decimal): -10333841 or 7295330. OLE color: 7295330.
HSL color Cylindrical-coordinate representation of color #62516F: hue angle of 274º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62516F is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 81 | 111 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.56 |
| HSL | 274º | 0.16% | 0.38% | - |
| HSV(B) | 274º | 0.27% | 0.44% | - |
| XYZ | 10.85 | 9.63 | 16.33 | - |
| YUV | 89.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 111 | 0.12 | 0.27 | 0 | 0.56 | 274 | 0.16 | 0.38 |
| Hex | 62 | 51 | 6F | C | 1B | 0 | 38 | 112 | 10 | 26 |
| Octal | 142 | 121 | 157 | 14 | 33 | 0 | 70 | 422 | 20 | 46 |
| Binary | 1100010 | 1010001 | 1101111 | 1100 | 11011 | 0 | 111000 | 100010010 | 10000 | 100110 |
Color Harmonies of #62516F
Complementary color
Monochromatic Colors of #62516F
Black with #62516F
Text Example
Text Example
White with #62516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62516F; }
p { color: rgb(98,81,111); }
H1.HeaderClassName
{
color: #62516F;
}
.AnyTagClassName
{
color: #62516F;
}
</style>
background-color css
<style>
a { background-color: #62516F; }
a { background-color: rgb(98,81,111); }
div.DivClassName
{
background-color: #62516F;
}
.BgClassName
{
background-color: #62516F;
}
</style>
border-color css
<style>
span { border-color: #62516F; }
span { border-color: rgb(98,81,111); }
td.TdClassName
{
border-color: #62516F;
}
.TagClassName
{
border-color: #62516F;
}
</style>