COLOR #6E3C55

HEX: #6E3C55
RGB: (110,60,85)

Color info

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

RGB color model

#6E3C55 color RGB value is (110,60,85).

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

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 85 of 255 = 33%

110
60
85

R + G + B ~ 33%. #6E3C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 60 + 85 = 255 (100%)
R 110 of 255 ~ 43.14%
G 60 of 255 ~ 23.53%
B 85 of 255 ~ 33.33%

%43.14
%23.53
%33.33

CMYK color model

#6E3C55 color CMYK value is (0,45,23,57).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 22.73%
  • key color value is 56.86%
CMYK:
(0,45,23,57)
C0M45Y23K57 
(0%,45%,23%,57%)
(0.00/0.45/0.23/0.57)	

CMYK percentages

%0
%45.45
%22.73
%56.86

Codes

Color #6E3C55 in popluar color models

6E3C55
RGB1106085
HSL330°29.41%33.33%
HSB/HSV330°45.45%43.14%
CMYK0.00%45.45%22.73%
56.86%

Color #6E3C55 in popluar number systems.

HEX6E3C55
Decimal1106085
Binary11011101111001010101
Octal15674125

Shades and tints

Shades of #6E3C55

#6E3C55
(110,60,85)
#64374E
(100,55,78)
#5A3247
(90,50,71)
#502D40
(80,45,64)
#462839
(70,40,57)
#3C2332
(60,35,50)
#321E2B
(50,30,43)
#281924
(40,25,36)
#1E141D
(30,20,29)
#140F16
(20,15,22)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #6E3C55

#6E3C55
(110,60,85)
#7B4D64
(123,77,100)
#885E73
(136,94,115)
#956F82
(149,111,130)
#A28091
(162,128,145)
#AF91A0
(175,145,160)
#BCA2AF
(188,162,175)
#C9B3BE
(201,179,190)
#D6C4CD
(214,196,205)
#E3D5DC
(227,213,220)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3C55; }

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

This text font color is #6E3C55.


Background Color

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

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

This div background color is #6E3C55.


Border color

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

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

This div border color is #6E3C55.


Opacity

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

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

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

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

This text has shadow with #6E3C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3C55 on black background.


Color preview on white background

This text has color #6E3C55 on white background.



Black color preview on #6E3C55 background

This text has black color on #6E3C55 background.


White color preview on #6E3C55 background

This text has white color on #6E3C55 background.