#615472

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

Shades of Mobster #615472

Tints of Mobster #615472

Color information

#615472 (or 0x615472) is unknown color: approx Mobster. HEX triplet: 61, 54 and 72. RGB value is (97,84,114). Sum of RGB (Red+Green+Blue) = 97+84+114=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #615472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615472 is #9EAB8D. Grayscale: #5B5B5B. Windows color (decimal): -10398606 or 7492705. OLE color: 7492705.

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

Color convert

RGB9784114-
CMYK0.150.2600.55
HSL266º15.15%38.82%-
HSV(B)266º26.32%44.71%-
XYZ11.1410.117.28-
YUV91.31140.81132.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=32.88%
G=28.47%
B=38.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97841140.150.2600.5526615.1538.82
Hex615472F1A03710af27
Octal14112416217320674121747
Binary11000011010100111001011111101001101111000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615472; }

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

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

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

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

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

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

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

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