COLOR #6E656D

HEX: #6E656D
RGB: (110,101,109)

Color info

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

RGB color model

#6E656D color RGB value is (110,101,109).

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

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 109 of 255 = 43%

110
101
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 109 = 320 (100%)
R 110 of 320 ~ 34.38%
G 101 of 320 ~ 31.56%
B 109 of 320 ~ 34.06%

%34.38
%31.56
%34.06

CMYK color model

#6E656D color CMYK value is (0,8,1,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(0,8,1,57)
C0M8Y1K57 
(0%,8%,1%,57%)
(0.00/0.08/0.01/0.57)	

CMYK percentages

%0
%8.18
%0.91
%56.86

Codes

Color #6E656D in popluar color models

6E656D
RGB110101109
HSL307°4.27%41.37%
HSB/HSV307°8.18%43.14%
CMYK0.00%8.18%0.91%
56.86%

Color #6E656D in popluar number systems.

HEX6E656D
Decimal110101109
Binary110111011001011101101
Octal156145155

Shades and tints

Shades of #6E656D

#6E656D
(110,101,109)
#645C64
(100,92,100)
#5A535B
(90,83,91)
#504A52
(80,74,82)
#464149
(70,65,73)
#3C3840
(60,56,64)
#322F37
(50,47,55)
#28262E
(40,38,46)
#1E1D25
(30,29,37)
#14141C
(20,20,28)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #6E656D

#6E656D
(110,101,109)
#7B737A
(123,115,122)
#888187
(136,129,135)
#958F94
(149,143,148)
#A29DA1
(162,157,161)
#AFABAE
(175,171,174)
#BCB9BB
(188,185,187)
#C9C7C8
(201,199,200)
#D6D5D5
(214,213,213)
#E3E3E2
(227,227,226)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E656D; }

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

This text font color is #6E656D.


Background Color

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

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

This div background color is #6E656D.


Border color

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

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

This div border color is #6E656D.


Opacity

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

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

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

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

This text has shadow with #6E656D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E656D on black background.


Color preview on white background

This text has color #6E656D on white background.



Black color preview on #6E656D background

This text has black color on #6E656D background.


White color preview on #6E656D background

This text has white color on #6E656D background.