COLOR #6E656A

HEX: #6E656A
RGB: (110,101,106)

Color info

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

RGB color model

#6E656A color RGB value is (110,101,106).

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

RGB channels and saturation

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

110
101
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 106 = 317 (100%)
R 110 of 317 ~ 34.7%
G 101 of 317 ~ 31.86%
B 106 of 317 ~ 33.44%

%34.7
%31.86
%33.44

CMYK color model

#6E656A color CMYK value is (0,8,4,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,8,4,57)
C0M8Y4K57 
(0%,8%,4%,57%)
(0.00/0.08/0.04/0.57)	

CMYK percentages

%0
%8.18
%3.64
%56.86

Codes

Color #6E656A in popluar color models

6E656A
RGB110101106
HSL327°4.27%41.37%
HSB/HSV327°8.18%43.14%
CMYK0.00%8.18%3.64%
56.86%

Color #6E656A in popluar number systems.

HEX6E656A
Decimal110101106
Binary110111011001011101010
Octal156145152

Shades and tints

Shades of #6E656A

#6E656A
(110,101,106)
#645C61
(100,92,97)
#5A5358
(90,83,88)
#504A4F
(80,74,79)
#464146
(70,65,70)
#3C383D
(60,56,61)
#322F34
(50,47,52)
#28262B
(40,38,43)
#1E1D22
(30,29,34)
#141419
(20,20,25)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #6E656A

#6E656A
(110,101,106)
#7B7377
(123,115,119)
#888184
(136,129,132)
#958F91
(149,143,145)
#A29D9E
(162,157,158)
#AFABAB
(175,171,171)
#BCB9B8
(188,185,184)
#C9C7C5
(201,199,197)
#D6D5D2
(214,213,210)
#E3E3DF
(227,227,223)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E656A; }

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

This text font color is #6E656A.


Background Color

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

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

This div background color is #6E656A.


Border color

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

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

This div border color is #6E656A.


Opacity

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

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

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

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

This text has shadow with #6E656A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E656A on black background.


Color preview on white background

This text has color #6E656A on white background.



Black color preview on #6E656A background

This text has black color on #6E656A background.


White color preview on #6E656A background

This text has white color on #6E656A background.