COLOR #686DA2

HEX: #686DA2
RGB: (104,109,162)

Color info

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

RGB color model

#686DA2 color RGB value is (104,109,162).

  • red value is 104;
  • green value is 109;
  • blue value is 162.
RGB:
(104,109,162)
(41%,43%,64%)

RGB channels and saturation

R 104 of 255 = 41%
G 109 of 255 = 43%
B 162 of 255 = 64%

104
109
162

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

Portions of RGB colors in percentages

R + G + B =
104 + 109 + 162 = 375 (100%)
R 104 of 375 ~ 27.73%
G 109 of 375 ~ 29.07%
B 162 of 375 ~ 43.2%

%27.73
%29.07
%43.2

CMYK color model

#686DA2 color CMYK value is (36,33,0,36).

  • cyan value is 35.80%
  • magenta value is 32.72%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(36,33,0,36)
C36M33Y0K36 
(36%,33%,0%,36%)
(0.36/0.33/0.00/0.36)	

CMYK percentages

%35.8
%32.72
%0
%36.47

Codes

Color #686DA2 in popluar color models

686DA2
RGB104109162
HSL235°23.77%52.16%
HSB/HSV235°35.80%63.53%
CMYK35.80%32.72%0.00%
36.47%

Color #686DA2 in popluar number systems.

HEX686DA2
Decimal104109162
Binary1101000110110110100010
Octal150155242

Shades and tints

Shades of #686DA2

#686DA2
(104,109,162)
#5F6494
(95,100,148)
#565B86
(86,91,134)
#4D5278
(77,82,120)
#44496A
(68,73,106)
#3B405C
(59,64,92)
#32374E
(50,55,78)
#292E40
(41,46,64)
#202532
(32,37,50)
#171C24
(23,28,36)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #686DA2

#686DA2
(104,109,162)
#757AAA
(117,122,170)
#8287B2
(130,135,178)
#8F94BA
(143,148,186)
#9CA1C2
(156,161,194)
#A9AECA
(169,174,202)
#B6BBD2
(182,187,210)
#C3C8DA
(195,200,218)
#D0D5E2
(208,213,226)
#DDE2EA
(221,226,234)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686DA2 color. Also use rgb(104,109,162) instead hex code.

Text Font Color

.myTextColor { color: #686DA2; }

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

This text font color is #686DA2.


Background Color

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

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

This div background color is #686DA2.


Border color

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

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

This div border color is #686DA2.


Opacity

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

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

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

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

This text has shadow with #686DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686DA2 on black background.


Color preview on white background

This text has color #686DA2 on white background.



Black color preview on #686DA2 background

This text has black color on #686DA2 background.


White color preview on #686DA2 background

This text has white color on #686DA2 background.