#615071

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

Shades of Mobster #615071

Tints of Mobster #615071

Color information

#615071 (or 0x615071) is unknown color: approx Mobster. HEX triplet: 61, 50 and 71. RGB value is (97,80,113). Sum of RGB (Red+Green+Blue) = 97+80+113=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #615071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615071 is #9EAF8E. Grayscale: #585858. Windows color (decimal): -10399631 or 7426145. OLE color: 7426145.

HSL color Cylindrical-coordinate representation of color #615071: hue angle of 270.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #615071 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9780113-
CMYK0.140.2900.56
HSL270.91º17.1%37.84%-
HSV(B)270.91º29.2%44.31%-
XYZ10.789.4716.88-
YUV88.84141.63133.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=33.45%
G=27.59%
B=38.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97801130.140.2900.56270.9117.137.84
Hex615071E1D03810f1126
Octal14112016116350704172146
Binary110000110100001110001111011101011100010000111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615071; }

 p { color: rgb(97,80,113); }

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

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

 a { background-color: rgb(97,80,113); }

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

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

 span { border-color: rgb(97,80,113); }

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