COLOR #6E2D57

HEX: #6E2D57
RGB: (110,45,87)

Color info

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

RGB color model

#6E2D57 color RGB value is (110,45,87).

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

RGB channels and saturation

R 110 of 255 = 43%
G 45 of 255 = 18%
B 87 of 255 = 34%

110
45
87

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

Portions of RGB colors in percentages

R + G + B =
110 + 45 + 87 = 242 (100%)
R 110 of 242 ~ 45.45%
G 45 of 242 ~ 18.6%
B 87 of 242 ~ 35.95%

%45.45
%18.6
%35.95

CMYK color model

#6E2D57 color CMYK value is (0,59,21,57).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 20.91%
  • key color value is 56.86%
CMYK:
(0,59,21,57)
C0M59Y21K57 
(0%,59%,21%,57%)
(0.00/0.59/0.21/0.57)	

CMYK percentages

%0
%59.09
%20.91
%56.86

Codes

Color #6E2D57 in popluar color models

6E2D57
RGB1104587
HSL321°41.94%30.39%
HSB/HSV321°59.09%43.14%
CMYK0.00%59.09%20.91%
56.86%

Color #6E2D57 in popluar number systems.

HEX6E2D57
Decimal1104587
Binary11011101011011010111
Octal15655127

Shades and tints

Shades of #6E2D57

#6E2D57
(110,45,87)
#642950
(100,41,80)
#5A2549
(90,37,73)
#502142
(80,33,66)
#461D3B
(70,29,59)
#3C1934
(60,25,52)
#32152D
(50,21,45)
#281126
(40,17,38)
#1E0D1F
(30,13,31)
#140918
(20,9,24)
#0A0511
(10,5,17)
#000000
(0,0,0)

Tints of #6E2D57

#6E2D57
(110,45,87)
#7B4066
(123,64,102)
#885375
(136,83,117)
#956684
(149,102,132)
#A27993
(162,121,147)
#AF8CA2
(175,140,162)
#BC9FB1
(188,159,177)
#C9B2C0
(201,178,192)
#D6C5CF
(214,197,207)
#E3D8DE
(227,216,222)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2D57; }

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

This text font color is #6E2D57.


Background Color

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

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

This div background color is #6E2D57.


Border color

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

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

This div border color is #6E2D57.


Opacity

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

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

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

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

This text has shadow with #6E2D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2D57 on black background.


Color preview on white background

This text has color #6E2D57 on white background.



Black color preview on #6E2D57 background

This text has black color on #6E2D57 background.


White color preview on #6E2D57 background

This text has white color on #6E2D57 background.