COLOR #686F9B

HEX: #686F9B
RGB: (104,111,155)

Color info

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

RGB color model

#686F9B color RGB value is (104,111,155).

  • red value is 104;
  • green value is 111;
  • blue value is 155.
RGB:
(104,111,155)
(41%,44%,61%)

RGB channels and saturation

R 104 of 255 = 41%
G 111 of 255 = 44%
B 155 of 255 = 61%

104
111
155

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

Portions of RGB colors in percentages

R + G + B =
104 + 111 + 155 = 370 (100%)
R 104 of 370 ~ 28.11%
G 111 of 370 ~ 30%
B 155 of 370 ~ 41.89%

%28.11
%30
%41.89

CMYK color model

#686F9B color CMYK value is (33,28,0,39).

  • cyan value is 32.90%
  • magenta value is 28.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(33,28,0,39)
C33M28Y0K39 
(33%,28%,0%,39%)
(0.33/0.28/0.00/0.39)	

CMYK percentages

%32.9
%28.39
%0
%39.22

Codes

Color #686F9B in popluar color models

686F9B
RGB104111155
HSL232°20.32%50.78%
HSB/HSV232°32.90%60.78%
CMYK32.90%28.39%0.00%
39.22%

Color #686F9B in popluar number systems.

HEX686F9B
Decimal104111155
Binary1101000110111110011011
Octal150157233

Shades and tints

Shades of #686F9B

#686F9B
(104,111,155)
#5F658D
(95,101,141)
#565B7F
(86,91,127)
#4D5171
(77,81,113)
#444763
(68,71,99)
#3B3D55
(59,61,85)
#323347
(50,51,71)
#292939
(41,41,57)
#201F2B
(32,31,43)
#17151D
(23,21,29)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #686F9B

#686F9B
(104,111,155)
#757CA4
(117,124,164)
#8289AD
(130,137,173)
#8F96B6
(143,150,182)
#9CA3BF
(156,163,191)
#A9B0C8
(169,176,200)
#B6BDD1
(182,189,209)
#C3CADA
(195,202,218)
#D0D7E3
(208,215,227)
#DDE4EC
(221,228,236)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686F9B color. Also use rgb(104,111,155) instead hex code.

Text Font Color

.myTextColor { color: #686F9B; }

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

This text font color is #686F9B.


Background Color

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

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

This div background color is #686F9B.


Border color

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

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

This div border color is #686F9B.


Opacity

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

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

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

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

This text has shadow with #686F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686F9B on black background.


Color preview on white background

This text has color #686F9B on white background.



Black color preview on #686F9B background

This text has black color on #686F9B background.


White color preview on #686F9B background

This text has white color on #686F9B background.