COLOR #686A7F

HEX: #686A7F RGB: (104,106,127)

Color info

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

RGB color model

#686A7F color RGB value is (104,106,127).

RGB: (104,106,127) (41%, 42%, 50%)

RGB channels and saturation

R 104 of 255 = 41%
G 106 of 255 = 42%
B 127 of 255 = 50%

104
106
127

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

Portions of RGB colors in percentages

R + G + B = 104 + 106 + 127 = 337 (100%)
R 104 of 337 ~ 30.86%
G 106 of 337 ~ 31.45%
B 127 of 337 ~ 37.69'%

%30.86
%31.45
%37.69

CMYK color model

#686A7F color CMYK value is (18,17,0,50).

  • cyan value is 18.11%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (18,17,0,50)
C18M17Y0K50 (18%, 17%, 0%, 50%)
(0.18 / 0.17 / 0.00 / 0.50)

CMYK percentages

%18.11
%16.54
%0
%50.2

Codes

Color #686A7F in popluar color models

68 6A 7F
RGB 104 106 127
HSL 235° 9.96% 45.29%
HSB/HSV 235° 18.11% 49.80%
CMYK 18.11% 16.54% 0.00%
50.20%

Color #686A7F in popluar number systems.

HEX 68 6A 7F
Decimal 104 106 127
Binary 1101000 1101010 1111111
Octal 150 152 177

Shades and tints

Shades of #686A7F

#686A7F
(104,106,127)
#5F6174
(95,97,116)
#565869
(86,88,105)
#4D4F5E
(77,79,94)
#444653
(68,70,83)
#3B3D48
(59,61,72)
#32343D
(50,52,61)
#292B32
(41,43,50)
#202227
(32,34,39)
#17191C
(23,25,28)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #686A7F

#686A7F
(104,106,127)
#75778A
(117,119,138)
#828495
(130,132,149)
#8F91A0
(143,145,160)
#9C9EAB
(156,158,171)
#A9ABB6
(169,171,182)
#B6B8C1
(182,184,193)
#C3C5CC
(195,197,204)
#D0D2D7
(208,210,215)
#DDDFE2
(221,223,226)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686A7F; }

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

This text font color is #686A7F.

Background Color

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

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

This div background color is #686A7F.

Border color

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

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

This div border color is #686A7F.

Opacity

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

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

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

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

This text has shadow with #686A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686A7F.

Preview

Color preview on black background

This text has color #686A7F on black background.


Color preview on white background

This text has color #686A7F on white background.


Black color preview on #686A7F background

This text has black color on #686A7F background.


White color preview on #686A7F background

This text has white color on #686A7F background.


Related colors

Complementary color

Complementary color for #hex is #979580.


I love getcolorcode.com

Triadic colors

1 #7F686A and #6A7F68 with #686A7F are triadic colors.

2 #7F6A68 and #6A687F with #686A7F are triadic colors.