COLOR #6E5270

HEX: #6E5270
RGB: (110,82,112)

Color info

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

RGB color model

#6E5270 color RGB value is (110,82,112).

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

RGB channels and saturation

R 110 of 255 = 43%
G 82 of 255 = 32%
B 112 of 255 = 44%

110
82
112

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

Portions of RGB colors in percentages

R + G + B =
110 + 82 + 112 = 304 (100%)
R 110 of 304 ~ 36.18%
G 82 of 304 ~ 26.97%
B 112 of 304 ~ 36.84%

%36.18
%26.97
%36.84

CMYK color model

#6E5270 color CMYK value is (2,27,0,56).

  • cyan value is 1.79%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(2,27,0,56)
C2M27Y0K56 
(2%,27%,0%,56%)
(0.02/0.27/0.00/0.56)	

CMYK percentages

%1.79
%26.79
%0
%56.08

Codes

Color #6E5270 in popluar color models

6E5270
RGB11082112
HSL296°15.46%38.04%
HSB/HSV296°26.79%43.92%
CMYK1.79%26.79%0.00%
56.08%

Color #6E5270 in popluar number systems.

HEX6E5270
Decimal11082112
Binary110111010100101110000
Octal156122160

Shades and tints

Shades of #6E5270

#6E5270
(110,82,112)
#644B66
(100,75,102)
#5A445C
(90,68,92)
#503D52
(80,61,82)
#463648
(70,54,72)
#3C2F3E
(60,47,62)
#322834
(50,40,52)
#28212A
(40,33,42)
#1E1A20
(30,26,32)
#141316
(20,19,22)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #6E5270

#6E5270
(110,82,112)
#7B617D
(123,97,125)
#88708A
(136,112,138)
#957F97
(149,127,151)
#A28EA4
(162,142,164)
#AF9DB1
(175,157,177)
#BCACBE
(188,172,190)
#C9BBCB
(201,187,203)
#D6CAD8
(214,202,216)
#E3D9E5
(227,217,229)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5270; }

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

This text font color is #6E5270.


Background Color

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

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

This div background color is #6E5270.


Border color

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

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

This div border color is #6E5270.


Opacity

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

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

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

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

This text has shadow with #6E5270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5270 on black background.


Color preview on white background

This text has color #6E5270 on white background.



Black color preview on #6E5270 background

This text has black color on #6E5270 background.


White color preview on #6E5270 background

This text has white color on #6E5270 background.