COLOR #6E8E8B

HEX: #6E8E8B
RGB: (110,142,139)

Color info

#6E8E8B contains red, green and blue colors in about the same proportion. Web safe color of #6E8E8B is #669999 (or #699).

RGB color model

#6E8E8B color RGB value is (110,142,139).

  • red value is 110;
  • green value is 142;
  • blue value is 139.
RGB:
(110,142,139)
(43%,56%,55%)

RGB channels and saturation

R 110 of 255 = 43%
G 142 of 255 = 56%
B 139 of 255 = 55%

110
142
139

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

Portions of RGB colors in percentages

R + G + B =
110 + 142 + 139 = 391 (100%)
R 110 of 391 ~ 28.13%
G 142 of 391 ~ 36.32%
B 139 of 391 ~ 35.55%

%28.13
%36.32
%35.55

CMYK color model

#6E8E8B color CMYK value is (23,0,2,44).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 44.31%
CMYK:
(23,0,2,44)
C23M0Y2K44 
(23%,0%,2%,44%)
(0.23/0.00/0.02/0.44)	

CMYK percentages

%22.54
%0
%2.11
%44.31

Codes

Color #6E8E8B in popluar color models

6E8E8B
RGB110142139
HSL174°12.70%49.41%
HSB/HSV174°22.54%55.69%
CMYK22.54%0.00%2.11%
44.31%

Color #6E8E8B in popluar number systems.

HEX6E8E8B
Decimal110142139
Binary11011101000111010001011
Octal156216213

Shades and tints

Shades of #6E8E8B

#6E8E8B
(110,142,139)
#64827F
(100,130,127)
#5A7673
(90,118,115)
#506A67
(80,106,103)
#465E5B
(70,94,91)
#3C524F
(60,82,79)
#324643
(50,70,67)
#283A37
(40,58,55)
#1E2E2B
(30,46,43)
#14221F
(20,34,31)
#0A1613
(10,22,19)
#000000
(0,0,0)

Tints of #6E8E8B

#6E8E8B
(110,142,139)
#7B9895
(123,152,149)
#88A29F
(136,162,159)
#95ACA9
(149,172,169)
#A2B6B3
(162,182,179)
#AFC0BD
(175,192,189)
#BCCAC7
(188,202,199)
#C9D4D1
(201,212,209)
#D6DEDB
(214,222,219)
#E3E8E5
(227,232,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8E8B color. Also use rgb(110,142,139) instead hex code.

Text Font Color

.myTextColor { color: #6E8E8B; }

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

This text font color is #6E8E8B.


Background Color

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

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

This div background color is #6E8E8B.


Border color

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

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

This div border color is #6E8E8B.


Opacity

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

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

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

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

This text has shadow with #6E8E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8E8B on black background.


Color preview on white background

This text has color #6E8E8B on white background.



Black color preview on #6E8E8B background

This text has black color on #6E8E8B background.


White color preview on #6E8E8B background

This text has white color on #6E8E8B background.