COLOR #6E4376

HEX: #6E4376
RGB: (110,67,118)

Color info

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

RGB color model

#6E4376 color RGB value is (110,67,118).

  • red value is 110;
  • green value is 67;
  • blue value is 118.
RGB:
(110,67,118)
(43%,26%,46%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 118 of 255 = 46%

110
67
118

R + G + B ~ 38%. #6E4376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 118 = 295 (100%)
R 110 of 295 ~ 37.29%
G 67 of 295 ~ 22.71%
B 118 of 295 ~ 40%

%37.29
%22.71
%40

CMYK color model

#6E4376 color CMYK value is (7,43,0,54).

  • cyan value is 6.78%
  • magenta value is 43.22%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(7,43,0,54)
C7M43Y0K54 
(7%,43%,0%,54%)
(0.07/0.43/0.00/0.54)	

CMYK percentages

%6.78
%43.22
%0
%53.73

Codes

Color #6E4376 in popluar color models

6E4376
RGB11067118
HSL291°27.57%36.27%
HSB/HSV291°43.22%46.27%
CMYK6.78%43.22%0.00%
53.73%

Color #6E4376 in popluar number systems.

HEX6E4376
Decimal11067118
Binary110111010000111110110
Octal156103166

Shades and tints

Shades of #6E4376

#6E4376
(110,67,118)
#643D6C
(100,61,108)
#5A3762
(90,55,98)
#503158
(80,49,88)
#462B4E
(70,43,78)
#3C2544
(60,37,68)
#321F3A
(50,31,58)
#281930
(40,25,48)
#1E1326
(30,19,38)
#140D1C
(20,13,28)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #6E4376

#6E4376
(110,67,118)
#7B5482
(123,84,130)
#88658E
(136,101,142)
#95769A
(149,118,154)
#A287A6
(162,135,166)
#AF98B2
(175,152,178)
#BCA9BE
(188,169,190)
#C9BACA
(201,186,202)
#D6CBD6
(214,203,214)
#E3DCE2
(227,220,226)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4376 color. Also use rgb(110,67,118) instead hex code.

Text Font Color

.myTextColor { color: #6E4376; }

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

This text font color is #6E4376.


Background Color

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

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

This div background color is #6E4376.


Border color

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

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

This div border color is #6E4376.


Opacity

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

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

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

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

This text has shadow with #6E4376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4376 on black background.


Color preview on white background

This text has color #6E4376 on white background.



Black color preview on #6E4376 background

This text has black color on #6E4376 background.


White color preview on #6E4376 background

This text has white color on #6E4376 background.