Shades of Mobster #695A78
Tints of Mobster #695A78
RGB
CMYK
RGB Variations
Color information
#695A78 (or 0x695A78) is known color: Mobster. HEX triplet: 69, 5A and 78. RGB value is (105,90,120). Sum of RGB (Red+Green+Blue) = 105+90+120=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #695A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A78 is #96A587. Grayscale: #616161. Windows color (decimal): -9872776 or 7887465. OLE color: 7887465.
HSL color Cylindrical-coordinate representation of color #695A78: hue angle of 270º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #695A78 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 90 | 120 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.53 |
| HSL | 270º | 0.14% | 0.41% | - |
| HSV(B) | 270º | 0.25% | 0.47% | - |
| XYZ | 12.87 | 11.67 | 19.34 | - |
| YUV | 97.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 120 | 0.13 | 0.25 | 0 | 0.53 | 270 | 0.14 | 0.41 |
| Hex | 69 | 5A | 78 | D | 19 | 0 | 35 | 10E | E | 29 |
| Octal | 151 | 132 | 170 | 15 | 31 | 0 | 65 | 416 | 16 | 51 |
| Binary | 1101001 | 1011010 | 1111000 | 1101 | 11001 | 0 | 110101 | 100001110 | 1110 | 101001 |
Color Harmonies of #695A78
Complementary color
Monochromatic Colors of #695A78
Black with #695A78
Text Example
Text Example
White with #695A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A78; }
p { color: rgb(105,90,120); }
H1.HeaderClassName
{
color: #695A78;
}
.AnyTagClassName
{
color: #695A78;
}
</style>
background-color css
<style>
a { background-color: #695A78; }
a { background-color: rgb(105,90,120); }
div.DivClassName
{
background-color: #695A78;
}
.BgClassName
{
background-color: #695A78;
}
</style>
border-color css
<style>
span { border-color: #695A78; }
span { border-color: rgb(105,90,120); }
td.TdClassName
{
border-color: #695A78;
}
.TagClassName
{
border-color: #695A78;
}
</style>