COLOR #6E6676

HEX: #6E6676
RGB: (110,102,118)

Color info

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

RGB color model

#6E6676 color RGB value is (110,102,118).

  • red value is 110;
  • green value is 102;
  • blue value is 118.
RGB:
(110,102,118)
(43%,40%,46%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 118 of 255 = 46%

110
102
118

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 118 = 330 (100%)
R 110 of 330 ~ 33.33%
G 102 of 330 ~ 30.91%
B 118 of 330 ~ 35.76%

%33.33
%30.91
%35.76

CMYK color model

#6E6676 color CMYK value is (7,14,0,54).

  • cyan value is 6.78%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(7,14,0,54)
C7M14Y0K54 
(7%,14%,0%,54%)
(0.07/0.14/0.00/0.54)	

CMYK percentages

%6.78
%13.56
%0
%53.73

Codes

Color #6E6676 in popluar color models

6E6676
RGB110102118
HSL270°7.27%43.14%
HSB/HSV270°13.56%46.27%
CMYK6.78%13.56%0.00%
53.73%

Color #6E6676 in popluar number systems.

HEX6E6676
Decimal110102118
Binary110111011001101110110
Octal156146166

Shades and tints

Shades of #6E6676

#6E6676
(110,102,118)
#645D6C
(100,93,108)
#5A5462
(90,84,98)
#504B58
(80,75,88)
#46424E
(70,66,78)
#3C3944
(60,57,68)
#32303A
(50,48,58)
#282730
(40,39,48)
#1E1E26
(30,30,38)
#14151C
(20,21,28)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #6E6676

#6E6676
(110,102,118)
#7B7382
(123,115,130)
#88808E
(136,128,142)
#958D9A
(149,141,154)
#A29AA6
(162,154,166)
#AFA7B2
(175,167,178)
#BCB4BE
(188,180,190)
#C9C1CA
(201,193,202)
#D6CED6
(214,206,214)
#E3DBE2
(227,219,226)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6676 color. Also use rgb(110,102,118) instead hex code.

Text Font Color

.myTextColor { color: #6E6676; }

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

This text font color is #6E6676.


Background Color

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

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

This div background color is #6E6676.


Border color

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

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

This div border color is #6E6676.


Opacity

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

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

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

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

This text has shadow with #6E6676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6676 on black background.


Color preview on white background

This text has color #6E6676 on white background.



Black color preview on #6E6676 background

This text has black color on #6E6676 background.


White color preview on #6E6676 background

This text has white color on #6E6676 background.