#61506C

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

Shades of Mobster #61506C

Tints of Mobster #61506C

Color information

#61506C (or 0x61506C) is unknown color: approx Mobster. HEX triplet: 61, 50 and 6C. RGB value is (97,80,108). Sum of RGB (Red+Green+Blue) = 97+80+108=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #61506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61506C is #9EAF93. Grayscale: #585858. Windows color (decimal): -10399636 or 7098465. OLE color: 7098465.

HSL color Cylindrical-coordinate representation of color #61506C: hue angle of 276.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #61506C is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9780108-
CMYK0.100.2600.58
HSL276.43º14.89%36.86%-
HSV(B)276.43º25.93%42.35%-
XYZ10.519.3615.44-
YUV88.28139.13134.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=34.04%
G=28.07%
B=37.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97801080.100.2600.58276.4314.8936.86
Hex61506CA1A03A114f25
Octal14112015412320724241745
Binary11000011010000110110010101101001110101000101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61506C; }

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

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

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

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

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

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

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

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