#604F6C

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

Shades of Mobster #604F6C

Tints of Mobster #604F6C

Color information

#604F6C (or 0x604F6C) is unknown color: approx Mobster. HEX triplet: 60, 4F and 6C. RGB value is (96,79,108). Sum of RGB (Red+Green+Blue) = 96+79+108=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #604F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F6C is #9FB093. Grayscale: #575757. Windows color (decimal): -10465428 or 7098208. OLE color: 7098208.

HSL color Cylindrical-coordinate representation of color #604F6C: hue angle of 275.17º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604F6C is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9679108-
CMYK0.110.2700.58
HSL275.17º15.51%36.67%-
HSV(B)275.17º26.85%42.35%-
XYZ10.339.1615.41-
YUV87.39139.63134.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=33.92%
G=27.92%
B=38.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96791080.110.2700.58275.1715.5136.67
Hex604F6CB1B03A1131025
Octal14011715413330724232045
Binary110000010011111101100101111011011101010001001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604F6C; }

 p { color: rgb(96,79,108); }

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

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

 a { background-color: rgb(96,79,108); }

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

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

 span { border-color: rgb(96,79,108); }

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