COLOR #6E7C6F

HEX: #6E7C6F RGB: (110,124,111)

Color info

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

RGB color model

#6E7C6F color RGB value is (110,124,111).

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

RGB channels and saturation

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

110
124
111

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

Portions of RGB colors in percentages

R + G + B = 110 + 124 + 111 = 345 (100%)
R 110 of 345 ~ 31.88%
G 124 of 345 ~ 35.94%
B 111 of 345 ~ 32.17'%

%31.88
%35.94
%32.17

CMYK color model

#6E7C6F color CMYK value is (11,0,10,51).

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

CMYK: (11,0,10,51)
C11M0Y10K51 (11%, 0%, 10%, 51%)
(0.11 / 0.00 / 0.10 / 0.51)

CMYK percentages

%11.29
%0
%10.48
%51.37

Codes

Color #6E7C6F in popluar color models

6E 7C 6F
RGB 110 124 111
HSL 124° 5.98% 45.88%
HSB/HSV 124° 11.29% 48.63%
CMYK 11.29% 0.00% 10.48%
51.37%

Color #6E7C6F in popluar number systems.

HEX 6E 7C 6F
Decimal 110 124 111
Binary 1101110 1111100 1101111
Octal 156 174 157

Shades and tints

Shades of #6E7C6F

#6E7C6F
(110,124,111)
#647165
(100,113,101)
#5A665B
(90,102,91)
#505B51
(80,91,81)
#465047
(70,80,71)
#3C453D
(60,69,61)
#323A33
(50,58,51)
#282F29
(40,47,41)
#1E241F
(30,36,31)
#141915
(20,25,21)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E7C6F

#6E7C6F
(110,124,111)
#7B877C
(123,135,124)
#889289
(136,146,137)
#959D96
(149,157,150)
#A2A8A3
(162,168,163)
#AFB3B0
(175,179,176)
#BCBEBD
(188,190,189)
#C9C9CA
(201,201,202)
#D6D4D7
(214,212,215)
#E3DFE4
(227,223,228)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7C6F; }

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

This text font color is #6E7C6F.

Background Color

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

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

This div background color is #6E7C6F.

Border color

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

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

This div border color is #6E7C6F.

Opacity

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

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

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

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

This text has shadow with #6E7C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7C6F.

Preview

Color preview on black background

This text has color #6E7C6F on black background.


Color preview on white background

This text has color #6E7C6F on white background.


Black color preview on #6E7C6F background

This text has black color on #6E7C6F background.


White color preview on #6E7C6F background

This text has white color on #6E7C6F background.


Related colors

Complementary color

Complementary color for #hex is #918390.


I love getcolorcode.com

Triadic colors

1 #6F6E7C and #7C6F6E with #6E7C6F are triadic colors.

2 #6F7C6E and #7C6E6F with #6E7C6F are triadic colors.