COLOR #686E81

HEX: #686E81 RGB: (104,110,129)

Color info

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

RGB color model

#686E81 color RGB value is (104,110,129).

RGB: (104,110,129) (41%, 43%, 51%)

RGB channels and saturation

R 104 of 255 = 41%
G 110 of 255 = 43%
B 129 of 255 = 51%

104
110
129

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

Portions of RGB colors in percentages

R + G + B = 104 + 110 + 129 = 343 (100%)
R 104 of 343 ~ 30.32%
G 110 of 343 ~ 32.07%
B 129 of 343 ~ 37.61'%

%30.32
%32.07
%37.61

CMYK color model

#686E81 color CMYK value is (19,15,0,49).

  • cyan value is 19.38%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (19,15,0,49)
C19M15Y0K49 (19%, 15%, 0%, 49%)
(0.19 / 0.15 / 0.00 / 0.49)

CMYK percentages

%19.38
%14.73
%0
%49.41

Codes

Color #686E81 in popluar color models

68 6E 81
RGB 104 110 129
HSL 226° 10.73% 45.69%
HSB/HSV 226° 19.38% 50.59%
CMYK 19.38% 14.73% 0.00%
49.41%

Color #686E81 in popluar number systems.

HEX 68 6E 81
Decimal 104 110 129
Binary 1101000 1101110 10000001
Octal 150 156 201

Shades and tints

Shades of #686E81

#686E81
(104,110,129)
#5F6476
(95,100,118)
#565A6B
(86,90,107)
#4D5060
(77,80,96)
#444655
(68,70,85)
#3B3C4A
(59,60,74)
#32323F
(50,50,63)
#292834
(41,40,52)
#201E29
(32,30,41)
#17141E
(23,20,30)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #686E81

#686E81
(104,110,129)
#757B8C
(117,123,140)
#828897
(130,136,151)
#8F95A2
(143,149,162)
#9CA2AD
(156,162,173)
#A9AFB8
(169,175,184)
#B6BCC3
(182,188,195)
#C3C9CE
(195,201,206)
#D0D6D9
(208,214,217)
#DDE3E4
(221,227,228)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686E81; }

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

This text font color is #686E81.

Background Color

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

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

This div background color is #686E81.

Border color

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

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

This div border color is #686E81.

Opacity

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

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

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

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

This text has shadow with #686E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686E81.

Preview

Color preview on black background

This text has color #686E81 on black background.


Color preview on white background

This text has color #686E81 on white background.


Black color preview on #686E81 background

This text has black color on #686E81 background.


White color preview on #686E81 background

This text has white color on #686E81 background.


Related colors

Complementary color

Complementary color for #hex is #97917E.


I love getcolorcode.com

Triadic colors

1 #81686E and #6E8168 with #686E81 are triadic colors.

2 #816E68 and #6E6881 with #686E81 are triadic colors.