COLOR #6E449F

HEX: #6E449F
RGB: (110,68,159)

Color info

#6E449F contains mainly red and blue colors. Web safe color of #6E449F is #663399 (or #639).

RGB color model

#6E449F color RGB value is (110,68,159).

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

RGB channels and saturation

R 110 of 255 = 43%
G 68 of 255 = 27%
B 159 of 255 = 62%

110
68
159

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

Portions of RGB colors in percentages

R + G + B =
110 + 68 + 159 = 337 (100%)
R 110 of 337 ~ 32.64%
G 68 of 337 ~ 20.18%
B 159 of 337 ~ 47.18%

%32.64
%20.18
%47.18

CMYK color model

#6E449F color CMYK value is (31,57,0,38).

  • cyan value is 30.82%
  • magenta value is 57.23%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(31,57,0,38)
C31M57Y0K38 
(31%,57%,0%,38%)
(0.31/0.57/0.00/0.38)	

CMYK percentages

%30.82
%57.23
%0
%37.65

Codes

Color #6E449F in popluar color models

6E449F
RGB11068159
HSL268°40.09%44.51%
HSB/HSV268°57.23%62.35%
CMYK30.82%57.23%0.00%
37.65%

Color #6E449F in popluar number systems.

HEX6E449F
Decimal11068159
Binary1101110100010010011111
Octal156104237

Shades and tints

Shades of #6E449F

#6E449F
(110,68,159)
#643E91
(100,62,145)
#5A3883
(90,56,131)
#503275
(80,50,117)
#462C67
(70,44,103)
#3C2659
(60,38,89)
#32204B
(50,32,75)
#281A3D
(40,26,61)
#1E142F
(30,20,47)
#140E21
(20,14,33)
#0A0813
(10,8,19)
#000000
(0,0,0)

Tints of #6E449F

#6E449F
(110,68,159)
#7B55A7
(123,85,167)
#8866AF
(136,102,175)
#9577B7
(149,119,183)
#A288BF
(162,136,191)
#AF99C7
(175,153,199)
#BCAACF
(188,170,207)
#C9BBD7
(201,187,215)
#D6CCDF
(214,204,223)
#E3DDE7
(227,221,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E449F; }

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

This text font color is #6E449F.


Background Color

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

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

This div background color is #6E449F.


Border color

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

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

This div border color is #6E449F.


Opacity

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

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

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

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

This text has shadow with #6E449F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E449F on black background.


Color preview on white background

This text has color #6E449F on white background.



Black color preview on #6E449F background

This text has black color on #6E449F background.


White color preview on #6E449F background

This text has white color on #6E449F background.