COLOR #6E4A5C

HEX: #6E4A5C
RGB: (110,74,92)

Color info

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

RGB color model

#6E4A5C color RGB value is (110,74,92).

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

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 92 of 255 = 36%

110
74
92

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

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 92 = 276 (100%)
R 110 of 276 ~ 39.86%
G 74 of 276 ~ 26.81%
B 92 of 276 ~ 33.33%

%39.86
%26.81
%33.33

CMYK color model

#6E4A5C color CMYK value is (0,33,16,57).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 16.36%
  • key color value is 56.86%
CMYK:
(0,33,16,57)
C0M33Y16K57 
(0%,33%,16%,57%)
(0.00/0.33/0.16/0.57)	

CMYK percentages

%0
%32.73
%16.36
%56.86

Codes

Color #6E4A5C in popluar color models

6E4A5C
RGB1107492
HSL330°19.57%36.08%
HSB/HSV330°32.73%43.14%
CMYK0.00%32.73%16.36%
56.86%

Color #6E4A5C in popluar number systems.

HEX6E4A5C
Decimal1107492
Binary110111010010101011100
Octal156112134

Shades and tints

Shades of #6E4A5C

#6E4A5C
(110,74,92)
#644454
(100,68,84)
#5A3E4C
(90,62,76)
#503844
(80,56,68)
#46323C
(70,50,60)
#3C2C34
(60,44,52)
#32262C
(50,38,44)
#282024
(40,32,36)
#1E1A1C
(30,26,28)
#141414
(20,20,20)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #6E4A5C

#6E4A5C
(110,74,92)
#7B5A6A
(123,90,106)
#886A78
(136,106,120)
#957A86
(149,122,134)
#A28A94
(162,138,148)
#AF9AA2
(175,154,162)
#BCAAB0
(188,170,176)
#C9BABE
(201,186,190)
#D6CACC
(214,202,204)
#E3DADA
(227,218,218)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4A5C; }

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

This text font color is #6E4A5C.


Background Color

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

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

This div background color is #6E4A5C.


Border color

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

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

This div border color is #6E4A5C.


Opacity

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

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

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

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

This text has shadow with #6E4A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A5C on black background.


Color preview on white background

This text has color #6E4A5C on white background.



Black color preview on #6E4A5C background

This text has black color on #6E4A5C background.


White color preview on #6E4A5C background

This text has white color on #6E4A5C background.