COLOR #6E676A

HEX: #6E676A
RGB: (110,103,106)

Color info

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

RGB color model

#6E676A color RGB value is (110,103,106).

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

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 106 of 255 = 42%

110
103
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 103 + 106 = 319 (100%)
R 110 of 319 ~ 34.48%
G 103 of 319 ~ 32.29%
B 106 of 319 ~ 33.23%

%34.48
%32.29
%33.23

CMYK color model

#6E676A color CMYK value is (0,6,4,57).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,6,4,57)
C0M6Y4K57 
(0%,6%,4%,57%)
(0.00/0.06/0.04/0.57)	

CMYK percentages

%0
%6.36
%3.64
%56.86

Codes

Color #6E676A in popluar color models

6E676A
RGB110103106
HSL334°3.29%41.76%
HSB/HSV334°6.36%43.14%
CMYK0.00%6.36%3.64%
56.86%

Color #6E676A in popluar number systems.

HEX6E676A
Decimal110103106
Binary110111011001111101010
Octal156147152

Shades and tints

Shades of #6E676A

#6E676A
(110,103,106)
#645E61
(100,94,97)
#5A5558
(90,85,88)
#504C4F
(80,76,79)
#464346
(70,67,70)
#3C3A3D
(60,58,61)
#323134
(50,49,52)
#28282B
(40,40,43)
#1E1F22
(30,31,34)
#141619
(20,22,25)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #6E676A

#6E676A
(110,103,106)
#7B7477
(123,116,119)
#888184
(136,129,132)
#958E91
(149,142,145)
#A29B9E
(162,155,158)
#AFA8AB
(175,168,171)
#BCB5B8
(188,181,184)
#C9C2C5
(201,194,197)
#D6CFD2
(214,207,210)
#E3DCDF
(227,220,223)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E676A; }

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

This text font color is #6E676A.


Background Color

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

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

This div background color is #6E676A.


Border color

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

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

This div border color is #6E676A.


Opacity

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

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

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

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

This text has shadow with #6E676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E676A on black background.


Color preview on white background

This text has color #6E676A on white background.



Black color preview on #6E676A background

This text has black color on #6E676A background.


White color preview on #6E676A background

This text has white color on #6E676A background.