#615272

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

Shades of Mobster #615272

Tints of Mobster #615272

Color information

#615272 (or 0x615272) is unknown color: approx Mobster. HEX triplet: 61, 52 and 72. RGB value is (97,82,114). Sum of RGB (Red+Green+Blue) = 97+82+114=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #615272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615272 is #9EAD8D. Grayscale: #5A5A5A. Windows color (decimal): -10399118 or 7492193. OLE color: 7492193.

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

Color convert

RGB9782114-
CMYK0.150.2800.55
HSL268.12º16.33%38.43%-
HSV(B)268.12º28.07%44.71%-
XYZ10.989.7917.23-
YUV90.13141.47132.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=33.11%
G=27.99%
B=38.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97821140.150.2800.55268.1216.3338.43
Hex615272F1C03710c1026
Octal14112216217340674142046
Binary110000110100101110010111111100011011110000110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615272; }

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

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

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

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

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

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

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

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