Shades of Mobster #63506F
Tints of Mobster #63506F
RGB
CMYK
RGB Variations
Color information
#63506F (or 0x63506F) is known color: Mobster. HEX triplet: 63, 50 and 6F. RGB value is (99,80,111). Sum of RGB (Red+Green+Blue) = 99+80+111=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 80 (31.64% from 255 or 27.59% 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 #63506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63506F is #9CAF90. Grayscale: #595959. Windows color (decimal): -10268561 or 7295075. OLE color: 7295075.
HSL color Cylindrical-coordinate representation of color #63506F: hue angle of 276.77º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63506F is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 80 | 111 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.56 |
| HSL | 276.77º | 0.16% | 0.37% | - |
| HSV(B) | 276.77º | 0.28% | 0.44% | - |
| XYZ | 10.88 | 9.54 | 16.31 | - |
| YUV | 89.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 111 | 0.11 | 0.28 | 0 | 0.56 | 276.77 | 0.16 | 0.37 |
| Hex | 63 | 50 | 6F | B | 1C | 0 | 38 | 115 | 10 | 25 |
| Octal | 143 | 120 | 157 | 13 | 34 | 0 | 70 | 425 | 20 | 45 |
| Binary | 1100011 | 1010000 | 1101111 | 1011 | 11100 | 0 | 111000 | 100010101 | 10000 | 100101 |
Color Harmonies of #63506F
Complementary color
Monochromatic Colors of #63506F
Black with #63506F
Text Example
Text Example
White with #63506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63506F; }
p { color: rgb(99,80,111); }
H1.HeaderClassName
{
color: #63506F;
}
.AnyTagClassName
{
color: #63506F;
}
</style>
background-color css
<style>
a { background-color: #63506F; }
a { background-color: rgb(99,80,111); }
div.DivClassName
{
background-color: #63506F;
}
.BgClassName
{
background-color: #63506F;
}
</style>
border-color css
<style>
span { border-color: #63506F; }
span { border-color: rgb(99,80,111); }
td.TdClassName
{
border-color: #63506F;
}
.TagClassName
{
border-color: #63506F;
}
</style>