COLOR #686587

HEX: #686587
RGB: (104,101,135)

Color info

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

RGB color model

#686587 color RGB value is (104,101,135).

  • red value is 104;
  • green value is 101;
  • blue value is 135.
RGB:
(104,101,135)
(41%,40%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 101 of 255 = 40%
B 135 of 255 = 53%

104
101
135

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

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 135 = 340 (100%)
R 104 of 340 ~ 30.59%
G 101 of 340 ~ 29.71%
B 135 of 340 ~ 39.71%

%30.59
%29.71
%39.71

CMYK color model

#686587 color CMYK value is (23,25,0,47).

  • cyan value is 22.96%
  • magenta value is 25.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(23,25,0,47)
C23M25Y0K47 
(23%,25%,0%,47%)
(0.23/0.25/0.00/0.47)	

CMYK percentages

%22.96
%25.19
%0
%47.06

Codes

Color #686587 in popluar color models

686587
RGB104101135
HSL245°14.41%46.27%
HSB/HSV245°25.19%52.94%
CMYK22.96%25.19%0.00%
47.06%

Color #686587 in popluar number systems.

HEX686587
Decimal104101135
Binary1101000110010110000111
Octal150145207

Shades and tints

Shades of #686587

#686587
(104,101,135)
#5F5C7B
(95,92,123)
#56536F
(86,83,111)
#4D4A63
(77,74,99)
#444157
(68,65,87)
#3B384B
(59,56,75)
#322F3F
(50,47,63)
#292633
(41,38,51)
#201D27
(32,29,39)
#17141B
(23,20,27)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #686587

#686587
(104,101,135)
#757391
(117,115,145)
#82819B
(130,129,155)
#8F8FA5
(143,143,165)
#9C9DAF
(156,157,175)
#A9ABB9
(169,171,185)
#B6B9C3
(182,185,195)
#C3C7CD
(195,199,205)
#D0D5D7
(208,213,215)
#DDE3E1
(221,227,225)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686587 color. Also use rgb(104,101,135) instead hex code.

Text Font Color

.myTextColor { color: #686587; }

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

This text font color is #686587.


Background Color

.myBgColor { background-color: #686587; }

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

This div background color is #686587.


Border color

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

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

This div border color is #686587.


Opacity

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

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

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

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

This text has shadow with #686587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686587 on black background.


Color preview on white background

This text has color #686587 on white background.



Black color preview on #686587 background

This text has black color on #686587 background.


White color preview on #686587 background

This text has white color on #686587 background.