COLOR #6E6B6D

HEX: #6E6B6D
RGB: (110,107,109)

Color info

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

RGB color model

#6E6B6D color RGB value is (110,107,109).

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

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 109 of 255 = 43%

110
107
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 109 = 326 (100%)
R 110 of 326 ~ 33.74%
G 107 of 326 ~ 32.82%
B 109 of 326 ~ 33.44%

%33.74
%32.82
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(0,3,1,57)
C0M3Y1K57 
(0%,3%,1%,57%)
(0.00/0.03/0.01/0.57)	

CMYK percentages

%0
%2.73
%0.91
%56.86

Codes

Color #6E6B6D in popluar color models

6E6B6D
RGB110107109
HSL320°1.38%42.55%
HSB/HSV320°2.73%43.14%
CMYK0.00%2.73%0.91%
56.86%

Color #6E6B6D in popluar number systems.

HEX6E6B6D
Decimal110107109
Binary110111011010111101101
Octal156153155

Shades and tints

Shades of #6E6B6D

#6E6B6D
(110,107,109)
#646264
(100,98,100)
#5A595B
(90,89,91)
#505052
(80,80,82)
#464749
(70,71,73)
#3C3E40
(60,62,64)
#323537
(50,53,55)
#282C2E
(40,44,46)
#1E2325
(30,35,37)
#141A1C
(20,26,28)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #6E6B6D

#6E6B6D
(110,107,109)
#7B787A
(123,120,122)
#888587
(136,133,135)
#959294
(149,146,148)
#A29FA1
(162,159,161)
#AFACAE
(175,172,174)
#BCB9BB
(188,185,187)
#C9C6C8
(201,198,200)
#D6D3D5
(214,211,213)
#E3E0E2
(227,224,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B6D; }

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

This text font color is #6E6B6D.


Background Color

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

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

This div background color is #6E6B6D.


Border color

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

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

This div border color is #6E6B6D.


Opacity

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

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

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

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

This text has shadow with #6E6B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B6D on black background.


Color preview on white background

This text has color #6E6B6D on white background.



Black color preview on #6E6B6D background

This text has black color on #6E6B6D background.


White color preview on #6E6B6D background

This text has white color on #6E6B6D background.