COLOR #685F7C

HEX: #685F7C RGB: (104,95,124)

Color info

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

RGB color model

#685F7C color RGB value is (104,95,124).

RGB: (104,95,124) (41%, 37%, 49%)

RGB channels and saturation

R 104 of 255 = 41%
G 95 of 255 = 37%
B 124 of 255 = 49%

104
95
124

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

Portions of RGB colors in percentages

R + G + B = 104 + 95 + 124 = 323 (100%)
R 104 of 323 ~ 32.2%
G 95 of 323 ~ 29.41%
B 124 of 323 ~ 38.39'%

%32.2
%29.41
%38.39

CMYK color model

#685F7C color CMYK value is (16,23,0,51).

  • cyan value is 16.13%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (16,23,0,51)
C16M23Y0K51 (16%, 23%, 0%, 51%)
(0.16 / 0.23 / 0.00 / 0.51)

CMYK percentages

%16.13
%23.39
%0
%51.37

Codes

Color #685F7C in popluar color models

68 5F 7C
RGB 104 95 124
HSL 259° 13.24% 42.94%
HSB/HSV 259° 23.39% 48.63%
CMYK 16.13% 23.39% 0.00%
51.37%

Color #685F7C in popluar number systems.

HEX 68 5F 7C
Decimal 104 95 124
Binary 1101000 1011111 1111100
Octal 150 137 174

Shades and tints

Shades of #685F7C

#685F7C
(104,95,124)
#5F5771
(95,87,113)
#564F66
(86,79,102)
#4D475B
(77,71,91)
#443F50
(68,63,80)
#3B3745
(59,55,69)
#322F3A
(50,47,58)
#29272F
(41,39,47)
#201F24
(32,31,36)
#171719
(23,23,25)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #685F7C

#685F7C
(104,95,124)
#756D87
(117,109,135)
#827B92
(130,123,146)
#8F899D
(143,137,157)
#9C97A8
(156,151,168)
#A9A5B3
(169,165,179)
#B6B3BE
(182,179,190)
#C3C1C9
(195,193,201)
#D0CFD4
(208,207,212)
#DDDDDF
(221,221,223)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685F7C color. Also use rgb(104,95,124) instead hex code.

Text Font Color

.myTextColor { color: #685F7C; }

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

This text font color is #685F7C.

Background Color

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

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

This div background color is #685F7C.

Border color

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

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

This div border color is #685F7C.

Opacity

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

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

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

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

This text has shadow with #685F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685F7C.

Preview

Color preview on black background

This text has color #685F7C on black background.


Color preview on white background

This text has color #685F7C on white background.


Black color preview on #685F7C background

This text has black color on #685F7C background.


White color preview on #685F7C background

This text has white color on #685F7C background.


Related colors

Complementary color

Complementary color for #hex is #97A083.


I love getcolorcode.com

Triadic colors

1 #7C685F and #5F7C68 with #685F7C are triadic colors.

2 #7C5F68 and #5F687C with #685F7C are triadic colors.