COLOR #6E4D67

HEX: #6E4D67
RGB: (110,77,103)

Color info

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

RGB color model

#6E4D67 color RGB value is (110,77,103).

  • red value is 110;
  • green value is 77;
  • blue value is 103.
RGB:
(110,77,103)
(43%,30%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 77 of 255 = 30%
B 103 of 255 = 40%

110
77
103

R + G + B ~ 38%. #6E4D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 77 + 103 = 290 (100%)
R 110 of 290 ~ 37.93%
G 77 of 290 ~ 26.55%
B 103 of 290 ~ 35.52%

%37.93
%26.55
%35.52

CMYK color model

#6E4D67 color CMYK value is (0,30,6,57).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 6.36%
  • key color value is 56.86%
CMYK:
(0,30,6,57)
C0M30Y6K57 
(0%,30%,6%,57%)
(0.00/0.30/0.06/0.57)	

CMYK percentages

%0
%30
%6.36
%56.86

Codes

Color #6E4D67 in popluar color models

6E4D67
RGB11077103
HSL313°17.65%36.67%
HSB/HSV313°30.00%43.14%
CMYK0.00%30.00%6.36%
56.86%

Color #6E4D67 in popluar number systems.

HEX6E4D67
Decimal11077103
Binary110111010011011100111
Octal156115147

Shades and tints

Shades of #6E4D67

#6E4D67
(110,77,103)
#64465E
(100,70,94)
#5A3F55
(90,63,85)
#50384C
(80,56,76)
#463143
(70,49,67)
#3C2A3A
(60,42,58)
#322331
(50,35,49)
#281C28
(40,28,40)
#1E151F
(30,21,31)
#140E16
(20,14,22)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #6E4D67

#6E4D67
(110,77,103)
#7B5D74
(123,93,116)
#886D81
(136,109,129)
#957D8E
(149,125,142)
#A28D9B
(162,141,155)
#AF9DA8
(175,157,168)
#BCADB5
(188,173,181)
#C9BDC2
(201,189,194)
#D6CDCF
(214,205,207)
#E3DDDC
(227,221,220)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4D67 color. Also use rgb(110,77,103) instead hex code.

Text Font Color

.myTextColor { color: #6E4D67; }

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

This text font color is #6E4D67.


Background Color

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

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

This div background color is #6E4D67.


Border color

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

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

This div border color is #6E4D67.


Opacity

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

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

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

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

This text has shadow with #6E4D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D67 on black background.


Color preview on white background

This text has color #6E4D67 on white background.



Black color preview on #6E4D67 background

This text has black color on #6E4D67 background.


White color preview on #6E4D67 background

This text has white color on #6E4D67 background.