COLOR #6E4578

HEX: #6E4578 RGB: (110,69,120)

Color info

#6E4578 contains red, green and blue colors in about the same proportion. Web safe color of #6E4578 is #663366 (or #636).

RGB color model

#6E4578 color RGB value is (110,69,120).

RGB: (110,69,120) (43%, 27%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 69 of 255 = 27%
B 120 of 255 = 47%

110
69
120

R + G + B ~ 39%. #6E4578 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 69 + 120 = 299 (100%)
R 110 of 299 ~ 36.79%
G 69 of 299 ~ 23.08%
B 120 of 299 ~ 40.13'%

%36.79
%23.08
%40.13

CMYK color model

#6E4578 color CMYK value is (8,43,0,53).

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

CMYK: (8,43,0,53)
C8M43Y0K53 (8%, 43%, 0%, 53%)
(0.08 / 0.43 / 0.00 / 0.53)

CMYK percentages

%8.33
%42.5
%0
%52.94

Codes

Color #6E4578 in popluar color models

6E 45 78
RGB 110 69 120
HSL 288° 26.98% 37.06%
HSB/HSV 288° 42.50% 47.06%
CMYK 8.33% 42.50% 0.00%
52.94%

Color #6E4578 in popluar number systems.

HEX 6E 45 78
Decimal 110 69 120
Binary 1101110 1000101 1111000
Octal 156 105 170

Shades and tints

Shades of #6E4578

#6E4578
(110,69,120)
#643F6E
(100,63,110)
#5A3964
(90,57,100)
#50335A
(80,51,90)
#462D50
(70,45,80)
#3C2746
(60,39,70)
#32213C
(50,33,60)
#281B32
(40,27,50)
#1E1528
(30,21,40)
#140F1E
(20,15,30)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #6E4578

#6E4578
(110,69,120)
#7B5584
(123,85,132)
#886590
(136,101,144)
#95759C
(149,117,156)
#A285A8
(162,133,168)
#AF95B4
(175,149,180)
#BCA5C0
(188,165,192)
#C9B5CC
(201,181,204)
#D6C5D8
(214,197,216)
#E3D5E4
(227,213,228)
#F0E5F0
(240,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4578; }

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

This text font color is #6E4578.

Background Color

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

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

This div background color is #6E4578.

Border color

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

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

This div border color is #6E4578.

Opacity

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

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

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

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

This text has shadow with #6E4578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4578.

Preview

Color preview on black background

This text has color #6E4578 on black background.


Color preview on white background

This text has color #6E4578 on white background.


Black color preview on #6E4578 background

This text has black color on #6E4578 background.


White color preview on #6E4578 background

This text has white color on #6E4578 background.


Related colors

Complementary color

Complementary color for #hex is #91BA87.


I love getcolorcode.com

Triadic colors

1 #786E45 and #45786E with #6E4578 are triadic colors.

2 #78456E and #456E78 with #6E4578 are triadic colors.