COLOR #6E676D

HEX: #6E676D
RGB: (110,103,109)

Color info

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

RGB color model

#6E676D color RGB value is (110,103,109).

  • red value is 110;
  • green value is 103;
  • blue value is 109.
RGB:
(110,103,109)
(43%,40%,43%)

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 109 of 255 = 43%

110
103
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 103 + 109 = 322 (100%)
R 110 of 322 ~ 34.16%
G 103 of 322 ~ 31.99%
B 109 of 322 ~ 33.85%

%34.16
%31.99
%33.85

CMYK color model

#6E676D color CMYK value is (0,6,1,57).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(0,6,1,57)
C0M6Y1K57 
(0%,6%,1%,57%)
(0.00/0.06/0.01/0.57)	

CMYK percentages

%0
%6.36
%0.91
%56.86

Codes

Color #6E676D in popluar color models

6E676D
RGB110103109
HSL309°3.29%41.76%
HSB/HSV309°6.36%43.14%
CMYK0.00%6.36%0.91%
56.86%

Color #6E676D in popluar number systems.

HEX6E676D
Decimal110103109
Binary110111011001111101101
Octal156147155

Shades and tints

Shades of #6E676D

#6E676D
(110,103,109)
#645E64
(100,94,100)
#5A555B
(90,85,91)
#504C52
(80,76,82)
#464349
(70,67,73)
#3C3A40
(60,58,64)
#323137
(50,49,55)
#28282E
(40,40,46)
#1E1F25
(30,31,37)
#14161C
(20,22,28)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6E676D

#6E676D
(110,103,109)
#7B747A
(123,116,122)
#888187
(136,129,135)
#958E94
(149,142,148)
#A29BA1
(162,155,161)
#AFA8AE
(175,168,174)
#BCB5BB
(188,181,187)
#C9C2C8
(201,194,200)
#D6CFD5
(214,207,213)
#E3DCE2
(227,220,226)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E676D color. Also use rgb(110,103,109) instead hex code.

Text Font Color

.myTextColor { color: #6E676D; }

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

This text font color is #6E676D.


Background Color

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

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

This div background color is #6E676D.


Border color

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

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

This div border color is #6E676D.


Opacity

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

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

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

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

This text has shadow with #6E676D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E676D on black background.


Color preview on white background

This text has color #6E676D on white background.



Black color preview on #6E676D background

This text has black color on #6E676D background.


White color preview on #6E676D background

This text has white color on #6E676D background.