#615076

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

Shades of Mobster #615076

Tints of Mobster #615076

Color information

#615076 (or 0x615076) is unknown color: approx Mobster. HEX triplet: 61, 50 and 76. RGB value is (97,80,118). Sum of RGB (Red+Green+Blue) = 97+80+118=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #615076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615076 is #9EAF89. Grayscale: #595959. Windows color (decimal): -10399626 or 7753825. OLE color: 7753825.

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

Color convert

RGB9780118-
CMYK0.180.3200.54
HSL266.84º19.19%38.82%-
HSV(B)266.84º32.2%46.27%-
XYZ11.079.5918.41-
YUV89.42144.13133.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 118 (46.48% from 255) = 40%
R=32.88%
G=27.12%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97801180.180.3200.54266.8419.1938.82
Hex615076122003610b1327
Octal14112016622400664132347
Binary11000011010000111011010010100000011011010000101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615076; }

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

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

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

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

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

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

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

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