COLOR #686B99

HEX: #686B99
RGB: (104,107,153)

Color info

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

RGB color model

#686B99 color RGB value is (104,107,153).

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

RGB channels and saturation

R 104 of 255 = 41%
G 107 of 255 = 42%
B 153 of 255 = 60%

104
107
153

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

Portions of RGB colors in percentages

R + G + B =
104 + 107 + 153 = 364 (100%)
R 104 of 364 ~ 28.57%
G 107 of 364 ~ 29.4%
B 153 of 364 ~ 42.03%

%28.57
%29.4
%42.03

CMYK color model

#686B99 color CMYK value is (32,30,0,40).

  • cyan value is 32.03%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(32,30,0,40)
C32M30Y0K40 
(32%,30%,0%,40%)
(0.32/0.30/0.00/0.40)	

CMYK percentages

%32.03
%30.07
%0
%40

Codes

Color #686B99 in popluar color models

686B99
RGB104107153
HSL236°19.37%50.39%
HSB/HSV236°32.03%60.00%
CMYK32.03%30.07%0.00%
40.00%

Color #686B99 in popluar number systems.

HEX686B99
Decimal104107153
Binary1101000110101110011001
Octal150153231

Shades and tints

Shades of #686B99

#686B99
(104,107,153)
#5F628C
(95,98,140)
#56597F
(86,89,127)
#4D5072
(77,80,114)
#444765
(68,71,101)
#3B3E58
(59,62,88)
#32354B
(50,53,75)
#292C3E
(41,44,62)
#202331
(32,35,49)
#171A24
(23,26,36)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #686B99

#686B99
(104,107,153)
#7578A2
(117,120,162)
#8285AB
(130,133,171)
#8F92B4
(143,146,180)
#9C9FBD
(156,159,189)
#A9ACC6
(169,172,198)
#B6B9CF
(182,185,207)
#C3C6D8
(195,198,216)
#D0D3E1
(208,211,225)
#DDE0EA
(221,224,234)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686B99; }

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

This text font color is #686B99.


Background Color

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

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

This div background color is #686B99.


Border color

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

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

This div border color is #686B99.


Opacity

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

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

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

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

This text has shadow with #686B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686B99 on black background.


Color preview on white background

This text has color #686B99 on white background.



Black color preview on #686B99 background

This text has black color on #686B99 background.


White color preview on #686B99 background

This text has white color on #686B99 background.