COLOR #6E4C5C

HEX: #6E4C5C RGB: (110,76,92)

Color info

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

RGB color model

#6E4C5C color RGB value is (110,76,92).

RGB: (110,76,92) (43%, 30%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 92 of 255 = 36%

110
76
92

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

Portions of RGB colors in percentages

R + G + B = 110 + 76 + 92 = 278 (100%)
R 110 of 278 ~ 39.57%
G 76 of 278 ~ 27.34%
B 92 of 278 ~ 33.09'%

%39.57
%27.34
%33.09

CMYK color model

#6E4C5C color CMYK value is (0,31,16,57).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 16.36%
  • key color value is 56.86%

CMYK: (0,31,16,57)
C0M31Y16K57 (0%, 31%, 16%, 57%)
(0.00 / 0.31 / 0.16 / 0.57)

CMYK percentages

%0
%30.91
%16.36
%56.86

Codes

Color #6E4C5C in popluar color models

6E 4C 5C
RGB 110 76 92
HSL 332° 18.28% 36.47%
HSB/HSV 332° 30.91% 43.14%
CMYK 0.00% 30.91% 16.36%
56.86%

Color #6E4C5C in popluar number systems.

HEX 6E 4C 5C
Decimal 110 76 92
Binary 1101110 1001100 1011100
Octal 156 114 134

Shades and tints

Shades of #6E4C5C

#6E4C5C
(110,76,92)
#644654
(100,70,84)
#5A404C
(90,64,76)
#503A44
(80,58,68)
#46343C
(70,52,60)
#3C2E34
(60,46,52)
#32282C
(50,40,44)
#282224
(40,34,36)
#1E1C1C
(30,28,28)
#141614
(20,22,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E4C5C

#6E4C5C
(110,76,92)
#7B5C6A
(123,92,106)
#886C78
(136,108,120)
#957C86
(149,124,134)
#A28C94
(162,140,148)
#AF9CA2
(175,156,162)
#BCACB0
(188,172,176)
#C9BCBE
(201,188,190)
#D6CCCC
(214,204,204)
#E3DCDA
(227,220,218)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4C5C; }

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

This text font color is #6E4C5C.

Background Color

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

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

This div background color is #6E4C5C.

Border color

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

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

This div border color is #6E4C5C.

Opacity

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

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

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

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

This text has shadow with #6E4C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4C5C.

Preview

Color preview on black background

This text has color #6E4C5C on black background.


Color preview on white background

This text has color #6E4C5C on white background.


Black color preview on #6E4C5C background

This text has black color on #6E4C5C background.


White color preview on #6E4C5C background

This text has white color on #6E4C5C background.


Related colors

Complementary color

Complementary color for #hex is #91B3A3.


I love getcolorcode.com

Triadic colors

1 #5C6E4C and #4C5C6E with #6E4C5C are triadic colors.

2 #5C4C6E and #4C6E5C with #6E4C5C are triadic colors.