Shades of Mobster #63516F
Tints of Mobster #63516F
RGB
CMYK
RGB Variations
Color information
#63516F (or 0x63516F) is known color: Mobster. HEX triplet: 63, 51 and 6F. RGB value is (99,81,111). Sum of RGB (Red+Green+Blue) = 99+81+111=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #63516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63516F is #9CAE90. Grayscale: #595959. Windows color (decimal): -10268305 or 7295331. OLE color: 7295331.
HSL color Cylindrical-coordinate representation of color #63516F: hue angle of 276º 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 #63516F is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 81 | 111 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.56 |
| HSL | 276º | 0.16% | 0.38% | - |
| HSV(B) | 276º | 0.27% | 0.44% | - |
| XYZ | 10.96 | 9.69 | 16.33 | - |
| YUV | 89.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 111 | 0.11 | 0.27 | 0 | 0.56 | 276 | 0.16 | 0.38 |
| Hex | 63 | 51 | 6F | B | 1B | 0 | 38 | 114 | 10 | 26 |
| Octal | 143 | 121 | 157 | 13 | 33 | 0 | 70 | 424 | 20 | 46 |
| Binary | 1100011 | 1010001 | 1101111 | 1011 | 11011 | 0 | 111000 | 100010100 | 10000 | 100110 |
Color Harmonies of #63516F
Complementary color
Monochromatic Colors of #63516F
Black with #63516F
Text Example
Text Example
White with #63516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63516F; }
p { color: rgb(99,81,111); }
H1.HeaderClassName
{
color: #63516F;
}
.AnyTagClassName
{
color: #63516F;
}
</style>
background-color css
<style>
a { background-color: #63516F; }
a { background-color: rgb(99,81,111); }
div.DivClassName
{
background-color: #63516F;
}
.BgClassName
{
background-color: #63516F;
}
</style>
border-color css
<style>
span { border-color: #63516F; }
span { border-color: rgb(99,81,111); }
td.TdClassName
{
border-color: #63516F;
}
.TagClassName
{
border-color: #63516F;
}
</style>