COLOR #6E446F

HEX: #6E446F
RGB: (110,68,111)

Color info

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

RGB color model

#6E446F color RGB value is (110,68,111).

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

RGB channels and saturation

R 110 of 255 = 43%
G 68 of 255 = 27%
B 111 of 255 = 44%

110
68
111

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

Portions of RGB colors in percentages

R + G + B =
110 + 68 + 111 = 289 (100%)
R 110 of 289 ~ 38.06%
G 68 of 289 ~ 23.53%
B 111 of 289 ~ 38.41%

%38.06
%23.53
%38.41

CMYK color model

#6E446F color CMYK value is (1,39,0,56).

  • cyan value is 0.90%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(1,39,0,56)
C1M39Y0K56 
(1%,39%,0%,56%)
(0.01/0.39/0.00/0.56)	

CMYK percentages

%0.9
%38.74
%0
%56.47

Codes

Color #6E446F in popluar color models

6E446F
RGB11068111
HSL299°24.02%35.10%
HSB/HSV299°38.74%43.53%
CMYK0.90%38.74%0.00%
56.47%

Color #6E446F in popluar number systems.

HEX6E446F
Decimal11068111
Binary110111010001001101111
Octal156104157

Shades and tints

Shades of #6E446F

#6E446F
(110,68,111)
#643E65
(100,62,101)
#5A385B
(90,56,91)
#503251
(80,50,81)
#462C47
(70,44,71)
#3C263D
(60,38,61)
#322033
(50,32,51)
#281A29
(40,26,41)
#1E141F
(30,20,31)
#140E15
(20,14,21)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #6E446F

#6E446F
(110,68,111)
#7B557C
(123,85,124)
#886689
(136,102,137)
#957796
(149,119,150)
#A288A3
(162,136,163)
#AF99B0
(175,153,176)
#BCAABD
(188,170,189)
#C9BBCA
(201,187,202)
#D6CCD7
(214,204,215)
#E3DDE4
(227,221,228)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E446F; }

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

This text font color is #6E446F.


Background Color

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

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

This div background color is #6E446F.


Border color

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

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

This div border color is #6E446F.


Opacity

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

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

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

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

This text has shadow with #6E446F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E446F on black background.


Color preview on white background

This text has color #6E446F on white background.



Black color preview on #6E446F background

This text has black color on #6E446F background.


White color preview on #6E446F background

This text has white color on #6E446F background.