COLOR #6E807A

HEX: #6E807A
RGB: (110,128,122)

Color info

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

RGB color model

#6E807A color RGB value is (110,128,122).

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

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 122 of 255 = 48%

110
128
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 128 + 122 = 360 (100%)
R 110 of 360 ~ 30.56%
G 128 of 360 ~ 35.56%
B 122 of 360 ~ 33.89%

%30.56
%35.56
%33.89

CMYK color model

#6E807A color CMYK value is (14,0,5,50).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 49.80%
CMYK:
(14,0,5,50)
C14M0Y5K50 
(14%,0%,5%,50%)
(0.14/0.00/0.05/0.50)	

CMYK percentages

%14.06
%0
%4.69
%49.8

Codes

Color #6E807A in popluar color models

6E807A
RGB110128122
HSL160°7.56%46.67%
HSB/HSV160°14.06%50.20%
CMYK14.06%0.00%4.69%
49.80%

Color #6E807A in popluar number systems.

HEX6E807A
Decimal110128122
Binary1101110100000001111010
Octal156200172

Shades and tints

Shades of #6E807A

#6E807A
(110,128,122)
#64756F
(100,117,111)
#5A6A64
(90,106,100)
#505F59
(80,95,89)
#46544E
(70,84,78)
#3C4943
(60,73,67)
#323E38
(50,62,56)
#28332D
(40,51,45)
#1E2822
(30,40,34)
#141D17
(20,29,23)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #6E807A

#6E807A
(110,128,122)
#7B8B86
(123,139,134)
#889692
(136,150,146)
#95A19E
(149,161,158)
#A2ACAA
(162,172,170)
#AFB7B6
(175,183,182)
#BCC2C2
(188,194,194)
#C9CDCE
(201,205,206)
#D6D8DA
(214,216,218)
#E3E3E6
(227,227,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E807A; }

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

This text font color is #6E807A.


Background Color

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

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

This div background color is #6E807A.


Border color

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

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

This div border color is #6E807A.


Opacity

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

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

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

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

This text has shadow with #6E807A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E807A on black background.


Color preview on white background

This text has color #6E807A on white background.



Black color preview on #6E807A background

This text has black color on #6E807A background.


White color preview on #6E807A background

This text has white color on #6E807A background.