COLOR #6E2C50

HEX: #6E2C50
RGB: (110,44,80)

Color info

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

RGB color model

#6E2C50 color RGB value is (110,44,80).

  • red value is 110;
  • green value is 44;
  • blue value is 80.
RGB:
(110,44,80)
(43%,17%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 44 of 255 = 17%
B 80 of 255 = 31%

110
44
80

R + G + B ~ 30%. #6E2C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 44 + 80 = 234 (100%)
R 110 of 234 ~ 47.01%
G 44 of 234 ~ 18.8%
B 80 of 234 ~ 34.19%

%47.01
%18.8
%34.19

CMYK color model

#6E2C50 color CMYK value is (0,60,27,57).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 27.27%
  • key color value is 56.86%
CMYK:
(0,60,27,57)
C0M60Y27K57 
(0%,60%,27%,57%)
(0.00/0.60/0.27/0.57)	

CMYK percentages

%0
%60
%27.27
%56.86

Codes

Color #6E2C50 in popluar color models

6E2C50
RGB1104480
HSL327°42.86%30.20%
HSB/HSV327°60.00%43.14%
CMYK0.00%60.00%27.27%
56.86%

Color #6E2C50 in popluar number systems.

HEX6E2C50
Decimal1104480
Binary11011101011001010000
Octal15654120

Shades and tints

Shades of #6E2C50

#6E2C50
(110,44,80)
#642849
(100,40,73)
#5A2442
(90,36,66)
#50203B
(80,32,59)
#461C34
(70,28,52)
#3C182D
(60,24,45)
#321426
(50,20,38)
#28101F
(40,16,31)
#1E0C18
(30,12,24)
#140811
(20,8,17)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #6E2C50

#6E2C50
(110,44,80)
#7B3F5F
(123,63,95)
#88526E
(136,82,110)
#95657D
(149,101,125)
#A2788C
(162,120,140)
#AF8B9B
(175,139,155)
#BC9EAA
(188,158,170)
#C9B1B9
(201,177,185)
#D6C4C8
(214,196,200)
#E3D7D7
(227,215,215)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2C50 color. Also use rgb(110,44,80) instead hex code.

Text Font Color

.myTextColor { color: #6E2C50; }

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

This text font color is #6E2C50.


Background Color

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

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

This div background color is #6E2C50.


Border color

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

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

This div border color is #6E2C50.


Opacity

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

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

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

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

This text has shadow with #6E2C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2C50 on black background.


Color preview on white background

This text has color #6E2C50 on white background.



Black color preview on #6E2C50 background

This text has black color on #6E2C50 background.


White color preview on #6E2C50 background

This text has white color on #6E2C50 background.