COLOR #6E616B

HEX: #6E616B
RGB: (110,97,107)

Color info

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

RGB color model

#6E616B color RGB value is (110,97,107).

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

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 107 of 255 = 42%

110
97
107

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

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 107 = 314 (100%)
R 110 of 314 ~ 35.03%
G 97 of 314 ~ 30.89%
B 107 of 314 ~ 34.08%

%35.03
%30.89
%34.08

CMYK color model

#6E616B color CMYK value is (0,12,3,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 2.73%
  • key color value is 56.86%
CMYK:
(0,12,3,57)
C0M12Y3K57 
(0%,12%,3%,57%)
(0.00/0.12/0.03/0.57)	

CMYK percentages

%0
%11.82
%2.73
%56.86

Codes

Color #6E616B in popluar color models

6E616B
RGB11097107
HSL314°6.28%40.59%
HSB/HSV314°11.82%43.14%
CMYK0.00%11.82%2.73%
56.86%

Color #6E616B in popluar number systems.

HEX6E616B
Decimal11097107
Binary110111011000011101011
Octal156141153

Shades and tints

Shades of #6E616B

#6E616B
(110,97,107)
#645962
(100,89,98)
#5A5159
(90,81,89)
#504950
(80,73,80)
#464147
(70,65,71)
#3C393E
(60,57,62)
#323135
(50,49,53)
#28292C
(40,41,44)
#1E2123
(30,33,35)
#14191A
(20,25,26)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #6E616B

#6E616B
(110,97,107)
#7B6F78
(123,111,120)
#887D85
(136,125,133)
#958B92
(149,139,146)
#A2999F
(162,153,159)
#AFA7AC
(175,167,172)
#BCB5B9
(188,181,185)
#C9C3C6
(201,195,198)
#D6D1D3
(214,209,211)
#E3DFE0
(227,223,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E616B; }

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

This text font color is #6E616B.


Background Color

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

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

This div background color is #6E616B.


Border color

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

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

This div border color is #6E616B.


Opacity

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

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

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

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

This text has shadow with #6E616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E616B on black background.


Color preview on white background

This text has color #6E616B on white background.



Black color preview on #6E616B background

This text has black color on #6E616B background.


White color preview on #6E616B background

This text has white color on #6E616B background.