COLOR #686586

HEX: #686586
RGB: (104,101,134)

Color info

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

RGB color model

#686586 color RGB value is (104,101,134).

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

RGB channels and saturation

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

104
101
134

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

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 134 = 339 (100%)
R 104 of 339 ~ 30.68%
G 101 of 339 ~ 29.79%
B 134 of 339 ~ 39.53%

%30.68
%29.79
%39.53

CMYK color model

#686586 color CMYK value is (22,25,0,47).

  • cyan value is 22.39%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,25,0,47)
C22M25Y0K47 
(22%,25%,0%,47%)
(0.22/0.25/0.00/0.47)	

CMYK percentages

%22.39
%24.63
%0
%47.45

Codes

Color #686586 in popluar color models

686586
RGB104101134
HSL245°14.04%46.08%
HSB/HSV245°24.63%52.55%
CMYK22.39%24.63%0.00%
47.45%

Color #686586 in popluar number systems.

HEX686586
Decimal104101134
Binary1101000110010110000110
Octal150145206

Shades and tints

Shades of #686586

#686586
(104,101,134)
#5F5C7A
(95,92,122)
#56536E
(86,83,110)
#4D4A62
(77,74,98)
#444156
(68,65,86)
#3B384A
(59,56,74)
#322F3E
(50,47,62)
#292632
(41,38,50)
#201D26
(32,29,38)
#17141A
(23,20,26)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #686586

#686586
(104,101,134)
#757391
(117,115,145)
#82819C
(130,129,156)
#8F8FA7
(143,143,167)
#9C9DB2
(156,157,178)
#A9ABBD
(169,171,189)
#B6B9C8
(182,185,200)
#C3C7D3
(195,199,211)
#D0D5DE
(208,213,222)
#DDE3E9
(221,227,233)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686586; }

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

This text font color is #686586.


Background Color

.myBgColor { background-color: #686586; }

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

This div background color is #686586.


Border color

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

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

This div border color is #686586.


Opacity

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

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

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

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

This text has shadow with #686586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686586 on black background.


Color preview on white background

This text has color #686586 on white background.



Black color preview on #686586 background

This text has black color on #686586 background.


White color preview on #686586 background

This text has white color on #686586 background.