Shades of Mobster #615B68
Tints of Mobster #615B68
RGB
CMYK
RGB Variations
Color information
#615B68 (or 0x615B68) is known color: Mobster. HEX triplet: 61, 5B and 68. RGB value is (97,91,104). Sum of RGB (Red+Green+Blue) = 97+91+104=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #615B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B68 is #9EA497. Grayscale: #5E5E5E. Windows color (decimal): -10396824 or 6839137. OLE color: 6839137.
HSL color Cylindrical-coordinate representation of color #615B68: hue angle of 267.69º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #615B68 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 91 | 104 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.59 |
| HSL | 267.69º | 0.07% | 0.38% | - |
| HSV(B) | 267.69º | 0.13% | 0.41% | - |
| XYZ | 11.17 | 11.02 | 14.64 | - |
| YUV | 94.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 104 | 0.07 | 0.12 | 0 | 0.59 | 267.69 | 0.07 | 0.38 |
| Hex | 61 | 5B | 68 | 7 | C | 0 | 3B | 10C | 7 | 26 |
| Octal | 141 | 133 | 150 | 7 | 14 | 0 | 73 | 414 | 7 | 46 |
| Binary | 1100001 | 1011011 | 1101000 | 111 | 1100 | 0 | 111011 | 100001100 | 111 | 100110 |
Color Harmonies of #615B68
Complementary color
Monochromatic Colors of #615B68
Black with #615B68
Text Example
Text Example
White with #615B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B68; }
p { color: rgb(97,91,104); }
H1.HeaderClassName
{
color: #615B68;
}
.AnyTagClassName
{
color: #615B68;
}
</style>
background-color css
<style>
a { background-color: #615B68; }
a { background-color: rgb(97,91,104); }
div.DivClassName
{
background-color: #615B68;
}
.BgClassName
{
background-color: #615B68;
}
</style>
border-color css
<style>
span { border-color: #615B68; }
span { border-color: rgb(97,91,104); }
td.TdClassName
{
border-color: #615B68;
}
.TagClassName
{
border-color: #615B68;
}
</style>