#685D74

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

Shades of Mobster #685D74

Tints of Mobster #685D74

Color information

#685D74 (or 0x685D74) is unknown color: approx Mobster. HEX triplet: 68, 5D and 74. RGB value is (104,93,116). Sum of RGB (Red+Green+Blue) = 104+93+116=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #685D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D74 is #97A28B. Grayscale: #626262. Windows color (decimal): -9937548 or 7626088. OLE color: 7626088.

HSL color Cylindrical-coordinate representation of color #685D74: hue angle of 268.7º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685D74 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10493116-
CMYK0.100.2000.55
HSL268.7º11%40.98%-
HSV(B)268.7º19.83%45.49%-
XYZ12.7812.0318.17-
YUV98.91137.64131.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=33.23%
G=29.71%
B=37.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104931160.100.2000.55268.71140.98
Hex685D74A1403710db29
Octal15013516412240674151351
Binary11010001011101111010010101010001101111000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685D74; }

 p { color: rgb(104,93,116); }

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

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

 a { background-color: rgb(104,93,116); }

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

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

 span { border-color: rgb(104,93,116); }

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