Shades of Mobster #68557A
Tints of Mobster #68557A
RGB
CMYK
RGB Variations
Color information
#68557A (or 0x68557A) is known color: Mobster. HEX triplet: 68, 55 and 7A. RGB value is (104,85,122). Sum of RGB (Red+Green+Blue) = 104+85+122=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #68557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68557A is #97AA85. Grayscale: #5E5E5E. Windows color (decimal): -9939590 or 8017256. OLE color: 8017256.
HSL color Cylindrical-coordinate representation of color #68557A: hue angle of 270.81º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68557A is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 85 | 122 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.52 |
| HSL | 270.81º | 0.18% | 0.41% | - |
| HSV(B) | 270.81º | 0.3% | 0.48% | - |
| XYZ | 12.47 | 10.85 | 19.85 | - |
| YUV | 94.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 122 | 0.15 | 0.30 | 0 | 0.52 | 270.81 | 0.18 | 0.41 |
| Hex | 68 | 55 | 7A | F | 1E | 0 | 34 | 10F | 12 | 29 |
| Octal | 150 | 125 | 172 | 17 | 36 | 0 | 64 | 417 | 22 | 51 |
| Binary | 1101000 | 1010101 | 1111010 | 1111 | 11110 | 0 | 110100 | 100001111 | 10010 | 101001 |
Color Harmonies of #68557A
Complementary color
Monochromatic Colors of #68557A
Black with #68557A
Text Example
Text Example
White with #68557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68557A; }
p { color: rgb(104,85,122); }
H1.HeaderClassName
{
color: #68557A;
}
.AnyTagClassName
{
color: #68557A;
}
</style>
background-color css
<style>
a { background-color: #68557A; }
a { background-color: rgb(104,85,122); }
div.DivClassName
{
background-color: #68557A;
}
.BgClassName
{
background-color: #68557A;
}
</style>
border-color css
<style>
span { border-color: #68557A; }
span { border-color: rgb(104,85,122); }
td.TdClassName
{
border-color: #68557A;
}
.TagClassName
{
border-color: #68557A;
}
</style>