COLOR #6E6A66

HEX: #6E6A66
RGB: (110,106,102)

Color info

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

RGB color model

#6E6A66 color RGB value is (110,106,102).

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

RGB channels and saturation

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

110
106
102

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 102 = 318 (100%)
R 110 of 318 ~ 34.59%
G 106 of 318 ~ 33.33%
B 102 of 318 ~ 32.08%

%34.59
%33.33
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 7.27%
  • key color value is 56.86%
CMYK:
(0,4,7,57)
C0M4Y7K57 
(0%,4%,7%,57%)
(0.00/0.04/0.07/0.57)	

CMYK percentages

%0
%3.64
%7.27
%56.86

Codes

Color #6E6A66 in popluar color models

6E6A66
RGB110106102
HSL30°3.77%41.57%
HSB/HSV30°7.27%43.14%
CMYK0.00%3.64%7.27%
56.86%

Color #6E6A66 in popluar number systems.

HEX6E6A66
Decimal110106102
Binary110111011010101100110
Octal156152146

Shades and tints

Shades of #6E6A66

#6E6A66
(110,106,102)
#64615D
(100,97,93)
#5A5854
(90,88,84)
#504F4B
(80,79,75)
#464642
(70,70,66)
#3C3D39
(60,61,57)
#323430
(50,52,48)
#282B27
(40,43,39)
#1E221E
(30,34,30)
#141915
(20,25,21)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E6A66

#6E6A66
(110,106,102)
#7B7773
(123,119,115)
#888480
(136,132,128)
#95918D
(149,145,141)
#A29E9A
(162,158,154)
#AFABA7
(175,171,167)
#BCB8B4
(188,184,180)
#C9C5C1
(201,197,193)
#D6D2CE
(214,210,206)
#E3DFDB
(227,223,219)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6A66; }

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

This text font color is #6E6A66.


Background Color

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

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

This div background color is #6E6A66.


Border color

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

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

This div border color is #6E6A66.


Opacity

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

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

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

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

This text has shadow with #6E6A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A66 on black background.


Color preview on white background

This text has color #6E6A66 on white background.



Black color preview on #6E6A66 background

This text has black color on #6E6A66 background.


White color preview on #6E6A66 background

This text has white color on #6E6A66 background.