COLOR #686187

HEX: #686187
RGB: (104,97,135)

Color info

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

RGB color model

#686187 color RGB value is (104,97,135).

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

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 135 of 255 = 53%

104
97
135

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 135 = 336 (100%)
R 104 of 336 ~ 30.95%
G 97 of 336 ~ 28.87%
B 135 of 336 ~ 40.18%

%30.95
%28.87
%40.18

CMYK color model

#686187 color CMYK value is (23,28,0,47).

  • cyan value is 22.96%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(23,28,0,47)
C23M28Y0K47 
(23%,28%,0%,47%)
(0.23/0.28/0.00/0.47)	

CMYK percentages

%22.96
%28.15
%0
%47.06

Codes

Color #686187 in popluar color models

686187
RGB10497135
HSL251°16.38%45.49%
HSB/HSV251°28.15%52.94%
CMYK22.96%28.15%0.00%
47.06%

Color #686187 in popluar number systems.

HEX686187
Decimal10497135
Binary1101000110000110000111
Octal150141207

Shades and tints

Shades of #686187

#686187
(104,97,135)
#5F597B
(95,89,123)
#56516F
(86,81,111)
#4D4963
(77,73,99)
#444157
(68,65,87)
#3B394B
(59,57,75)
#32313F
(50,49,63)
#292933
(41,41,51)
#202127
(32,33,39)
#17191B
(23,25,27)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #686187

#686187
(104,97,135)
#756F91
(117,111,145)
#827D9B
(130,125,155)
#8F8BA5
(143,139,165)
#9C99AF
(156,153,175)
#A9A7B9
(169,167,185)
#B6B5C3
(182,181,195)
#C3C3CD
(195,195,205)
#D0D1D7
(208,209,215)
#DDDFE1
(221,223,225)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686187; }

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

This text font color is #686187.


Background Color

.myBgColor { background-color: #686187; }

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

This div background color is #686187.


Border color

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

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

This div border color is #686187.


Opacity

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

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

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

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

This text has shadow with #686187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686187 on black background.


Color preview on white background

This text has color #686187 on white background.



Black color preview on #686187 background

This text has black color on #686187 background.


White color preview on #686187 background

This text has white color on #686187 background.