COLOR #6E49AF

HEX: #6E49AF
RGB: (110,73,175)

Color info

#6E49AF contains mainly blue color. Web safe color of #6E49AF is #663399 (or #639).

RGB color model

#6E49AF color RGB value is (110,73,175).

  • red value is 110;
  • green value is 73;
  • blue value is 175.
RGB:
(110,73,175)
(43%,29%,69%)

RGB channels and saturation

R 110 of 255 = 43%
G 73 of 255 = 29%
B 175 of 255 = 69%

110
73
175

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

Portions of RGB colors in percentages

R + G + B =
110 + 73 + 175 = 358 (100%)
R 110 of 358 ~ 30.73%
G 73 of 358 ~ 20.39%
B 175 of 358 ~ 48.88%

%30.73
%20.39
%48.88

CMYK color model

#6E49AF color CMYK value is (37,58,0,31).

  • cyan value is 37.14%
  • magenta value is 58.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(37,58,0,31)
C37M58Y0K31 
(37%,58%,0%,31%)
(0.37/0.58/0.00/0.31)	

CMYK percentages

%37.14
%58.29
%0
%31.37

Codes

Color #6E49AF in popluar color models

6E49AF
RGB11073175
HSL262°41.13%48.63%
HSB/HSV262°58.29%68.63%
CMYK37.14%58.29%0.00%
31.37%

Color #6E49AF in popluar number systems.

HEX6E49AF
Decimal11073175
Binary1101110100100110101111
Octal156111257

Shades and tints

Shades of #6E49AF

#6E49AF
(110,73,175)
#6443A0
(100,67,160)
#5A3D91
(90,61,145)
#503782
(80,55,130)
#463173
(70,49,115)
#3C2B64
(60,43,100)
#322555
(50,37,85)
#281F46
(40,31,70)
#1E1937
(30,25,55)
#141328
(20,19,40)
#0A0D19
(10,13,25)
#000000
(0,0,0)

Tints of #6E49AF

#6E49AF
(110,73,175)
#7B59B6
(123,89,182)
#8869BD
(136,105,189)
#9579C4
(149,121,196)
#A289CB
(162,137,203)
#AF99D2
(175,153,210)
#BCA9D9
(188,169,217)
#C9B9E0
(201,185,224)
#D6C9E7
(214,201,231)
#E3D9EE
(227,217,238)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E49AF color. Also use rgb(110,73,175) instead hex code.

Text Font Color

.myTextColor { color: #6E49AF; }

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

This text font color is #6E49AF.


Background Color

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

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

This div background color is #6E49AF.


Border color

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

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

This div border color is #6E49AF.


Opacity

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

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

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

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

This text has shadow with #6E49AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E49AF on black background.


Color preview on white background

This text has color #6E49AF on white background.



Black color preview on #6E49AF background

This text has black color on #6E49AF background.


White color preview on #6E49AF background

This text has white color on #6E49AF background.