COLOR #685E6F

HEX: #685E6F RGB: (104,94,111)

Color info

#685E6F contains red, green and blue colors in about the same proportion. Web safe color of #685E6F is #666666 (or #666).

RGB color model

#685E6F color RGB value is (104,94,111).

RGB: (104,94,111) (41%, 37%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 111 of 255 = 44%

104
94
111

R + G + B ~ 41%. #685E6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 94 + 111 = 309 (100%)
R 104 of 309 ~ 33.66%
G 94 of 309 ~ 30.42%
B 111 of 309 ~ 35.92'%

%33.66
%30.42
%35.92

CMYK color model

#685E6F color CMYK value is (6,15,0,56).

  • cyan value is 6.31%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (6,15,0,56)
C6M15Y0K56 (6%, 15%, 0%, 56%)
(0.06 / 0.15 / 0.00 / 0.56)

CMYK percentages

%6.31
%15.32
%0
%56.47

Codes

Color #685E6F in popluar color models

68 5E 6F
RGB 104 94 111
HSL 275° 8.29% 40.20%
HSB/HSV 275° 15.32% 43.53%
CMYK 6.31% 15.32% 0.00%
56.47%

Color #685E6F in popluar number systems.

HEX 68 5E 6F
Decimal 104 94 111
Binary 1101000 1011110 1101111
Octal 150 136 157

Shades and tints

Shades of #685E6F

#685E6F
(104,94,111)
#5F5665
(95,86,101)
#564E5B
(86,78,91)
#4D4651
(77,70,81)
#443E47
(68,62,71)
#3B363D
(59,54,61)
#322E33
(50,46,51)
#292629
(41,38,41)
#201E1F
(32,30,31)
#171615
(23,22,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #685E6F

#685E6F
(104,94,111)
#756C7C
(117,108,124)
#827A89
(130,122,137)
#8F8896
(143,136,150)
#9C96A3
(156,150,163)
#A9A4B0
(169,164,176)
#B6B2BD
(182,178,189)
#C3C0CA
(195,192,202)
#D0CED7
(208,206,215)
#DDDCE4
(221,220,228)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685E6F color. Also use rgb(104,94,111) instead hex code.

Text Font Color

.myTextColor { color: #685E6F; }

<p style="color:#685E6F">This sample text font color is #685E6F.</p>

This text font color is #685E6F.

Background Color

.myBgColor { background-color: #685E6F; }

<div style="background-color:#685E6F">Inner text</div>

This div background color is #685E6F.

Border color

.myBorderColor { border: 1px solid #685E6F; }

<div style="border:3px solid #685E6F">Div</div>

This div border color is #685E6F.

Opacity

.myOpacity80 { color: #685E6F; opacity: 0.8; }

<p style="color:#685E6F;opacity:0.8;">80%</p>

Text with #685E6F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #685E6F;}

<p style="text-shadow: 3px 3px 1px #685E6F">Text here.</p>

This text has shadow with #685E6F color.


.textShadow {text-shadow: 3px 3px 1px #685E6F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #685E6F, 5px 5px 20px red">Text here.</p>

This text has shadow with #685E6F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#685E6F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#685E6F, Direction=45, Strength=4)">Text</p>

This text has shadow with #685E6F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #685E6F;
-webkit-box-shadow: 1px 1px 3px 2px #685E6F;
box-shadow: 1px 1px 3px 2px #685E6F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #685E6F; -webkit-box-shadow: 1px 1px 3px 2px #685E6F; box-shadow:1px 1px 3px 2px #685E6F;">
Div content here
</div>

This div box has shadow with color #685E6F.

Preview

Color preview on black background

This text has color #685E6F on black background.


Color preview on white background

This text has color #685E6F on white background.


Black color preview on #685E6F background

This text has black color on #685E6F background.


White color preview on #685E6F background

This text has white color on #685E6F background.


Related colors

Complementary color

Complementary color for #hex is #97A190.


I love getcolorcode.com

Triadic colors

1 #6F685E and #5E6F68 with #685E6F are triadic colors.

2 #6F5E68 and #5E686F with #685E6F are triadic colors.