COLOR #6E3C6B

HEX: #6E3C6B
RGB: (110,60,107)

Color info

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

RGB color model

#6E3C6B color RGB value is (110,60,107).

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

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 107 of 255 = 42%

110
60
107

R + G + B ~ 36%. #6E3C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 60 + 107 = 277 (100%)
R 110 of 277 ~ 39.71%
G 60 of 277 ~ 21.66%
B 107 of 277 ~ 38.63%

%39.71
%21.66
%38.63

CMYK color model

#6E3C6B color CMYK value is (0,45,3,57).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 2.73%
  • key color value is 56.86%
CMYK:
(0,45,3,57)
C0M45Y3K57 
(0%,45%,3%,57%)
(0.00/0.45/0.03/0.57)	

CMYK percentages

%0
%45.45
%2.73
%56.86

Codes

Color #6E3C6B in popluar color models

6E3C6B
RGB11060107
HSL304°29.41%33.33%
HSB/HSV304°45.45%43.14%
CMYK0.00%45.45%2.73%
56.86%

Color #6E3C6B in popluar number systems.

HEX6E3C6B
Decimal11060107
Binary11011101111001101011
Octal15674153

Shades and tints

Shades of #6E3C6B

#6E3C6B
(110,60,107)
#643762
(100,55,98)
#5A3259
(90,50,89)
#502D50
(80,45,80)
#462847
(70,40,71)
#3C233E
(60,35,62)
#321E35
(50,30,53)
#28192C
(40,25,44)
#1E1423
(30,20,35)
#140F1A
(20,15,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6E3C6B

#6E3C6B
(110,60,107)
#7B4D78
(123,77,120)
#885E85
(136,94,133)
#956F92
(149,111,146)
#A2809F
(162,128,159)
#AF91AC
(175,145,172)
#BCA2B9
(188,162,185)
#C9B3C6
(201,179,198)
#D6C4D3
(214,196,211)
#E3D5E0
(227,213,224)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3C6B; }

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

This text font color is #6E3C6B.


Background Color

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

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

This div background color is #6E3C6B.


Border color

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

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

This div border color is #6E3C6B.


Opacity

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

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

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

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

This text has shadow with #6E3C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3C6B on black background.


Color preview on white background

This text has color #6E3C6B on white background.



Black color preview on #6E3C6B background

This text has black color on #6E3C6B background.


White color preview on #6E3C6B background

This text has white color on #6E3C6B background.