COLOR #6E3C5E

HEX: #6E3C5E
RGB: (110,60,94)

Color info

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

RGB color model

#6E3C5E color RGB value is (110,60,94).

  • red value is 110;
  • green value is 60;
  • blue value is 94.
RGB:
(110,60,94)
(43%,24%,37%)

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 94 of 255 = 37%

110
60
94

R + G + B ~ 35%. #6E3C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 60 + 94 = 264 (100%)
R 110 of 264 ~ 41.67%
G 60 of 264 ~ 22.73%
B 94 of 264 ~ 35.61%

%41.67
%22.73
%35.61

CMYK color model

#6E3C5E color CMYK value is (0,45,15,57).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(0,45,15,57)
C0M45Y15K57 
(0%,45%,15%,57%)
(0.00/0.45/0.15/0.57)	

CMYK percentages

%0
%45.45
%14.55
%56.86

Codes

Color #6E3C5E in popluar color models

6E3C5E
RGB1106094
HSL319°29.41%33.33%
HSB/HSV319°45.45%43.14%
CMYK0.00%45.45%14.55%
56.86%

Color #6E3C5E in popluar number systems.

HEX6E3C5E
Decimal1106094
Binary11011101111001011110
Octal15674136

Shades and tints

Shades of #6E3C5E

#6E3C5E
(110,60,94)
#643756
(100,55,86)
#5A324E
(90,50,78)
#502D46
(80,45,70)
#46283E
(70,40,62)
#3C2336
(60,35,54)
#321E2E
(50,30,46)
#281926
(40,25,38)
#1E141E
(30,20,30)
#140F16
(20,15,22)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #6E3C5E

#6E3C5E
(110,60,94)
#7B4D6C
(123,77,108)
#885E7A
(136,94,122)
#956F88
(149,111,136)
#A28096
(162,128,150)
#AF91A4
(175,145,164)
#BCA2B2
(188,162,178)
#C9B3C0
(201,179,192)
#D6C4CE
(214,196,206)
#E3D5DC
(227,213,220)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3C5E color. Also use rgb(110,60,94) instead hex code.

Text Font Color

.myTextColor { color: #6E3C5E; }

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

This text font color is #6E3C5E.


Background Color

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

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

This div background color is #6E3C5E.


Border color

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

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

This div border color is #6E3C5E.


Opacity

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

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

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

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

This text has shadow with #6E3C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3C5E on black background.


Color preview on white background

This text has color #6E3C5E on white background.



Black color preview on #6E3C5E background

This text has black color on #6E3C5E background.


White color preview on #6E3C5E background

This text has white color on #6E3C5E background.