#614F76

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

Shades of Mobster #614F76

Tints of Mobster #614F76

Color information

#614F76 (or 0x614F76) is unknown color: approx Mobster. HEX triplet: 61, 4F and 76. RGB value is (97,79,118). Sum of RGB (Red+Green+Blue) = 97+79+118=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #614F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F76 is #9EB089. Grayscale: #585858. Windows color (decimal): -10399882 or 7753569. OLE color: 7753569.

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

Color convert

RGB9779118-
CMYK0.180.3300.54
HSL267.69º19.8%38.63%-
HSV(B)267.69º33.05%46.27%-
XYZ119.4418.38-
YUV88.83144.46133.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=32.99%
G=26.87%
B=40.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97791180.180.3300.54267.6919.838.63
Hex614F76122103610c1427
Octal14111716622410664142447
Binary11000011001111111011010010100001011011010000110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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