#615072

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

Shades of Mobster #615072

Tints of Mobster #615072

Color information

#615072 (or 0x615072) is unknown color: approx Mobster. HEX triplet: 61, 50 and 72. RGB value is (97,80,114). Sum of RGB (Red+Green+Blue) = 97+80+114=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #615072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615072 is #9EAF8D. Grayscale: #585858. Windows color (decimal): -10399630 or 7491681. OLE color: 7491681.

HSL color Cylindrical-coordinate representation of color #615072: hue angle of 270º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #615072 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9780114-
CMYK0.150.3000.55
HSL270º17.53%38.04%-
HSV(B)270º29.82%44.71%-
XYZ10.849.4917.18-
YUV88.96142.13133.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=33.33%
G=27.49%
B=39.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97801140.150.3000.5527017.5338.04
Hex615072F1E03710e1226
Octal14112016217360674162246
Binary110000110100001110010111111110011011110000111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615072; }

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

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

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

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

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

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

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

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