COLOR #6E626F

HEX: #6E626F
RGB: (110,98,111)

Color info

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

RGB color model

#6E626F color RGB value is (110,98,111).

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

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 111 of 255 = 44%

110
98
111

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

Portions of RGB colors in percentages

R + G + B =
110 + 98 + 111 = 319 (100%)
R 110 of 319 ~ 34.48%
G 98 of 319 ~ 30.72%
B 111 of 319 ~ 34.8%

%34.48
%30.72
%34.8

CMYK color model

#6E626F color CMYK value is (1,12,0,56).

  • cyan value is 0.90%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(1,12,0,56)
C1M12Y0K56 
(1%,12%,0%,56%)
(0.01/0.12/0.00/0.56)	

CMYK percentages

%0.9
%11.71
%0
%56.47

Codes

Color #6E626F in popluar color models

6E626F
RGB11098111
HSL295°6.22%40.98%
HSB/HSV295°11.71%43.53%
CMYK0.90%11.71%0.00%
56.47%

Color #6E626F in popluar number systems.

HEX6E626F
Decimal11098111
Binary110111011000101101111
Octal156142157

Shades and tints

Shades of #6E626F

#6E626F
(110,98,111)
#645A65
(100,90,101)
#5A525B
(90,82,91)
#504A51
(80,74,81)
#464247
(70,66,71)
#3C3A3D
(60,58,61)
#323233
(50,50,51)
#282A29
(40,42,41)
#1E221F
(30,34,31)
#141A15
(20,26,21)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #6E626F

#6E626F
(110,98,111)
#7B707C
(123,112,124)
#887E89
(136,126,137)
#958C96
(149,140,150)
#A29AA3
(162,154,163)
#AFA8B0
(175,168,176)
#BCB6BD
(188,182,189)
#C9C4CA
(201,196,202)
#D6D2D7
(214,210,215)
#E3E0E4
(227,224,228)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E626F; }

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

This text font color is #6E626F.


Background Color

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

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

This div background color is #6E626F.


Border color

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

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

This div border color is #6E626F.


Opacity

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

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

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

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

This text has shadow with #6E626F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E626F on black background.


Color preview on white background

This text has color #6E626F on white background.



Black color preview on #6E626F background

This text has black color on #6E626F background.


White color preview on #6E626F background

This text has white color on #6E626F background.