COLOR #685879

HEX: #685879
RGB: (104,88,121)

Color info

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

RGB color model

#685879 color RGB value is (104,88,121).

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

RGB channels and saturation

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

104
88
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 88 + 121 = 313 (100%)
R 104 of 313 ~ 33.23%
G 88 of 313 ~ 28.12%
B 121 of 313 ~ 38.66%

%33.23
%28.12
%38.66

CMYK color model

#685879 color CMYK value is (14,27,0,53).

  • cyan value is 14.05%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(14,27,0,53)
C14M27Y0K53 
(14%,27%,0%,53%)
(0.14/0.27/0.00/0.53)	

CMYK percentages

%14.05
%27.27
%0
%52.55

Codes

Color #685879 in popluar color models

685879
RGB10488121
HSL269°15.79%40.98%
HSB/HSV269°27.27%47.45%
CMYK14.05%27.27%0.00%
52.55%

Color #685879 in popluar number systems.

HEX685879
Decimal10488121
Binary110100010110001111001
Octal150130171

Shades and tints

Shades of #685879

#685879
(104,88,121)
#5F506E
(95,80,110)
#564863
(86,72,99)
#4D4058
(77,64,88)
#44384D
(68,56,77)
#3B3042
(59,48,66)
#322837
(50,40,55)
#29202C
(41,32,44)
#201821
(32,24,33)
#171016
(23,16,22)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #685879

#685879
(104,88,121)
#756785
(117,103,133)
#827691
(130,118,145)
#8F859D
(143,133,157)
#9C94A9
(156,148,169)
#A9A3B5
(169,163,181)
#B6B2C1
(182,178,193)
#C3C1CD
(195,193,205)
#D0D0D9
(208,208,217)
#DDDFE5
(221,223,229)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685879; }

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

This text font color is #685879.


Background Color

.myBgColor { background-color: #685879; }

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

This div background color is #685879.


Border color

.myBorderColor { border: 1px solid #685879; }

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

This div border color is #685879.


Opacity

.myOpacity80 { color: #685879; opacity: 0.8; }

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

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

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

This text has shadow with #685879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685879 on black background.


Color preview on white background

This text has color #685879 on white background.



Black color preview on #685879 background

This text has black color on #685879 background.


White color preview on #685879 background

This text has white color on #685879 background.