COLOR #6E6F6C

HEX: #6E6F6C RGB: (110,111,108)

Color info

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

RGB color model

#6E6F6C color RGB value is (110,111,108).

RGB: (110,111,108) (43%, 44%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 108 of 255 = 42%

110
111
108

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

Portions of RGB colors in percentages

R + G + B = 110 + 111 + 108 = 329 (100%)
R 110 of 329 ~ 33.43%
G 111 of 329 ~ 33.74%
B 108 of 329 ~ 32.83'%

%33.43
%33.74
%32.83

CMYK color model

#6E6F6C color CMYK value is (1,0,3,56).

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 56.47%
CMYK: (1,0,3,56) C1M0Y3K56 (1%,0%,3%,56%) (0.01/0.00/0.03/0.56) 

CMYK percentages

%0.9
%0
%2.7
%56.47

Codes

Color #6E6F6C in popluar color models

6E 6F 6C
RGB 110 111 108
HSL 80° 1.37% 42.94%
HSB/HSV 80° 2.70% 43.53%
CMYK 0.90% 0.00% 2.70%
56.47%

Color #6E6F6C in popluar number systems.

HEX 6E 6F 6C
Decimal 110 111 108
Binary 1101110 1101111 1101100
Octal 156 157 154

Shades and tints

Shades of #6E6F6C

#6E6F6C
(110,111,108)
#646563
(100,101,99)
#5A5B5A
(90,91,90)
#505151
(80,81,81)
#464748
(70,71,72)
#3C3D3F
(60,61,63)
#323336
(50,51,54)
#28292D
(40,41,45)
#1E1F24
(30,31,36)
#14151B
(20,21,27)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #6E6F6C

#6E6F6C
(110,111,108)
#7B7C79
(123,124,121)
#888986
(136,137,134)
#959693
(149,150,147)
#A2A3A0
(162,163,160)
#AFB0AD
(175,176,173)
#BCBDBA
(188,189,186)
#C9CAC7
(201,202,199)
#D6D7D4
(214,215,212)
#E3E4E1
(227,228,225)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6F6C color. Also use rgb(110,111,108) instead hex code.

Text Font Color

.myTextColor { color: #6E6F6C; }

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

This text font color is #6E6F6C.

Background Color

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

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

This div background color is #6E6F6C.

Border color

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

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

This div border color is #6E6F6C.

Opacity

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

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

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

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

This text has shadow with #6E6F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6F6C.

Preview

Color preview on black background

This text has color #6E6F6C on black background.


Color preview on white background

This text has color #6E6F6C on white background.


Black color preview on #6E6F6C background

This text has black color on #6E6F6C background.


White color preview on #6E6F6C background

This text has white color on #6E6F6C background.


Related colors

Complementary color

Complementary color for #hex is #919093.


I love getcolorcode.com

Triadic colors

1 #6C6E6F and #6F6C6E with #6E6F6C are triadic colors.

2 #6C6F6E and #6F6E6C with #6E6F6C are triadic colors.