COLOR #686B9D

HEX: #686B9D
RGB: (104,107,157)

Color info

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

RGB color model

#686B9D color RGB value is (104,107,157).

  • red value is 104;
  • green value is 107;
  • blue value is 157.
RGB:
(104,107,157)
(41%,42%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 107 of 255 = 42%
B 157 of 255 = 62%

104
107
157

R + G + B ~ 48%. #686B9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 107 + 157 = 368 (100%)
R 104 of 368 ~ 28.26%
G 107 of 368 ~ 29.08%
B 157 of 368 ~ 42.66%

%28.26
%29.08
%42.66

CMYK color model

#686B9D color CMYK value is (34,32,0,38).

  • cyan value is 33.76%
  • magenta value is 31.85%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(34,32,0,38)
C34M32Y0K38 
(34%,32%,0%,38%)
(0.34/0.32/0.00/0.38)	

CMYK percentages

%33.76
%31.85
%0
%38.43

Codes

Color #686B9D in popluar color models

686B9D
RGB104107157
HSL237°21.29%51.18%
HSB/HSV237°33.76%61.57%
CMYK33.76%31.85%0.00%
38.43%

Color #686B9D in popluar number systems.

HEX686B9D
Decimal104107157
Binary1101000110101110011101
Octal150153235

Shades and tints

Shades of #686B9D

#686B9D
(104,107,157)
#5F628F
(95,98,143)
#565981
(86,89,129)
#4D5073
(77,80,115)
#444765
(68,71,101)
#3B3E57
(59,62,87)
#323549
(50,53,73)
#292C3B
(41,44,59)
#20232D
(32,35,45)
#171A1F
(23,26,31)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #686B9D

#686B9D
(104,107,157)
#7578A5
(117,120,165)
#8285AD
(130,133,173)
#8F92B5
(143,146,181)
#9C9FBD
(156,159,189)
#A9ACC5
(169,172,197)
#B6B9CD
(182,185,205)
#C3C6D5
(195,198,213)
#D0D3DD
(208,211,221)
#DDE0E5
(221,224,229)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686B9D color. Also use rgb(104,107,157) instead hex code.

Text Font Color

.myTextColor { color: #686B9D; }

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

This text font color is #686B9D.


Background Color

.myBgColor { background-color: #686B9D; }

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

This div background color is #686B9D.


Border color

.myBorderColor { border: 1px solid #686B9D; }

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

This div border color is #686B9D.


Opacity

.myOpacity80 { color: #686B9D; opacity: 0.8; }

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

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

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

This text has shadow with #686B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686B9D on black background.


Color preview on white background

This text has color #686B9D on white background.



Black color preview on #686B9D background

This text has black color on #686B9D background.


White color preview on #686B9D background

This text has white color on #686B9D background.