COLOR #6E5072

HEX: #6E5072
RGB: (110,80,114)

Color info

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

RGB color model

#6E5072 color RGB value is (110,80,114).

  • red value is 110;
  • green value is 80;
  • blue value is 114.
RGB:
(110,80,114)
(43%,31%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 114 of 255 = 45%

110
80
114

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

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 114 = 304 (100%)
R 110 of 304 ~ 36.18%
G 80 of 304 ~ 26.32%
B 114 of 304 ~ 37.5%

%36.18
%26.32
%37.5

CMYK color model

#6E5072 color CMYK value is (4,30,0,55).

  • cyan value is 3.51%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(4,30,0,55)
C4M30Y0K55 
(4%,30%,0%,55%)
(0.04/0.30/0.00/0.55)	

CMYK percentages

%3.51
%29.82
%0
%55.29

Codes

Color #6E5072 in popluar color models

6E5072
RGB11080114
HSL293°17.53%38.04%
HSB/HSV293°29.82%44.71%
CMYK3.51%29.82%0.00%
55.29%

Color #6E5072 in popluar number systems.

HEX6E5072
Decimal11080114
Binary110111010100001110010
Octal156120162

Shades and tints

Shades of #6E5072

#6E5072
(110,80,114)
#644968
(100,73,104)
#5A425E
(90,66,94)
#503B54
(80,59,84)
#46344A
(70,52,74)
#3C2D40
(60,45,64)
#322636
(50,38,54)
#281F2C
(40,31,44)
#1E1822
(30,24,34)
#141118
(20,17,24)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #6E5072

#6E5072
(110,80,114)
#7B5F7E
(123,95,126)
#886E8A
(136,110,138)
#957D96
(149,125,150)
#A28CA2
(162,140,162)
#AF9BAE
(175,155,174)
#BCAABA
(188,170,186)
#C9B9C6
(201,185,198)
#D6C8D2
(214,200,210)
#E3D7DE
(227,215,222)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5072 color. Also use rgb(110,80,114) instead hex code.

Text Font Color

.myTextColor { color: #6E5072; }

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

This text font color is #6E5072.


Background Color

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

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

This div background color is #6E5072.


Border color

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

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

This div border color is #6E5072.


Opacity

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

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

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

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

This text has shadow with #6E5072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5072 on black background.


Color preview on white background

This text has color #6E5072 on white background.



Black color preview on #6E5072 background

This text has black color on #6E5072 background.


White color preview on #6E5072 background

This text has white color on #6E5072 background.