COLOR #6E2D5C

HEX: #6E2D5C
RGB: (110,45,92)

Color info

#6E2D5C contains mainly red and blue colors. Web safe color of #6E2D5C is #663366 (or #636).

RGB color model

#6E2D5C color RGB value is (110,45,92).

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

RGB channels and saturation

R 110 of 255 = 43%
G 45 of 255 = 18%
B 92 of 255 = 36%

110
45
92

R + G + B ~ 32%. #6E2D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 45 + 92 = 247 (100%)
R 110 of 247 ~ 44.53%
G 45 of 247 ~ 18.22%
B 92 of 247 ~ 37.25%

%44.53
%18.22
%37.25

CMYK color model

#6E2D5C color CMYK value is (0,59,16,57).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 16.36%
  • key color value is 56.86%
CMYK:
(0,59,16,57)
C0M59Y16K57 
(0%,59%,16%,57%)
(0.00/0.59/0.16/0.57)	

CMYK percentages

%0
%59.09
%16.36
%56.86

Codes

Color #6E2D5C in popluar color models

6E2D5C
RGB1104592
HSL317°41.94%30.39%
HSB/HSV317°59.09%43.14%
CMYK0.00%59.09%16.36%
56.86%

Color #6E2D5C in popluar number systems.

HEX6E2D5C
Decimal1104592
Binary11011101011011011100
Octal15655134

Shades and tints

Shades of #6E2D5C

#6E2D5C
(110,45,92)
#642954
(100,41,84)
#5A254C
(90,37,76)
#502144
(80,33,68)
#461D3C
(70,29,60)
#3C1934
(60,25,52)
#32152C
(50,21,44)
#281124
(40,17,36)
#1E0D1C
(30,13,28)
#140914
(20,9,20)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #6E2D5C

#6E2D5C
(110,45,92)
#7B406A
(123,64,106)
#885378
(136,83,120)
#956686
(149,102,134)
#A27994
(162,121,148)
#AF8CA2
(175,140,162)
#BC9FB0
(188,159,176)
#C9B2BE
(201,178,190)
#D6C5CC
(214,197,204)
#E3D8DA
(227,216,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2D5C; }

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

This text font color is #6E2D5C.


Background Color

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

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

This div background color is #6E2D5C.


Border color

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

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

This div border color is #6E2D5C.


Opacity

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

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

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

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

This text has shadow with #6E2D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2D5C on black background.


Color preview on white background

This text has color #6E2D5C on white background.



Black color preview on #6E2D5C background

This text has black color on #6E2D5C background.


White color preview on #6E2D5C background

This text has white color on #6E2D5C background.