COLOR #6E4C6D

HEX: #6E4C6D
RGB: (110,76,109)

Color info

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

RGB color model

#6E4C6D color RGB value is (110,76,109).

  • red value is 110;
  • green value is 76;
  • blue value is 109.
RGB:
(110,76,109)
(43%,30%,43%)

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 109 of 255 = 43%

110
76
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 76 + 109 = 295 (100%)
R 110 of 295 ~ 37.29%
G 76 of 295 ~ 25.76%
B 109 of 295 ~ 36.95%

%37.29
%25.76
%36.95

CMYK color model

#6E4C6D color CMYK value is (0,31,1,57).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(0,31,1,57)
C0M31Y1K57 
(0%,31%,1%,57%)
(0.00/0.31/0.01/0.57)	

CMYK percentages

%0
%30.91
%0.91
%56.86

Codes

Color #6E4C6D in popluar color models

6E4C6D
RGB11076109
HSL302°18.28%36.47%
HSB/HSV302°30.91%43.14%
CMYK0.00%30.91%0.91%
56.86%

Color #6E4C6D in popluar number systems.

HEX6E4C6D
Decimal11076109
Binary110111010011001101101
Octal156114155

Shades and tints

Shades of #6E4C6D

#6E4C6D
(110,76,109)
#644664
(100,70,100)
#5A405B
(90,64,91)
#503A52
(80,58,82)
#463449
(70,52,73)
#3C2E40
(60,46,64)
#322837
(50,40,55)
#28222E
(40,34,46)
#1E1C25
(30,28,37)
#14161C
(20,22,28)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #6E4C6D

#6E4C6D
(110,76,109)
#7B5C7A
(123,92,122)
#886C87
(136,108,135)
#957C94
(149,124,148)
#A28CA1
(162,140,161)
#AF9CAE
(175,156,174)
#BCACBB
(188,172,187)
#C9BCC8
(201,188,200)
#D6CCD5
(214,204,213)
#E3DCE2
(227,220,226)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4C6D color. Also use rgb(110,76,109) instead hex code.

Text Font Color

.myTextColor { color: #6E4C6D; }

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

This text font color is #6E4C6D.


Background Color

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

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

This div background color is #6E4C6D.


Border color

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

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

This div border color is #6E4C6D.


Opacity

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

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

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

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

This text has shadow with #6E4C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C6D on black background.


Color preview on white background

This text has color #6E4C6D on white background.



Black color preview on #6E4C6D background

This text has black color on #6E4C6D background.


White color preview on #6E4C6D background

This text has white color on #6E4C6D background.