COLOR #6E4277

HEX: #6E4277
RGB: (110,66,119)

Color info

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

RGB color model

#6E4277 color RGB value is (110,66,119).

  • red value is 110;
  • green value is 66;
  • blue value is 119.
RGB:
(110,66,119)
(43%,26%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 66 of 255 = 26%
B 119 of 255 = 47%

110
66
119

R + G + B ~ 39%. #6E4277 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 66 + 119 = 295 (100%)
R 110 of 295 ~ 37.29%
G 66 of 295 ~ 22.37%
B 119 of 295 ~ 40.34%

%37.29
%22.37
%40.34

CMYK color model

#6E4277 color CMYK value is (8,45,0,53).

  • cyan value is 7.56%
  • magenta value is 44.54%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,45,0,53)
C8M45Y0K53 
(8%,45%,0%,53%)
(0.08/0.45/0.00/0.53)	

CMYK percentages

%7.56
%44.54
%0
%53.33

Codes

Color #6E4277 in popluar color models

6E4277
RGB11066119
HSL290°28.65%36.27%
HSB/HSV290°44.54%46.67%
CMYK7.56%44.54%0.00%
53.33%

Color #6E4277 in popluar number systems.

HEX6E4277
Decimal11066119
Binary110111010000101110111
Octal156102167

Shades and tints

Shades of #6E4277

#6E4277
(110,66,119)
#643C6D
(100,60,109)
#5A3663
(90,54,99)
#503059
(80,48,89)
#462A4F
(70,42,79)
#3C2445
(60,36,69)
#321E3B
(50,30,59)
#281831
(40,24,49)
#1E1227
(30,18,39)
#140C1D
(20,12,29)
#0A0613
(10,6,19)
#000000
(0,0,0)

Tints of #6E4277

#6E4277
(110,66,119)
#7B5383
(123,83,131)
#88648F
(136,100,143)
#95759B
(149,117,155)
#A286A7
(162,134,167)
#AF97B3
(175,151,179)
#BCA8BF
(188,168,191)
#C9B9CB
(201,185,203)
#D6CAD7
(214,202,215)
#E3DBE3
(227,219,227)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4277 color. Also use rgb(110,66,119) instead hex code.

Text Font Color

.myTextColor { color: #6E4277; }

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

This text font color is #6E4277.


Background Color

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

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

This div background color is #6E4277.


Border color

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

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

This div border color is #6E4277.


Opacity

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

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

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

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

This text has shadow with #6E4277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4277 on black background.


Color preview on white background

This text has color #6E4277 on white background.



Black color preview on #6E4277 background

This text has black color on #6E4277 background.


White color preview on #6E4277 background

This text has white color on #6E4277 background.