COLOR #6E5C78

HEX: #6E5C78
RGB: (110,92,120)

Color info

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

RGB color model

#6E5C78 color RGB value is (110,92,120).

  • red value is 110;
  • green value is 92;
  • blue value is 120.
RGB:
(110,92,120)
(43%,36%,47%)

RGB channels and saturation

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

110
92
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 92 + 120 = 322 (100%)
R 110 of 322 ~ 34.16%
G 92 of 322 ~ 28.57%
B 120 of 322 ~ 37.27%

%34.16
%28.57
%37.27

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 23.33%
  • 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
%23.33
%0
%52.94

Codes

Color #6E5C78 in popluar color models

6E5C78
RGB11092120
HSL279°13.21%41.57%
HSB/HSV279°23.33%47.06%
CMYK8.33%23.33%0.00%
52.94%

Color #6E5C78 in popluar number systems.

HEX6E5C78
Decimal11092120
Binary110111010111001111000
Octal156134170

Shades and tints

Shades of #6E5C78

#6E5C78
(110,92,120)
#64546E
(100,84,110)
#5A4C64
(90,76,100)
#50445A
(80,68,90)
#463C50
(70,60,80)
#3C3446
(60,52,70)
#322C3C
(50,44,60)
#282432
(40,36,50)
#1E1C28
(30,28,40)
#14141E
(20,20,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6E5C78

#6E5C78
(110,92,120)
#7B6A84
(123,106,132)
#887890
(136,120,144)
#95869C
(149,134,156)
#A294A8
(162,148,168)
#AFA2B4
(175,162,180)
#BCB0C0
(188,176,192)
#C9BECC
(201,190,204)
#D6CCD8
(214,204,216)
#E3DAE4
(227,218,228)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5C78; }

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

This text font color is #6E5C78.


Background Color

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

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

This div background color is #6E5C78.


Border color

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

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

This div border color is #6E5C78.


Opacity

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

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

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

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

This text has shadow with #6E5C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5C78 on black background.


Color preview on white background

This text has color #6E5C78 on white background.



Black color preview on #6E5C78 background

This text has black color on #6E5C78 background.


White color preview on #6E5C78 background

This text has white color on #6E5C78 background.