#604F73

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

Shades of Mobster #604F73

Tints of Mobster #604F73

Color information

#604F73 (or 0x604F73) is unknown color: approx Mobster. HEX triplet: 60, 4F and 73. RGB value is (96,79,115). Sum of RGB (Red+Green+Blue) = 96+79+115=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #604F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F73 is #9FB08C. Grayscale: #585858. Windows color (decimal): -10465421 or 7556960. OLE color: 7556960.

HSL color Cylindrical-coordinate representation of color #604F73: hue angle of 268.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604F73 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9679115-
CMYK0.170.3100.55
HSL268.33º18.56%38.04%-
HSV(B)268.33º31.3%45.1%-
XYZ10.719.3217.45-
YUV88.19143.13133.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=33.10%
G=27.24%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96791150.170.3100.55268.3318.5638.04
Hex604F73111F03710c1326
Octal14011716321370674142346
Binary1100000100111111100111000111111011011110000110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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