COLOR #6D26AA

HEX: #6D26AA RGB: (109,38,170)

Color info

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

RGB color model

#6D26AA color RGB value is (109,38,170).

RGB: (109,38,170) (43%, 15%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 38 of 255 = 15%
B 170 of 255 = 67%

109
38
170

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

Portions of RGB colors in percentages

R + G + B = 109 + 38 + 170 = 317 (100%)
R 109 of 317 ~ 34.38%
G 38 of 317 ~ 11.99%
B 170 of 317 ~ 53.63'%

%34.38
%11.99
%53.63

CMYK color model

#6D26AA color CMYK value is (36,78,0,33).

  • cyan value is 35.88%
  • magenta value is 77.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (36,78,0,33)
C36M78Y0K33 (36%, 78%, 0%, 33%)
(0.36 / 0.78 / 0.00 / 0.33)

CMYK percentages

%35.88
%77.65
%0
%33.33

Codes

Color #6D26AA in popluar color models

6D 26 AA
RGB 109 38 170
HSL 272° 63.46% 40.78%
HSB/HSV 272° 77.65% 66.67%
CMYK 35.88% 77.65% 0.00%
33.33%

Color #6D26AA in popluar number systems.

HEX 6D 26 AA
Decimal 109 38 170
Binary 1101101 100110 10101010
Octal 155 46 252

Shades and tints

Shades of #6D26AA

#6D26AA
(109,38,170)
#64239B
(100,35,155)
#5B208C
(91,32,140)
#521D7D
(82,29,125)
#491A6E
(73,26,110)
#40175F
(64,23,95)
#371450
(55,20,80)
#2E1141
(46,17,65)
#250E32
(37,14,50)
#1C0B23
(28,11,35)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #6D26AA

#6D26AA
(109,38,170)
#7A39B1
(122,57,177)
#874CB8
(135,76,184)
#945FBF
(148,95,191)
#A172C6
(161,114,198)
#AE85CD
(174,133,205)
#BB98D4
(187,152,212)
#C8ABDB
(200,171,219)
#D5BEE2
(213,190,226)
#E2D1E9
(226,209,233)
#EFE4F0
(239,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D26AA; }

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

This text font color is #6D26AA.

Background Color

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

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

This div background color is #6D26AA.

Border color

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

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

This div border color is #6D26AA.

Opacity

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

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

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

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

This text has shadow with #6D26AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D26AA.

Preview

Color preview on black background

This text has color #6D26AA on black background.


Color preview on white background

This text has color #6D26AA on white background.


Black color preview on #6D26AA background

This text has black color on #6D26AA background.


White color preview on #6D26AA background

This text has white color on #6D26AA background.


Related colors

Complementary color

Complementary color for #hex is #92D955.


I love getcolorcode.com

Triadic colors

1 #AA6D26 and #26AA6D with #6D26AA are triadic colors.

2 #AA266D and #266DAA with #6D26AA are triadic colors.