COLOR #685D8F

HEX: #685D8F RGB: (104,93,143)

Color info

#685D8F contains red, green and blue colors in about the same proportion. Web safe color of #685D8F is #666699 (or #669).

RGB color model

#685D8F color RGB value is (104,93,143).

RGB: (104,93,143) (41%, 36%, 56%)

RGB channels and saturation

R 104 of 255 = 41%
G 93 of 255 = 36%
B 143 of 255 = 56%

104
93
143

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

Portions of RGB colors in percentages

R + G + B = 104 + 93 + 143 = 340 (100%)
R 104 of 340 ~ 30.59%
G 93 of 340 ~ 27.35%
B 143 of 340 ~ 42.06'%

%30.59
%27.35
%42.06

CMYK color model

#685D8F color CMYK value is (27,35,0,44).

  • cyan value is 27.27%
  • magenta value is 34.97%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (27,35,0,44)
C27M35Y0K44 (27%, 35%, 0%, 44%)
(0.27 / 0.35 / 0.00 / 0.44)

CMYK percentages

%27.27
%34.97
%0
%43.92

Codes

Color #685D8F in popluar color models

68 5D 8F
RGB 104 93 143
HSL 253° 21.19% 46.27%
HSB/HSV 253° 34.97% 56.08%
CMYK 27.27% 34.97% 0.00%
43.92%

Color #685D8F in popluar number systems.

HEX 68 5D 8F
Decimal 104 93 143
Binary 1101000 1011101 10001111
Octal 150 135 217

Shades and tints

Shades of #685D8F

#685D8F
(104,93,143)
#5F5582
(95,85,130)
#564D75
(86,77,117)
#4D4568
(77,69,104)
#443D5B
(68,61,91)
#3B354E
(59,53,78)
#322D41
(50,45,65)
#292534
(41,37,52)
#201D27
(32,29,39)
#17151A
(23,21,26)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #685D8F

#685D8F
(104,93,143)
#756B99
(117,107,153)
#8279A3
(130,121,163)
#8F87AD
(143,135,173)
#9C95B7
(156,149,183)
#A9A3C1
(169,163,193)
#B6B1CB
(182,177,203)
#C3BFD5
(195,191,213)
#D0CDDF
(208,205,223)
#DDDBE9
(221,219,233)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685D8F color. Also use rgb(104,93,143) instead hex code.

Text Font Color

.myTextColor { color: #685D8F; }

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

This text font color is #685D8F.

Background Color

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

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

This div background color is #685D8F.

Border color

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

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

This div border color is #685D8F.

Opacity

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

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

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

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

This text has shadow with #685D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685D8F.

Preview

Color preview on black background

This text has color #685D8F on black background.


Color preview on white background

This text has color #685D8F on white background.


Black color preview on #685D8F background

This text has black color on #685D8F background.


White color preview on #685D8F background

This text has white color on #685D8F background.


Related colors

Complementary color

Complementary color for #hex is #97A270.


I love getcolorcode.com

Triadic colors

1 #8F685D and #5D8F68 with #685D8F are triadic colors.

2 #8F5D68 and #5D688F with #685D8F are triadic colors.