COLOR #6E626A

HEX: #6E626A
RGB: (110,98,106)

Color info

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

RGB color model

#6E626A color RGB value is (110,98,106).

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

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 106 of 255 = 42%

110
98
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 98 + 106 = 314 (100%)
R 110 of 314 ~ 35.03%
G 98 of 314 ~ 31.21%
B 106 of 314 ~ 33.76%

%35.03
%31.21
%33.76

CMYK color model

#6E626A color CMYK value is (0,11,4,57).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,11,4,57)
C0M11Y4K57 
(0%,11%,4%,57%)
(0.00/0.11/0.04/0.57)	

CMYK percentages

%0
%10.91
%3.64
%56.86

Codes

Color #6E626A in popluar color models

6E626A
RGB11098106
HSL320°5.77%40.78%
HSB/HSV320°10.91%43.14%
CMYK0.00%10.91%3.64%
56.86%

Color #6E626A in popluar number systems.

HEX6E626A
Decimal11098106
Binary110111011000101101010
Octal156142152

Shades and tints

Shades of #6E626A

#6E626A
(110,98,106)
#645A61
(100,90,97)
#5A5258
(90,82,88)
#504A4F
(80,74,79)
#464246
(70,66,70)
#3C3A3D
(60,58,61)
#323234
(50,50,52)
#282A2B
(40,42,43)
#1E2222
(30,34,34)
#141A19
(20,26,25)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6E626A

#6E626A
(110,98,106)
#7B7077
(123,112,119)
#887E84
(136,126,132)
#958C91
(149,140,145)
#A29A9E
(162,154,158)
#AFA8AB
(175,168,171)
#BCB6B8
(188,182,184)
#C9C4C5
(201,196,197)
#D6D2D2
(214,210,210)
#E3E0DF
(227,224,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E626A; }

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

This text font color is #6E626A.


Background Color

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

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

This div background color is #6E626A.


Border color

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

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

This div border color is #6E626A.


Opacity

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

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

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

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

This text has shadow with #6E626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E626A on black background.


Color preview on white background

This text has color #6E626A on white background.



Black color preview on #6E626A background

This text has black color on #6E626A background.


White color preview on #6E626A background

This text has white color on #6E626A background.