COLOR #686A7D

HEX: #686A7D RGB: (104,106,125)

Color info

#686A7D contains red, green and blue colors in about the same proportion. Web safe color of #686A7D is #666666 (or #666).

RGB color model

#686A7D color RGB value is (104,106,125).

RGB: (104,106,125) (41%, 42%, 49%)

RGB channels and saturation

R 104 of 255 = 41%
G 106 of 255 = 42%
B 125 of 255 = 49%

104
106
125

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

Portions of RGB colors in percentages

R + G + B = 104 + 106 + 125 = 335 (100%)
R 104 of 335 ~ 31.04%
G 106 of 335 ~ 31.64%
B 125 of 335 ~ 37.31'%

%31.04
%31.64
%37.31

CMYK color model

#686A7D color CMYK value is (17,15,0,51).

  • cyan value is 16.80%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (17,15,0,51)
C17M15Y0K51 (17%, 15%, 0%, 51%)
(0.17 / 0.15 / 0.00 / 0.51)

CMYK percentages

%16.8
%15.2
%0
%50.98

Codes

Color #686A7D in popluar color models

68 6A 7D
RGB 104 106 125
HSL 234° 9.17% 44.90%
HSB/HSV 234° 16.80% 49.02%
CMYK 16.80% 15.20% 0.00%
50.98%

Color #686A7D in popluar number systems.

HEX 68 6A 7D
Decimal 104 106 125
Binary 1101000 1101010 1111101
Octal 150 152 175

Shades and tints

Shades of #686A7D

#686A7D
(104,106,125)
#5F6172
(95,97,114)
#565867
(86,88,103)
#4D4F5C
(77,79,92)
#444651
(68,70,81)
#3B3D46
(59,61,70)
#32343B
(50,52,59)
#292B30
(41,43,48)
#202225
(32,34,37)
#17191A
(23,25,26)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #686A7D

#686A7D
(104,106,125)
#757788
(117,119,136)
#828493
(130,132,147)
#8F919E
(143,145,158)
#9C9EA9
(156,158,169)
#A9ABB4
(169,171,180)
#B6B8BF
(182,184,191)
#C3C5CA
(195,197,202)
#D0D2D5
(208,210,213)
#DDDFE0
(221,223,224)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686A7D color. Also use rgb(104,106,125) instead hex code.

Text Font Color

.myTextColor { color: #686A7D; }

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

This text font color is #686A7D.

Background Color

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

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

This div background color is #686A7D.

Border color

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

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

This div border color is #686A7D.

Opacity

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

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

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

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

This text has shadow with #686A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686A7D.

Preview

Color preview on black background

This text has color #686A7D on black background.


Color preview on white background

This text has color #686A7D on white background.


Black color preview on #686A7D background

This text has black color on #686A7D background.


White color preview on #686A7D background

This text has white color on #686A7D background.


Related colors

Complementary color

Complementary color for #hex is #979582.


I love getcolorcode.com

Triadic colors

1 #7D686A and #6A7D68 with #686A7D are triadic colors.

2 #7D6A68 and #6A687D with #686A7D are triadic colors.