Shades of Mobster #68557B
Tints of Mobster #68557B
RGB
CMYK
RGB Variations
Color information
#68557B (or 0x68557B) is known color: Mobster. HEX triplet: 68, 55 and 7B. RGB value is (104,85,123). Sum of RGB (Red+Green+Blue) = 104+85+123=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #68557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68557B is #97AA84. Grayscale: #5E5E5E. Windows color (decimal): -9939589 or 8082792. OLE color: 8082792.
HSL color Cylindrical-coordinate representation of color #68557B: hue angle of 270º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68557B is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 85 | 123 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.52 |
| HSL | 270º | 0.18% | 0.41% | - |
| HSV(B) | 270º | 0.31% | 0.48% | - |
| XYZ | 12.53 | 10.87 | 20.18 | - |
| YUV | 95.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 123 | 0.15 | 0.31 | 0 | 0.52 | 270 | 0.18 | 0.41 |
| Hex | 68 | 55 | 7B | F | 1F | 0 | 34 | 10E | 12 | 29 |
| Octal | 150 | 125 | 173 | 17 | 37 | 0 | 64 | 416 | 22 | 51 |
| Binary | 1101000 | 1010101 | 1111011 | 1111 | 11111 | 0 | 110100 | 100001110 | 10010 | 101001 |
Color Harmonies of #68557B
Complementary color
Monochromatic Colors of #68557B
Black with #68557B
Text Example
Text Example
White with #68557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68557B; }
p { color: rgb(104,85,123); }
H1.HeaderClassName
{
color: #68557B;
}
.AnyTagClassName
{
color: #68557B;
}
</style>
background-color css
<style>
a { background-color: #68557B; }
a { background-color: rgb(104,85,123); }
div.DivClassName
{
background-color: #68557B;
}
.BgClassName
{
background-color: #68557B;
}
</style>
border-color css
<style>
span { border-color: #68557B; }
span { border-color: rgb(104,85,123); }
td.TdClassName
{
border-color: #68557B;
}
.TagClassName
{
border-color: #68557B;
}
</style>