COLOR #685A79

HEX: #685A79
RGB: (104,90,121)

Color info

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

RGB color model

#685A79 color RGB value is (104,90,121).

  • red value is 104;
  • green value is 90;
  • blue value is 121.
RGB:
(104,90,121)
(41%,35%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 90 of 255 = 35%
B 121 of 255 = 47%

104
90
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 90 + 121 = 315 (100%)
R 104 of 315 ~ 33.02%
G 90 of 315 ~ 28.57%
B 121 of 315 ~ 38.41%

%33.02
%28.57
%38.41

CMYK color model

#685A79 color CMYK value is (14,26,0,53).

  • cyan value is 14.05%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(14,26,0,53)
C14M26Y0K53 
(14%,26%,0%,53%)
(0.14/0.26/0.00/0.53)	

CMYK percentages

%14.05
%25.62
%0
%52.55

Codes

Color #685A79 in popluar color models

685A79
RGB10490121
HSL267°14.69%41.37%
HSB/HSV267°25.62%47.45%
CMYK14.05%25.62%0.00%
52.55%

Color #685A79 in popluar number systems.

HEX685A79
Decimal10490121
Binary110100010110101111001
Octal150132171

Shades and tints

Shades of #685A79

#685A79
(104,90,121)
#5F526E
(95,82,110)
#564A63
(86,74,99)
#4D4258
(77,66,88)
#443A4D
(68,58,77)
#3B3242
(59,50,66)
#322A37
(50,42,55)
#29222C
(41,34,44)
#201A21
(32,26,33)
#171216
(23,18,22)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #685A79

#685A79
(104,90,121)
#756985
(117,105,133)
#827891
(130,120,145)
#8F879D
(143,135,157)
#9C96A9
(156,150,169)
#A9A5B5
(169,165,181)
#B6B4C1
(182,180,193)
#C3C3CD
(195,195,205)
#D0D2D9
(208,210,217)
#DDE1E5
(221,225,229)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685A79 color. Also use rgb(104,90,121) instead hex code.

Text Font Color

.myTextColor { color: #685A79; }

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

This text font color is #685A79.


Background Color

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

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

This div background color is #685A79.


Border color

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

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

This div border color is #685A79.


Opacity

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

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

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

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

This text has shadow with #685A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685A79 on black background.


Color preview on white background

This text has color #685A79 on white background.



Black color preview on #685A79 background

This text has black color on #685A79 background.


White color preview on #685A79 background

This text has white color on #685A79 background.