COLOR #6E808E

HEX: #6E808E
RGB: (110,128,142)

Color info

#6E808E contains red, green and blue colors in about the same proportion. Web safe color of #6E808E is #666699 (or #669).

RGB color model

#6E808E color RGB value is (110,128,142).

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

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 142 of 255 = 56%

110
128
142

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

Portions of RGB colors in percentages

R + G + B =
110 + 128 + 142 = 380 (100%)
R 110 of 380 ~ 28.95%
G 128 of 380 ~ 33.68%
B 142 of 380 ~ 37.37%

%28.95
%33.68
%37.37

CMYK color model

#6E808E color CMYK value is (23,10,0,44).

  • cyan value is 22.54%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,10,0,44)
C23M10Y0K44 
(23%,10%,0%,44%)
(0.23/0.10/0.00/0.44)	

CMYK percentages

%22.54
%9.86
%0
%44.31

Codes

Color #6E808E in popluar color models

6E808E
RGB110128142
HSL206°12.70%49.41%
HSB/HSV206°22.54%55.69%
CMYK22.54%9.86%0.00%
44.31%

Color #6E808E in popluar number systems.

HEX6E808E
Decimal110128142
Binary11011101000000010001110
Octal156200216

Shades and tints

Shades of #6E808E

#6E808E
(110,128,142)
#647582
(100,117,130)
#5A6A76
(90,106,118)
#505F6A
(80,95,106)
#46545E
(70,84,94)
#3C4952
(60,73,82)
#323E46
(50,62,70)
#28333A
(40,51,58)
#1E282E
(30,40,46)
#141D22
(20,29,34)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #6E808E

#6E808E
(110,128,142)
#7B8B98
(123,139,152)
#8896A2
(136,150,162)
#95A1AC
(149,161,172)
#A2ACB6
(162,172,182)
#AFB7C0
(175,183,192)
#BCC2CA
(188,194,202)
#C9CDD4
(201,205,212)
#D6D8DE
(214,216,222)
#E3E3E8
(227,227,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E808E; }

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

This text font color is #6E808E.


Background Color

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

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

This div background color is #6E808E.


Border color

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

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

This div border color is #6E808E.


Opacity

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

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

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

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

This text has shadow with #6E808E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E808E on black background.


Color preview on white background

This text has color #6E808E on white background.



Black color preview on #6E808E background

This text has black color on #6E808E background.


White color preview on #6E808E background

This text has white color on #6E808E background.