COLOR #6E447F

HEX: #6E447F
RGB: (110,68,127)

Color info

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

RGB color model

#6E447F color RGB value is (110,68,127).

  • red value is 110;
  • green value is 68;
  • blue value is 127.
RGB:
(110,68,127)
(43%,27%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 68 of 255 = 27%
B 127 of 255 = 50%

110
68
127

R + G + B ~ 40%. #6E447F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 68 + 127 = 305 (100%)
R 110 of 305 ~ 36.07%
G 68 of 305 ~ 22.3%
B 127 of 305 ~ 41.64%

%36.07
%22.3
%41.64

CMYK color model

#6E447F color CMYK value is (13,46,0,50).

  • cyan value is 13.39%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(13,46,0,50)
C13M46Y0K50 
(13%,46%,0%,50%)
(0.13/0.46/0.00/0.50)	

CMYK percentages

%13.39
%46.46
%0
%50.2

Codes

Color #6E447F in popluar color models

6E447F
RGB11068127
HSL283°30.26%38.24%
HSB/HSV283°46.46%49.80%
CMYK13.39%46.46%0.00%
50.20%

Color #6E447F in popluar number systems.

HEX6E447F
Decimal11068127
Binary110111010001001111111
Octal156104177

Shades and tints

Shades of #6E447F

#6E447F
(110,68,127)
#643E74
(100,62,116)
#5A3869
(90,56,105)
#50325E
(80,50,94)
#462C53
(70,44,83)
#3C2648
(60,38,72)
#32203D
(50,32,61)
#281A32
(40,26,50)
#1E1427
(30,20,39)
#140E1C
(20,14,28)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #6E447F

#6E447F
(110,68,127)
#7B558A
(123,85,138)
#886695
(136,102,149)
#9577A0
(149,119,160)
#A288AB
(162,136,171)
#AF99B6
(175,153,182)
#BCAAC1
(188,170,193)
#C9BBCC
(201,187,204)
#D6CCD7
(214,204,215)
#E3DDE2
(227,221,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E447F color. Also use rgb(110,68,127) instead hex code.

Text Font Color

.myTextColor { color: #6E447F; }

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

This text font color is #6E447F.


Background Color

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

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

This div background color is #6E447F.


Border color

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

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

This div border color is #6E447F.


Opacity

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

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

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

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

This text has shadow with #6E447F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E447F on black background.


Color preview on white background

This text has color #6E447F on white background.



Black color preview on #6E447F background

This text has black color on #6E447F background.


White color preview on #6E447F background

This text has white color on #6E447F background.