COLOR #6E5D78

HEX: #6E5D78 RGB: (110,93,120)

Color info

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

RGB color model

#6E5D78 color RGB value is (110,93,120).

RGB: (110,93,120) (43%, 36%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 93 of 255 = 36%
B 120 of 255 = 47%

110
93
120

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

Portions of RGB colors in percentages

R + G + B = 110 + 93 + 120 = 323 (100%)
R 110 of 323 ~ 34.06%
G 93 of 323 ~ 28.79%
B 120 of 323 ~ 37.15'%

%34.06
%28.79
%37.15

CMYK color model

#6E5D78 color CMYK value is (8,23,0,53).

  • cyan value is 8.33%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (8,23,0,53)
C8M23Y0K53 (8%, 23%, 0%, 53%)
(0.08 / 0.23 / 0.00 / 0.53)

CMYK percentages

%8.33
%22.5
%0
%52.94

Codes

Color #6E5D78 in popluar color models

6E 5D 78
RGB 110 93 120
HSL 278° 12.68% 41.76%
HSB/HSV 278° 22.50% 47.06%
CMYK 8.33% 22.50% 0.00%
52.94%

Color #6E5D78 in popluar number systems.

HEX 6E 5D 78
Decimal 110 93 120
Binary 1101110 1011101 1111000
Octal 156 135 170

Shades and tints

Shades of #6E5D78

#6E5D78
(110,93,120)
#64556E
(100,85,110)
#5A4D64
(90,77,100)
#50455A
(80,69,90)
#463D50
(70,61,80)
#3C3546
(60,53,70)
#322D3C
(50,45,60)
#282532
(40,37,50)
#1E1D28
(30,29,40)
#14151E
(20,21,30)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #6E5D78

#6E5D78
(110,93,120)
#7B6B84
(123,107,132)
#887990
(136,121,144)
#95879C
(149,135,156)
#A295A8
(162,149,168)
#AFA3B4
(175,163,180)
#BCB1C0
(188,177,192)
#C9BFCC
(201,191,204)
#D6CDD8
(214,205,216)
#E3DBE4
(227,219,228)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5D78 color. Also use rgb(110,93,120) instead hex code.

Text Font Color

.myTextColor { color: #6E5D78; }

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

This text font color is #6E5D78.

Background Color

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

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

This div background color is #6E5D78.

Border color

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

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

This div border color is #6E5D78.

Opacity

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

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

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

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

This text has shadow with #6E5D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5D78.

Preview

Color preview on black background

This text has color #6E5D78 on black background.


Color preview on white background

This text has color #6E5D78 on white background.


Black color preview on #6E5D78 background

This text has black color on #6E5D78 background.


White color preview on #6E5D78 background

This text has white color on #6E5D78 background.


Related colors

Complementary color

Complementary color for #hex is #91A287.


I love getcolorcode.com

Triadic colors

1 #786E5D and #5D786E with #6E5D78 are triadic colors.

2 #785D6E and #5D6E78 with #6E5D78 are triadic colors.