COLOR #6E7F6B

HEX: #6E7F6B
RGB: (110,127,107)

Color info

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

RGB color model

#6E7F6B color RGB value is (110,127,107).

  • red value is 110;
  • green value is 127;
  • blue value is 107.
RGB:
(110,127,107)
(43%,50%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 107 of 255 = 42%

110
127
107

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

Portions of RGB colors in percentages

R + G + B =
110 + 127 + 107 = 344 (100%)
R 110 of 344 ~ 31.98%
G 127 of 344 ~ 36.92%
B 107 of 344 ~ 31.1%

%31.98
%36.92
%31.1

CMYK color model

#6E7F6B color CMYK value is (13,0,16,50).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 50.20%
CMYK:
(13,0,16,50)
C13M0Y16K50 
(13%,0%,16%,50%)
(0.13/0.00/0.16/0.50)	

CMYK percentages

%13.39
%0
%15.75
%50.2

Codes

Color #6E7F6B in popluar color models

6E7F6B
RGB110127107
HSL111°8.55%45.88%
HSB/HSV111°15.75%49.80%
CMYK13.39%0.00%15.75%
50.20%

Color #6E7F6B in popluar number systems.

HEX6E7F6B
Decimal110127107
Binary110111011111111101011
Octal156177153

Shades and tints

Shades of #6E7F6B

#6E7F6B
(110,127,107)
#647462
(100,116,98)
#5A6959
(90,105,89)
#505E50
(80,94,80)
#465347
(70,83,71)
#3C483E
(60,72,62)
#323D35
(50,61,53)
#28322C
(40,50,44)
#1E2723
(30,39,35)
#141C1A
(20,28,26)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #6E7F6B

#6E7F6B
(110,127,107)
#7B8A78
(123,138,120)
#889585
(136,149,133)
#95A092
(149,160,146)
#A2AB9F
(162,171,159)
#AFB6AC
(175,182,172)
#BCC1B9
(188,193,185)
#C9CCC6
(201,204,198)
#D6D7D3
(214,215,211)
#E3E2E0
(227,226,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7F6B color. Also use rgb(110,127,107) instead hex code.

Text Font Color

.myTextColor { color: #6E7F6B; }

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

This text font color is #6E7F6B.


Background Color

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

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

This div background color is #6E7F6B.


Border color

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

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

This div border color is #6E7F6B.


Opacity

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

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

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

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

This text has shadow with #6E7F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7F6B on black background.


Color preview on white background

This text has color #6E7F6B on white background.



Black color preview on #6E7F6B background

This text has black color on #6E7F6B background.


White color preview on #6E7F6B background

This text has white color on #6E7F6B background.