COLOR #685B6C

HEX: #685B6C
RGB: (104,91,108)

Color info

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

RGB color model

#685B6C color RGB value is (104,91,108).

  • red value is 104;
  • green value is 91;
  • blue value is 108.
RGB:
(104,91,108)
(41%,36%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 91 of 255 = 36%
B 108 of 255 = 42%

104
91
108

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

Portions of RGB colors in percentages

R + G + B =
104 + 91 + 108 = 303 (100%)
R 104 of 303 ~ 34.32%
G 91 of 303 ~ 30.03%
B 108 of 303 ~ 35.64%

%34.32
%30.03
%35.64

CMYK color model

#685B6C color CMYK value is (4,16,0,58).

  • cyan value is 3.70%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(4,16,0,58)
C4M16Y0K58 
(4%,16%,0%,58%)
(0.04/0.16/0.00/0.58)	

CMYK percentages

%3.7
%15.74
%0
%57.65

Codes

Color #685B6C in popluar color models

685B6C
RGB10491108
HSL286°8.54%39.02%
HSB/HSV286°15.74%42.35%
CMYK3.70%15.74%0.00%
57.65%

Color #685B6C in popluar number systems.

HEX685B6C
Decimal10491108
Binary110100010110111101100
Octal150133154

Shades and tints

Shades of #685B6C

#685B6C
(104,91,108)
#5F5363
(95,83,99)
#564B5A
(86,75,90)
#4D4351
(77,67,81)
#443B48
(68,59,72)
#3B333F
(59,51,63)
#322B36
(50,43,54)
#29232D
(41,35,45)
#201B24
(32,27,36)
#17131B
(23,19,27)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #685B6C

#685B6C
(104,91,108)
#756979
(117,105,121)
#827786
(130,119,134)
#8F8593
(143,133,147)
#9C93A0
(156,147,160)
#A9A1AD
(169,161,173)
#B6AFBA
(182,175,186)
#C3BDC7
(195,189,199)
#D0CBD4
(208,203,212)
#DDD9E1
(221,217,225)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685B6C color. Also use rgb(104,91,108) instead hex code.

Text Font Color

.myTextColor { color: #685B6C; }

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

This text font color is #685B6C.


Background Color

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

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

This div background color is #685B6C.


Border color

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

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

This div border color is #685B6C.


Opacity

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

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

Text with #685B6C 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 #685B6C;}

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

This text has shadow with #685B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685B6C on black background.


Color preview on white background

This text has color #685B6C on white background.



Black color preview on #685B6C background

This text has black color on #685B6C background.


White color preview on #685B6C background

This text has white color on #685B6C background.