#615073

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

Shades of Mobster #615073

Tints of Mobster #615073

Color information

#615073 (or 0x615073) is unknown color: approx Mobster. HEX triplet: 61, 50 and 73. RGB value is (97,80,115). Sum of RGB (Red+Green+Blue) = 97+80+115=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #615073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615073 is #9EAF8C. Grayscale: #585858. Windows color (decimal): -10399629 or 7557217. OLE color: 7557217.

HSL color Cylindrical-coordinate representation of color #615073: hue angle of 269.14º 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 #615073 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9780115-
CMYK0.160.3000.55
HSL269.14º17.95%38.24%-
HSV(B)269.14º30.43%45.1%-
XYZ10.899.5217.48-
YUV89.07142.63133.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=33.22%
G=27.40%
B=39.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97801150.160.3000.55269.1417.9538.24
Hex615073101E03710d1226
Octal14112016320360674152246
Binary1100001101000011100111000011110011011110000110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615073; }

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

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

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

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

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

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

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

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