COLOR #6E5570

HEX: #6E5570 RGB: (110,85,112)

Color info

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

RGB color model

#6E5570 color RGB value is (110,85,112).

RGB: (110,85,112) (43%, 33%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 112 of 255 = 44%

110
85
112

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

Portions of RGB colors in percentages

R + G + B = 110 + 85 + 112 = 307 (100%)
R 110 of 307 ~ 35.83%
G 85 of 307 ~ 27.69%
B 112 of 307 ~ 36.48'%

%35.83
%27.69
%36.48

CMYK color model

#6E5570 color CMYK value is (2,24,0,56).

  • cyan value is 1.79%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (2,24,0,56)
C2M24Y0K56 (2%, 24%, 0%, 56%)
(0.02 / 0.24 / 0.00 / 0.56)

CMYK percentages

%1.79
%24.11
%0
%56.08

Codes

Color #6E5570 in popluar color models

6E 55 70
RGB 110 85 112
HSL 296° 13.71% 38.63%
HSB/HSV 296° 24.11% 43.92%
CMYK 1.79% 24.11% 0.00%
56.08%

Color #6E5570 in popluar number systems.

HEX 6E 55 70
Decimal 110 85 112
Binary 1101110 1010101 1110000
Octal 156 125 160

Shades and tints

Shades of #6E5570

#6E5570
(110,85,112)
#644E66
(100,78,102)
#5A475C
(90,71,92)
#504052
(80,64,82)
#463948
(70,57,72)
#3C323E
(60,50,62)
#322B34
(50,43,52)
#28242A
(40,36,42)
#1E1D20
(30,29,32)
#141616
(20,22,22)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E5570

#6E5570
(110,85,112)
#7B647D
(123,100,125)
#88738A
(136,115,138)
#958297
(149,130,151)
#A291A4
(162,145,164)
#AFA0B1
(175,160,177)
#BCAFBE
(188,175,190)
#C9BECB
(201,190,203)
#D6CDD8
(214,205,216)
#E3DCE5
(227,220,229)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5570; }

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

This text font color is #6E5570.

Background Color

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

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

This div background color is #6E5570.

Border color

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

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

This div border color is #6E5570.

Opacity

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

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

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

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

This text has shadow with #6E5570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5570.

Preview

Color preview on black background

This text has color #6E5570 on black background.


Color preview on white background

This text has color #6E5570 on white background.


Black color preview on #6E5570 background

This text has black color on #6E5570 background.


White color preview on #6E5570 background

This text has white color on #6E5570 background.


Related colors

Complementary color

Complementary color for #hex is #91AA8F.


I love getcolorcode.com

Triadic colors

1 #706E55 and #55706E with #6E5570 are triadic colors.

2 #70556E and #556E70 with #6E5570 are triadic colors.