Shades of Mobster #68587A
Tints of Mobster #68587A
RGB
CMYK
RGB Variations
Color information
#68587A (or 0x68587A) is known color: Mobster. HEX triplet: 68, 58 and 7A. RGB value is (104,88,122). Sum of RGB (Red+Green+Blue) = 104+88+122=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #68587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68587A is #97A785. Grayscale: #606060. Windows color (decimal): -9938822 or 8018024. OLE color: 8018024.
HSL color Cylindrical-coordinate representation of color #68587A: hue angle of 268.24º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68587A is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 88 | 122 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.52 |
| HSL | 268.24º | 0.16% | 0.41% | - |
| HSV(B) | 268.24º | 0.28% | 0.48% | - |
| XYZ | 12.71 | 11.33 | 19.93 | - |
| YUV | 96.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 122 | 0.15 | 0.28 | 0 | 0.52 | 268.24 | 0.16 | 0.41 |
| Hex | 68 | 58 | 7A | F | 1C | 0 | 34 | 10C | 10 | 29 |
| Octal | 150 | 130 | 172 | 17 | 34 | 0 | 64 | 414 | 20 | 51 |
| Binary | 1101000 | 1011000 | 1111010 | 1111 | 11100 | 0 | 110100 | 100001100 | 10000 | 101001 |
Color Harmonies of #68587A
Complementary color
Monochromatic Colors of #68587A
Black with #68587A
Text Example
Text Example
White with #68587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68587A; }
p { color: rgb(104,88,122); }
H1.HeaderClassName
{
color: #68587A;
}
.AnyTagClassName
{
color: #68587A;
}
</style>
background-color css
<style>
a { background-color: #68587A; }
a { background-color: rgb(104,88,122); }
div.DivClassName
{
background-color: #68587A;
}
.BgClassName
{
background-color: #68587A;
}
</style>
border-color css
<style>
span { border-color: #68587A; }
span { border-color: rgb(104,88,122); }
td.TdClassName
{
border-color: #68587A;
}
.TagClassName
{
border-color: #68587A;
}
</style>