#614D76

Color #614D76 Mobster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mobster #614D76

Tints of Mobster #614D76

Color information

#614D76 (or 0x614D76) is unknown color: approx Mobster. HEX triplet: 61, 4D and 76. RGB value is (97,77,118). Sum of RGB (Red+Green+Blue) = 97+77+118=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #614D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D76 is #9EB289. Grayscale: #575757. Windows color (decimal): -10400394 or 7753057. OLE color: 7753057.

HSL color Cylindrical-coordinate representation of color #614D76: hue angle of 269.27º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #614D76 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9777118-
CMYK0.180.3500.54
HSL269.27º21.03%38.24%-
HSV(B)269.27º34.75%46.27%-
XYZ10.859.1618.33-
YUV87.65145.13134.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=33.22%
G=26.37%
B=40.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97771180.180.3500.54269.2721.0338.24
Hex614D76122303610d1526
Octal14111516622430664152546
Binary11000011001101111011010010100011011011010000110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614D76; }

 p { color: rgb(97,77,118); }

 H1.HeaderClassName
 {
   color: #614D76;
 }
 .AnyTagClassName
 {
   color: #614D76;
 }
</style>
background-color css

<style>
 a { background-color: #614D76; }

 a { background-color: rgb(97,77,118); }

 div.DivClassName
 {
   background-color: #614D76;
 }
 .BgClassName
 {
   background-color: #614D76;
 }
</style>
border-color css

<style>
 span { border-color: #614D76; }

 span { border-color: rgb(97,77,118); }

 td.TdClassName
 {
   border-color: #614D76;
 }
 .TagClassName
 {
   border-color: #614D76;
 }
</style>