COLOR #6E51AD

HEX: #6E51AD RGB: (110,81,173)

Color info

#6E51AD contains mainly blue color. Web safe color of #6E51AD is #666699 (or #669).

RGB color model

#6E51AD color RGB value is (110,81,173).

RGB: (110,81,173) (43%, 32%, 68%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 173 of 255 = 68%

110
81
173

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

Portions of RGB colors in percentages

R + G + B = 110 + 81 + 173 = 364 (100%)
R 110 of 364 ~ 30.22%
G 81 of 364 ~ 22.25%
B 173 of 364 ~ 47.53'%

%30.22
%22.25
%47.53

CMYK color model

#6E51AD color CMYK value is (36,53,0,32).

  • cyan value is 36.42%
  • magenta value is 53.18%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (36,53,0,32) C36M53Y0K32 (36%,53%,0%,32%) (0.36/0.53/0.00/0.32) 

CMYK percentages

%36.42
%53.18
%0
%32.16

Codes

Color #6E51AD in popluar color models

6E 51 AD
RGB 110 81 173
HSL 259° 36.22% 49.80%
HSB/HSV 259° 53.18% 67.84%
CMYK 36.42% 53.18% 0.00%
32.16%

Color #6E51AD in popluar number systems.

HEX 6E 51 AD
Decimal 110 81 173
Binary 1101110 1010001 10101101
Octal 156 121 255

Shades and tints

Shades of #6E51AD

#6E51AD
(110,81,173)
#644A9E
(100,74,158)
#5A438F
(90,67,143)
#503C80
(80,60,128)
#463571
(70,53,113)
#3C2E62
(60,46,98)
#322753
(50,39,83)
#282044
(40,32,68)
#1E1935
(30,25,53)
#141226
(20,18,38)
#0A0B17
(10,11,23)
#000000
(0,0,0)

Tints of #6E51AD

#6E51AD
(110,81,173)
#7B60B4
(123,96,180)
#886FBB
(136,111,187)
#957EC2
(149,126,194)
#A28DC9
(162,141,201)
#AF9CD0
(175,156,208)
#BCABD7
(188,171,215)
#C9BADE
(201,186,222)
#D6C9E5
(214,201,229)
#E3D8EC
(227,216,236)
#F0E7F3
(240,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E51AD color. Also use rgb(110,81,173) instead hex code.

Text Font Color

.myTextColor { color: #6E51AD; }

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

This text font color is #6E51AD.

Background Color

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

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

This div background color is #6E51AD.

Border color

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

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

This div border color is #6E51AD.

Opacity

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

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

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

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

This text has shadow with #6E51AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E51AD.

Preview

Color preview on black background

This text has color #6E51AD on black background.


Color preview on white background

This text has color #6E51AD on white background.


Black color preview on #6E51AD background

This text has black color on #6E51AD background.


White color preview on #6E51AD background

This text has white color on #6E51AD background.


Related colors

Complementary color

Complementary color for #hex is #91AE52.


I love getcolorcode.com

Triadic colors

1 #AD6E51 and #51AD6E with #6E51AD are triadic colors.

2 #AD516E and #516EAD with #6E51AD are triadic colors.