COLOR #6E717C

HEX: #6E717C RGB: (110,113,124)

Color info

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

RGB color model

#6E717C color RGB value is (110,113,124).

RGB: (110,113,124) (43%, 44%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 113 of 255 = 44%
B 124 of 255 = 49%

110
113
124

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

Portions of RGB colors in percentages

R + G + B = 110 + 113 + 124 = 347 (100%)
R 110 of 347 ~ 31.7%
G 113 of 347 ~ 32.56%
B 124 of 347 ~ 35.73'%

%31.7
%32.56
%35.73

CMYK color model

#6E717C color CMYK value is (11,9,0,51).

  • cyan value is 11.29%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (11,9,0,51)
C11M9Y0K51 (11%, 9%, 0%, 51%)
(0.11 / 0.09 / 0.00 / 0.51)

CMYK percentages

%11.29
%8.87
%0
%51.37

Codes

Color #6E717C in popluar color models

6E 71 7C
RGB 110 113 124
HSL 227° 5.98% 45.88%
HSB/HSV 227° 11.29% 48.63%
CMYK 11.29% 8.87% 0.00%
51.37%

Color #6E717C in popluar number systems.

HEX 6E 71 7C
Decimal 110 113 124
Binary 1101110 1110001 1111100
Octal 156 161 174

Shades and tints

Shades of #6E717C

#6E717C
(110,113,124)
#646771
(100,103,113)
#5A5D66
(90,93,102)
#50535B
(80,83,91)
#464950
(70,73,80)
#3C3F45
(60,63,69)
#32353A
(50,53,58)
#282B2F
(40,43,47)
#1E2124
(30,33,36)
#141719
(20,23,25)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #6E717C

#6E717C
(110,113,124)
#7B7D87
(123,125,135)
#888992
(136,137,146)
#95959D
(149,149,157)
#A2A1A8
(162,161,168)
#AFADB3
(175,173,179)
#BCB9BE
(188,185,190)
#C9C5C9
(201,197,201)
#D6D1D4
(214,209,212)
#E3DDDF
(227,221,223)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E717C color. Also use rgb(110,113,124) instead hex code.

Text Font Color

.myTextColor { color: #6E717C; }

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

This text font color is #6E717C.

Background Color

.myBgColor { background-color: #6E717C; }

<div style="background-color:#6E717C">Inner text</div>

This div background color is #6E717C.

Border color

.myBorderColor { border: 1px solid #6E717C; }

<div style="border:3px solid #6E717C">Div</div>

This div border color is #6E717C.

Opacity

.myOpacity80 { color: #6E717C; opacity: 0.8; }

<p style="color:#6E717C;opacity:0.8;">80%</p>

Text with #6E717C 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 #6E717C;}

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

This text has shadow with #6E717C color.


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

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

This text has shadow with #6E717C primary color and red secondary color.


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

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

This text has shadow with #6E717C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6E717C.

Preview

Color preview on black background

This text has color #6E717C on black background.


Color preview on white background

This text has color #6E717C on white background.


Black color preview on #6E717C background

This text has black color on #6E717C background.


White color preview on #6E717C background

This text has white color on #6E717C background.


Related colors

Complementary color

Complementary color for #hex is #918E83.


I love getcolorcode.com

Triadic colors

1 #7C6E71 and #717C6E with #6E717C are triadic colors.

2 #7C716E and #716E7C with #6E717C are triadic colors.