COLOR #6D50AA

HEX: #6D50AA RGB: (109,80,170)

Color info

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

RGB color model

#6D50AA color RGB value is (109,80,170).

RGB: (109,80,170) (43%, 31%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 170 of 255 = 67%

109
80
170

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

Portions of RGB colors in percentages

R + G + B = 109 + 80 + 170 = 359 (100%)
R 109 of 359 ~ 30.36%
G 80 of 359 ~ 22.28%
B 170 of 359 ~ 47.35'%

%30.36
%22.28
%47.35

CMYK color model

#6D50AA color CMYK value is (36,53,0,33).

  • cyan value is 35.88%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (36,53,0,33) C36M53Y0K33 (36%,53%,0%,33%) (0.36/0.53/0.00/0.33) 

CMYK percentages

%35.88
%52.94
%0
%33.33

Codes

Color #6D50AA in popluar color models

6D 50 AA
RGB 109 80 170
HSL 259° 36.00% 49.02%
HSB/HSV 259° 52.94% 66.67%
CMYK 35.88% 52.94% 0.00%
33.33%

Color #6D50AA in popluar number systems.

HEX 6D 50 AA
Decimal 109 80 170
Binary 1101101 1010000 10101010
Octal 155 120 252

Shades and tints

Shades of #6D50AA

#6D50AA
(109,80,170)
#64499B
(100,73,155)
#5B428C
(91,66,140)
#523B7D
(82,59,125)
#49346E
(73,52,110)
#402D5F
(64,45,95)
#372650
(55,38,80)
#2E1F41
(46,31,65)
#251832
(37,24,50)
#1C1123
(28,17,35)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #6D50AA

#6D50AA
(109,80,170)
#7A5FB1
(122,95,177)
#876EB8
(135,110,184)
#947DBF
(148,125,191)
#A18CC6
(161,140,198)
#AE9BCD
(174,155,205)
#BBAAD4
(187,170,212)
#C8B9DB
(200,185,219)
#D5C8E2
(213,200,226)
#E2D7E9
(226,215,233)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D50AA color. Also use rgb(109,80,170) instead hex code.

Text Font Color

.myTextColor { color: #6D50AA; }

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

This text font color is #6D50AA.

Background Color

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

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

This div background color is #6D50AA.

Border color

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

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

This div border color is #6D50AA.

Opacity

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

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

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

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

This text has shadow with #6D50AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D50AA.

Preview

Color preview on black background

This text has color #6D50AA on black background.


Color preview on white background

This text has color #6D50AA on white background.


Black color preview on #6D50AA background

This text has black color on #6D50AA background.


White color preview on #6D50AA background

This text has white color on #6D50AA background.


Related colors

Complementary color

Complementary color for #hex is #92AF55.


I love getcolorcode.com

Triadic colors

1 #AA6D50 and #50AA6D with #6D50AA are triadic colors.

2 #AA506D and #506DAA with #6D50AA are triadic colors.