COLOR #685777

HEX: #685777
RGB: (104,87,119)

Color info

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

RGB color model

#685777 color RGB value is (104,87,119).

  • red value is 104;
  • green value is 87;
  • blue value is 119.
RGB:
(104,87,119)
(41%,34%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 87 of 255 = 34%
B 119 of 255 = 47%

104
87
119

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

Portions of RGB colors in percentages

R + G + B =
104 + 87 + 119 = 310 (100%)
R 104 of 310 ~ 33.55%
G 87 of 310 ~ 28.06%
B 119 of 310 ~ 38.39%

%33.55
%28.06
%38.39

CMYK color model

#685777 color CMYK value is (13,27,0,53).

  • cyan value is 12.61%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,27,0,53)
C13M27Y0K53 
(13%,27%,0%,53%)
(0.13/0.27/0.00/0.53)	

CMYK percentages

%12.61
%26.89
%0
%53.33

Codes

Color #685777 in popluar color models

685777
RGB10487119
HSL272°15.53%40.39%
HSB/HSV272°26.89%46.67%
CMYK12.61%26.89%0.00%
53.33%

Color #685777 in popluar number systems.

HEX685777
Decimal10487119
Binary110100010101111110111
Octal150127167

Shades and tints

Shades of #685777

#685777
(104,87,119)
#5F506D
(95,80,109)
#564963
(86,73,99)
#4D4259
(77,66,89)
#443B4F
(68,59,79)
#3B3445
(59,52,69)
#322D3B
(50,45,59)
#292631
(41,38,49)
#201F27
(32,31,39)
#17181D
(23,24,29)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #685777

#685777
(104,87,119)
#756683
(117,102,131)
#82758F
(130,117,143)
#8F849B
(143,132,155)
#9C93A7
(156,147,167)
#A9A2B3
(169,162,179)
#B6B1BF
(182,177,191)
#C3C0CB
(195,192,203)
#D0CFD7
(208,207,215)
#DDDEE3
(221,222,227)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685777 color. Also use rgb(104,87,119) instead hex code.

Text Font Color

.myTextColor { color: #685777; }

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

This text font color is #685777.


Background Color

.myBgColor { background-color: #685777; }

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

This div background color is #685777.


Border color

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

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

This div border color is #685777.


Opacity

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

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

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

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

This text has shadow with #685777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685777 on black background.


Color preview on white background

This text has color #685777 on white background.



Black color preview on #685777 background

This text has black color on #685777 background.


White color preview on #685777 background

This text has white color on #685777 background.