COLOR #6E6970

HEX: #6E6970
RGB: (110,105,112)

Color info

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

RGB color model

#6E6970 color RGB value is (110,105,112).

  • red value is 110;
  • green value is 105;
  • blue value is 112.
RGB:
(110,105,112)
(43%,41%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 112 of 255 = 44%

110
105
112

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

Portions of RGB colors in percentages

R + G + B =
110 + 105 + 112 = 327 (100%)
R 110 of 327 ~ 33.64%
G 105 of 327 ~ 32.11%
B 112 of 327 ~ 34.25%

%33.64
%32.11
%34.25

CMYK color model

#6E6970 color CMYK value is (2,6,0,56).

  • cyan value is 1.79%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(2,6,0,56)
C2M6Y0K56 
(2%,6%,0%,56%)
(0.02/0.06/0.00/0.56)	

CMYK percentages

%1.79
%6.25
%0
%56.08

Codes

Color #6E6970 in popluar color models

6E6970
RGB110105112
HSL283°3.23%42.55%
HSB/HSV283°6.25%43.92%
CMYK1.79%6.25%0.00%
56.08%

Color #6E6970 in popluar number systems.

HEX6E6970
Decimal110105112
Binary110111011010011110000
Octal156151160

Shades and tints

Shades of #6E6970

#6E6970
(110,105,112)
#646066
(100,96,102)
#5A575C
(90,87,92)
#504E52
(80,78,82)
#464548
(70,69,72)
#3C3C3E
(60,60,62)
#323334
(50,51,52)
#282A2A
(40,42,42)
#1E2120
(30,33,32)
#141816
(20,24,22)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E6970

#6E6970
(110,105,112)
#7B767D
(123,118,125)
#88838A
(136,131,138)
#959097
(149,144,151)
#A29DA4
(162,157,164)
#AFAAB1
(175,170,177)
#BCB7BE
(188,183,190)
#C9C4CB
(201,196,203)
#D6D1D8
(214,209,216)
#E3DEE5
(227,222,229)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6970 color. Also use rgb(110,105,112) instead hex code.

Text Font Color

.myTextColor { color: #6E6970; }

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

This text font color is #6E6970.


Background Color

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

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

This div background color is #6E6970.


Border color

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

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

This div border color is #6E6970.


Opacity

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

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

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

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

This text has shadow with #6E6970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6970 on black background.


Color preview on white background

This text has color #6E6970 on white background.



Black color preview on #6E6970 background

This text has black color on #6E6970 background.


White color preview on #6E6970 background

This text has white color on #6E6970 background.