COLOR #6E64AD

HEX: #6E64AD RGB: (110,100,173)

Color info

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

RGB color model

#6E64AD color RGB value is (110,100,173).

RGB: (110,100,173) (43%, 39%, 68%)

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 173 of 255 = 68%

110
100
173

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 173 = 383 (100%)
R 110 of 383 ~ 28.72%
G 100 of 383 ~ 26.11%
B 173 of 383 ~ 45.17'%

%28.72
%26.11
%45.17

CMYK color model

#6E64AD color CMYK value is (36,42,0,32).

  • cyan value is 36.42%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (36,42,0,32)
C36M42Y0K32 (36%, 42%, 0%, 32%)
(0.36 / 0.42 / 0.00 / 0.32)

CMYK percentages

%36.42
%42.2
%0
%32.16

Codes

Color #6E64AD in popluar color models

6E 64 AD
RGB 110 100 173
HSL 248° 30.80% 53.53%
HSB/HSV 248° 42.20% 67.84%
CMYK 36.42% 42.20% 0.00%
32.16%

Color #6E64AD in popluar number systems.

HEX 6E 64 AD
Decimal 110 100 173
Binary 1101110 1100100 10101101
Octal 156 144 255

Shades and tints

Shades of #6E64AD

#6E64AD
(110,100,173)
#645B9E
(100,91,158)
#5A528F
(90,82,143)
#504980
(80,73,128)
#464071
(70,64,113)
#3C3762
(60,55,98)
#322E53
(50,46,83)
#282544
(40,37,68)
#1E1C35
(30,28,53)
#141326
(20,19,38)
#0A0A17
(10,10,23)
#000000
(0,0,0)

Tints of #6E64AD

#6E64AD
(110,100,173)
#7B72B4
(123,114,180)
#8880BB
(136,128,187)
#958EC2
(149,142,194)
#A29CC9
(162,156,201)
#AFAAD0
(175,170,208)
#BCB8D7
(188,184,215)
#C9C6DE
(201,198,222)
#D6D4E5
(214,212,229)
#E3E2EC
(227,226,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E64AD; }

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

This text font color is #6E64AD.

Background Color

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

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

This div background color is #6E64AD.

Border color

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

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

This div border color is #6E64AD.

Opacity

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

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

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

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

This text has shadow with #6E64AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E64AD.

Preview

Color preview on black background

This text has color #6E64AD on black background.


Color preview on white background

This text has color #6E64AD on white background.


Black color preview on #6E64AD background

This text has black color on #6E64AD background.


White color preview on #6E64AD background

This text has white color on #6E64AD background.


Related colors

Complementary color

Complementary color for #hex is #919B52.


I love getcolorcode.com

Triadic colors

1 #AD6E64 and #64AD6E with #6E64AD are triadic colors.

2 #AD646E and #646EAD with #6E64AD are triadic colors.