COLOR #686EB7

HEX: #686EB7
RGB: (104,110,183)

Color info

#686EB7 contains mainly blue color. Web safe color of #686EB7 is #6666CC (or #66C).

RGB color model

#686EB7 color RGB value is (104,110,183).

  • red value is 104;
  • green value is 110;
  • blue value is 183.
RGB:
(104,110,183)
(41%,43%,72%)

RGB channels and saturation

R 104 of 255 = 41%
G 110 of 255 = 43%
B 183 of 255 = 72%

104
110
183

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

Portions of RGB colors in percentages

R + G + B =
104 + 110 + 183 = 397 (100%)
R 104 of 397 ~ 26.2%
G 110 of 397 ~ 27.71%
B 183 of 397 ~ 46.1%

%26.2
%27.71
%46.1

CMYK color model

#686EB7 color CMYK value is (43,40,0,28).

  • cyan value is 43.17%
  • magenta value is 39.89%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(43,40,0,28)
C43M40Y0K28 
(43%,40%,0%,28%)
(0.43/0.40/0.00/0.28)	

CMYK percentages

%43.17
%39.89
%0
%28.24

Codes

Color #686EB7 in popluar color models

686EB7
RGB104110183
HSL235°35.43%56.27%
HSB/HSV235°43.17%71.76%
CMYK43.17%39.89%0.00%
28.24%

Color #686EB7 in popluar number systems.

HEX686EB7
Decimal104110183
Binary1101000110111010110111
Octal150156267

Shades and tints

Shades of #686EB7

#686EB7
(104,110,183)
#5F64A7
(95,100,167)
#565A97
(86,90,151)
#4D5087
(77,80,135)
#444677
(68,70,119)
#3B3C67
(59,60,103)
#323257
(50,50,87)
#292847
(41,40,71)
#201E37
(32,30,55)
#171427
(23,20,39)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #686EB7

#686EB7
(104,110,183)
#757BBD
(117,123,189)
#8288C3
(130,136,195)
#8F95C9
(143,149,201)
#9CA2CF
(156,162,207)
#A9AFD5
(169,175,213)
#B6BCDB
(182,188,219)
#C3C9E1
(195,201,225)
#D0D6E7
(208,214,231)
#DDE3ED
(221,227,237)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686EB7 color. Also use rgb(104,110,183) instead hex code.

Text Font Color

.myTextColor { color: #686EB7; }

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

This text font color is #686EB7.


Background Color

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

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

This div background color is #686EB7.


Border color

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

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

This div border color is #686EB7.


Opacity

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

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

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

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

This text has shadow with #686EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686EB7 on black background.


Color preview on white background

This text has color #686EB7 on white background.



Black color preview on #686EB7 background

This text has black color on #686EB7 background.


White color preview on #686EB7 background

This text has white color on #686EB7 background.