#604F76

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

Shades of Mobster #604F76

Tints of Mobster #604F76

Color information

#604F76 (or 0x604F76) is unknown color: approx Mobster. HEX triplet: 60, 4F and 76. RGB value is (96,79,118). Sum of RGB (Red+Green+Blue) = 96+79+118=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #604F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F76 is #9FB089. Grayscale: #585858. Windows color (decimal): -10465418 or 7753568. OLE color: 7753568.

HSL color Cylindrical-coordinate representation of color #604F76: hue angle of 266.15º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604F76 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9679118-
CMYK0.190.3300.54
HSL266.15º19.8%38.63%-
HSV(B)266.15º33.05%46.27%-
XYZ10.899.3918.38-
YUV88.53144.63133.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=32.76%
G=26.96%
B=40.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96791180.190.3300.54266.1519.838.63
Hex604F76132103610a1427
Octal14011716623410664122447
Binary11000001001111111011010011100001011011010000101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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