COLOR #685989

HEX: #685989
RGB: (104,89,137)

Color info

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

RGB color model

#685989 color RGB value is (104,89,137).

  • red value is 104;
  • green value is 89;
  • blue value is 137.
RGB:
(104,89,137)
(41%,35%,54%)

RGB channels and saturation

R 104 of 255 = 41%
G 89 of 255 = 35%
B 137 of 255 = 54%

104
89
137

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

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 137 = 330 (100%)
R 104 of 330 ~ 31.52%
G 89 of 330 ~ 26.97%
B 137 of 330 ~ 41.52%

%31.52
%26.97
%41.52

CMYK color model

#685989 color CMYK value is (24,35,0,46).

  • cyan value is 24.09%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(24,35,0,46)
C24M35Y0K46 
(24%,35%,0%,46%)
(0.24/0.35/0.00/0.46)	

CMYK percentages

%24.09
%35.04
%0
%46.27

Codes

Color #685989 in popluar color models

685989
RGB10489137
HSL259°21.24%44.31%
HSB/HSV259°35.04%53.73%
CMYK24.09%35.04%0.00%
46.27%

Color #685989 in popluar number systems.

HEX685989
Decimal10489137
Binary1101000101100110001001
Octal150131211

Shades and tints

Shades of #685989

#685989
(104,89,137)
#5F517D
(95,81,125)
#564971
(86,73,113)
#4D4165
(77,65,101)
#443959
(68,57,89)
#3B314D
(59,49,77)
#322941
(50,41,65)
#292135
(41,33,53)
#201929
(32,25,41)
#17111D
(23,17,29)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #685989

#685989
(104,89,137)
#756893
(117,104,147)
#82779D
(130,119,157)
#8F86A7
(143,134,167)
#9C95B1
(156,149,177)
#A9A4BB
(169,164,187)
#B6B3C5
(182,179,197)
#C3C2CF
(195,194,207)
#D0D1D9
(208,209,217)
#DDE0E3
(221,224,227)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685989 color. Also use rgb(104,89,137) instead hex code.

Text Font Color

.myTextColor { color: #685989; }

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

This text font color is #685989.


Background Color

.myBgColor { background-color: #685989; }

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

This div background color is #685989.


Border color

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

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

This div border color is #685989.


Opacity

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

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

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

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

This text has shadow with #685989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685989 on black background.


Color preview on white background

This text has color #685989 on white background.



Black color preview on #685989 background

This text has black color on #685989 background.


White color preview on #685989 background

This text has white color on #685989 background.