COLOR #686BA5

HEX: #686BA5
RGB: (104,107,165)

Color info

#686BA5 contains mainly green and blue colors. Web safe color of #686BA5 is #666699 (or #669).

RGB color model

#686BA5 color RGB value is (104,107,165).

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

RGB channels and saturation

R 104 of 255 = 41%
G 107 of 255 = 42%
B 165 of 255 = 65%

104
107
165

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

Portions of RGB colors in percentages

R + G + B =
104 + 107 + 165 = 376 (100%)
R 104 of 376 ~ 27.66%
G 107 of 376 ~ 28.46%
B 165 of 376 ~ 43.88%

%27.66
%28.46
%43.88

CMYK color model

#686BA5 color CMYK value is (37,35,0,35).

  • cyan value is 36.97%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(37,35,0,35)
C37M35Y0K35 
(37%,35%,0%,35%)
(0.37/0.35/0.00/0.35)	

CMYK percentages

%36.97
%35.15
%0
%35.29

Codes

Color #686BA5 in popluar color models

686BA5
RGB104107165
HSL237°25.31%52.75%
HSB/HSV237°36.97%64.71%
CMYK36.97%35.15%0.00%
35.29%

Color #686BA5 in popluar number systems.

HEX686BA5
Decimal104107165
Binary1101000110101110100101
Octal150153245

Shades and tints

Shades of #686BA5

#686BA5
(104,107,165)
#5F6296
(95,98,150)
#565987
(86,89,135)
#4D5078
(77,80,120)
#444769
(68,71,105)
#3B3E5A
(59,62,90)
#32354B
(50,53,75)
#292C3C
(41,44,60)
#20232D
(32,35,45)
#171A1E
(23,26,30)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #686BA5

#686BA5
(104,107,165)
#7578AD
(117,120,173)
#8285B5
(130,133,181)
#8F92BD
(143,146,189)
#9C9FC5
(156,159,197)
#A9ACCD
(169,172,205)
#B6B9D5
(182,185,213)
#C3C6DD
(195,198,221)
#D0D3E5
(208,211,229)
#DDE0ED
(221,224,237)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686BA5; }

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

This text font color is #686BA5.


Background Color

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

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

This div background color is #686BA5.


Border color

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

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

This div border color is #686BA5.


Opacity

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

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

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

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

This text has shadow with #686BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686BA5 on black background.


Color preview on white background

This text has color #686BA5 on white background.



Black color preview on #686BA5 background

This text has black color on #686BA5 background.


White color preview on #686BA5 background

This text has white color on #686BA5 background.