COLOR #685C85

HEX: #685C85
RGB: (104,92,133)

Color info

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

RGB color model

#685C85 color RGB value is (104,92,133).

  • red value is 104;
  • green value is 92;
  • blue value is 133.
RGB:
(104,92,133)
(41%,36%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 92 of 255 = 36%
B 133 of 255 = 52%

104
92
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 133 = 329 (100%)
R 104 of 329 ~ 31.61%
G 92 of 329 ~ 27.96%
B 133 of 329 ~ 40.43%

%31.61
%27.96
%40.43

CMYK color model

#685C85 color CMYK value is (22,31,0,48).

  • cyan value is 21.80%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(22,31,0,48)
C22M31Y0K48 
(22%,31%,0%,48%)
(0.22/0.31/0.00/0.48)	

CMYK percentages

%21.8
%30.83
%0
%47.84

Codes

Color #685C85 in popluar color models

685C85
RGB10492133
HSL258°18.22%44.12%
HSB/HSV258°30.83%52.16%
CMYK21.80%30.83%0.00%
47.84%

Color #685C85 in popluar number systems.

HEX685C85
Decimal10492133
Binary1101000101110010000101
Octal150134205

Shades and tints

Shades of #685C85

#685C85
(104,92,133)
#5F5479
(95,84,121)
#564C6D
(86,76,109)
#4D4461
(77,68,97)
#443C55
(68,60,85)
#3B3449
(59,52,73)
#322C3D
(50,44,61)
#292431
(41,36,49)
#201C25
(32,28,37)
#171419
(23,20,25)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #685C85

#685C85
(104,92,133)
#756A90
(117,106,144)
#82789B
(130,120,155)
#8F86A6
(143,134,166)
#9C94B1
(156,148,177)
#A9A2BC
(169,162,188)
#B6B0C7
(182,176,199)
#C3BED2
(195,190,210)
#D0CCDD
(208,204,221)
#DDDAE8
(221,218,232)
#EAE8F3
(234,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685C85 color. Also use rgb(104,92,133) instead hex code.

Text Font Color

.myTextColor { color: #685C85; }

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

This text font color is #685C85.


Background Color

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

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

This div background color is #685C85.


Border color

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

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

This div border color is #685C85.


Opacity

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

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

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

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

This text has shadow with #685C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C85 on black background.


Color preview on white background

This text has color #685C85 on white background.



Black color preview on #685C85 background

This text has black color on #685C85 background.


White color preview on #685C85 background

This text has white color on #685C85 background.