COLOR #6E48AA

HEX: #6E48AA RGB: (110,72,170)

Color info

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

RGB color model

#6E48AA color RGB value is (110,72,170).

RGB: (110,72,170) (43%, 28%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 72 of 255 = 28%
B 170 of 255 = 67%

110
72
170

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

Portions of RGB colors in percentages

R + G + B = 110 + 72 + 170 = 352 (100%)
R 110 of 352 ~ 31.25%
G 72 of 352 ~ 20.45%
B 170 of 352 ~ 48.3'%

%31.25
%20.45
%48.3

CMYK color model

#6E48AA color CMYK value is (35,58,0,33).

  • cyan value is 35.29%
  • magenta value is 57.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (35,58,0,33) C35M58Y0K33 (35%,58%,0%,33%) (0.35/0.58/0.00/0.33) 

CMYK percentages

%35.29
%57.65
%0
%33.33

Codes

Color #6E48AA in popluar color models

6E 48 AA
RGB 110 72 170
HSL 263° 40.50% 47.45%
HSB/HSV 263° 57.65% 66.67%
CMYK 35.29% 57.65% 0.00%
33.33%

Color #6E48AA in popluar number systems.

HEX 6E 48 AA
Decimal 110 72 170
Binary 1101110 1001000 10101010
Octal 156 110 252

Shades and tints

Shades of #6E48AA

#6E48AA
(110,72,170)
#64429B
(100,66,155)
#5A3C8C
(90,60,140)
#50367D
(80,54,125)
#46306E
(70,48,110)
#3C2A5F
(60,42,95)
#322450
(50,36,80)
#281E41
(40,30,65)
#1E1832
(30,24,50)
#141223
(20,18,35)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6E48AA

#6E48AA
(110,72,170)
#7B58B1
(123,88,177)
#8868B8
(136,104,184)
#9578BF
(149,120,191)
#A288C6
(162,136,198)
#AF98CD
(175,152,205)
#BCA8D4
(188,168,212)
#C9B8DB
(201,184,219)
#D6C8E2
(214,200,226)
#E3D8E9
(227,216,233)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E48AA color. Also use rgb(110,72,170) instead hex code.

Text Font Color

.myTextColor { color: #6E48AA; }

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

This text font color is #6E48AA.

Background Color

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

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

This div background color is #6E48AA.

Border color

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

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

This div border color is #6E48AA.

Opacity

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

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

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

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

This text has shadow with #6E48AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E48AA.

Preview

Color preview on black background

This text has color #6E48AA on black background.


Color preview on white background

This text has color #6E48AA on white background.


Black color preview on #6E48AA background

This text has black color on #6E48AA background.


White color preview on #6E48AA background

This text has white color on #6E48AA background.


Related colors

Complementary color

Complementary color for #hex is #91B755.


I love getcolorcode.com

Triadic colors

1 #AA6E48 and #48AA6E with #6E48AA are triadic colors.

2 #AA486E and #486EAA with #6E48AA are triadic colors.