COLOR #6E5AA0

HEX: #6E5AA0 RGB: (110,90,160)

Color info

#6E5AA0 contains mainly red and blue colors. Web safe color of #6E5AA0 is #666699 (or #669).

RGB color model

#6E5AA0 color RGB value is (110,90,160).

RGB: (110,90,160) (43%, 35%, 63%)

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 160 of 255 = 63%

110
90
160

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

Portions of RGB colors in percentages

R + G + B = 110 + 90 + 160 = 360 (100%)
R 110 of 360 ~ 30.56%
G 90 of 360 ~ 25%
B 160 of 360 ~ 44.44'%

%30.56
%25
%44.44

CMYK color model

#6E5AA0 color CMYK value is (31,44,0,37).

  • cyan value is 31.25%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (31,44,0,37)
C31M44Y0K37 (31%, 44%, 0%, 37%)
(0.31 / 0.44 / 0.00 / 0.37)

CMYK percentages

%31.25
%43.75
%0
%37.25

Codes

Color #6E5AA0 in popluar color models

6E 5A A0
RGB 110 90 160
HSL 257° 28.00% 49.02%
HSB/HSV 257° 43.75% 62.75%
CMYK 31.25% 43.75% 0.00%
37.25%

Color #6E5AA0 in popluar number systems.

HEX 6E 5A A0
Decimal 110 90 160
Binary 1101110 1011010 10100000
Octal 156 132 240

Shades and tints

Shades of #6E5AA0

#6E5AA0
(110,90,160)
#645292
(100,82,146)
#5A4A84
(90,74,132)
#504276
(80,66,118)
#463A68
(70,58,104)
#3C325A
(60,50,90)
#322A4C
(50,42,76)
#28223E
(40,34,62)
#1E1A30
(30,26,48)
#141222
(20,18,34)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #6E5AA0

#6E5AA0
(110,90,160)
#7B69A8
(123,105,168)
#8878B0
(136,120,176)
#9587B8
(149,135,184)
#A296C0
(162,150,192)
#AFA5C8
(175,165,200)
#BCB4D0
(188,180,208)
#C9C3D8
(201,195,216)
#D6D2E0
(214,210,224)
#E3E1E8
(227,225,232)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5AA0 color. Also use rgb(110,90,160) instead hex code.

Text Font Color

.myTextColor { color: #6E5AA0; }

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

This text font color is #6E5AA0.

Background Color

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

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

This div background color is #6E5AA0.

Border color

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

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

This div border color is #6E5AA0.

Opacity

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

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

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

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

This text has shadow with #6E5AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5AA0.

Preview

Color preview on black background

This text has color #6E5AA0 on black background.


Color preview on white background

This text has color #6E5AA0 on white background.


Black color preview on #6E5AA0 background

This text has black color on #6E5AA0 background.


White color preview on #6E5AA0 background

This text has white color on #6E5AA0 background.


Related colors

Complementary color

Complementary color for #hex is #91A55F.


I love getcolorcode.com

Triadic colors

1 #A06E5A and #5AA06E with #6E5AA0 are triadic colors.

2 #A05A6E and #5A6EA0 with #6E5AA0 are triadic colors.