COLOR #685C78

HEX: #685C78
RGB: (104,92,120)

Color info

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

RGB color model

#685C78 color RGB value is (104,92,120).

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

RGB channels and saturation

R 104 of 255 = 41%
G 92 of 255 = 36%
B 120 of 255 = 47%

104
92
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 120 = 316 (100%)
R 104 of 316 ~ 32.91%
G 92 of 316 ~ 29.11%
B 120 of 316 ~ 37.97%

%32.91
%29.11
%37.97

CMYK color model

#685C78 color CMYK value is (13,23,0,53).

  • cyan value is 13.33%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,23,0,53)
C13M23Y0K53 
(13%,23%,0%,53%)
(0.13/0.23/0.00/0.53)	

CMYK percentages

%13.33
%23.33
%0
%52.94

Codes

Color #685C78 in popluar color models

685C78
RGB10492120
HSL266°13.21%41.57%
HSB/HSV266°23.33%47.06%
CMYK13.33%23.33%0.00%
52.94%

Color #685C78 in popluar number systems.

HEX685C78
Decimal10492120
Binary110100010111001111000
Octal150134170

Shades and tints

Shades of #685C78

#685C78
(104,92,120)
#5F546E
(95,84,110)
#564C64
(86,76,100)
#4D445A
(77,68,90)
#443C50
(68,60,80)
#3B3446
(59,52,70)
#322C3C
(50,44,60)
#292432
(41,36,50)
#201C28
(32,28,40)
#17141E
(23,20,30)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #685C78

#685C78
(104,92,120)
#756A84
(117,106,132)
#827890
(130,120,144)
#8F869C
(143,134,156)
#9C94A8
(156,148,168)
#A9A2B4
(169,162,180)
#B6B0C0
(182,176,192)
#C3BECC
(195,190,204)
#D0CCD8
(208,204,216)
#DDDAE4
(221,218,228)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685C78; }

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

This text font color is #685C78.


Background Color

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

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

This div background color is #685C78.


Border color

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

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

This div border color is #685C78.


Opacity

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

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

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

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

This text has shadow with #685C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C78 on black background.


Color preview on white background

This text has color #685C78 on white background.



Black color preview on #685C78 background

This text has black color on #685C78 background.


White color preview on #685C78 background

This text has white color on #685C78 background.