#685A71

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

Shades of Mobster #685A71

Tints of Mobster #685A71

Color information

#685A71 (or 0x685A71) is unknown color: approx Mobster. HEX triplet: 68, 5A and 71. RGB value is (104,90,113). Sum of RGB (Red+Green+Blue) = 104+90+113=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #685A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A71 is #97A58E. Grayscale: #606060. Windows color (decimal): -9938319 or 7428712. OLE color: 7428712.

HSL color Cylindrical-coordinate representation of color #685A71: hue angle of 276.52º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685A71 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10490113-
CMYK0.080.2000.56
HSL276.52º11.33%39.8%-
HSV(B)276.52º20.35%44.31%-
XYZ12.3511.4517.18-
YUV96.81137.14133.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=33.88%
G=29.32%
B=36.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104901130.080.2000.56276.5211.3339.8
Hex685A71814038115b28
Octal15013216110240704251350
Binary11010001011010111000110001010001110001000101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,113); }

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

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

 a { background-color: rgb(104,90,113); }

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

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

 span { border-color: rgb(104,90,113); }

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