COLOR #6E7080

HEX: #6E7080
RGB: (110,112,128)

Color info

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

RGB color model

#6E7080 color RGB value is (110,112,128).

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

RGB channels and saturation

R 110 of 255 = 43%
G 112 of 255 = 44%
B 128 of 255 = 50%

110
112
128

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

Portions of RGB colors in percentages

R + G + B =
110 + 112 + 128 = 350 (100%)
R 110 of 350 ~ 31.43%
G 112 of 350 ~ 32%
B 128 of 350 ~ 36.57%

%31.43
%32
%36.57

CMYK color model

#6E7080 color CMYK value is (14,13,0,50).

  • cyan value is 14.06%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(14,13,0,50)
C14M13Y0K50 
(14%,13%,0%,50%)
(0.14/0.13/0.00/0.50)	

CMYK percentages

%14.06
%12.5
%0
%49.8

Codes

Color #6E7080 in popluar color models

6E7080
RGB110112128
HSL233°7.56%46.67%
HSB/HSV233°14.06%50.20%
CMYK14.06%12.50%0.00%
49.80%

Color #6E7080 in popluar number systems.

HEX6E7080
Decimal110112128
Binary1101110111000010000000
Octal156160200

Shades and tints

Shades of #6E7080

#6E7080
(110,112,128)
#646675
(100,102,117)
#5A5C6A
(90,92,106)
#50525F
(80,82,95)
#464854
(70,72,84)
#3C3E49
(60,62,73)
#32343E
(50,52,62)
#282A33
(40,42,51)
#1E2028
(30,32,40)
#14161D
(20,22,29)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #6E7080

#6E7080
(110,112,128)
#7B7D8B
(123,125,139)
#888A96
(136,138,150)
#9597A1
(149,151,161)
#A2A4AC
(162,164,172)
#AFB1B7
(175,177,183)
#BCBEC2
(188,190,194)
#C9CBCD
(201,203,205)
#D6D8D8
(214,216,216)
#E3E5E3
(227,229,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7080; }

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

This text font color is #6E7080.


Background Color

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

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

This div background color is #6E7080.


Border color

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

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

This div border color is #6E7080.


Opacity

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

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

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

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

This text has shadow with #6E7080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7080 on black background.


Color preview on white background

This text has color #6E7080 on white background.



Black color preview on #6E7080 background

This text has black color on #6E7080 background.


White color preview on #6E7080 background

This text has white color on #6E7080 background.