COLOR #6D22AD

HEX: #6D22AD
RGB: (109,34,173)

Color info

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

RGB color model

#6D22AD color RGB value is (109,34,173).

  • red value is 109;
  • green value is 34;
  • blue value is 173.
RGB:
(109,34,173)
(43%,13%,68%)

RGB channels and saturation

R 109 of 255 = 43%
G 34 of 255 = 13%
B 173 of 255 = 68%

109
34
173

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

Portions of RGB colors in percentages

R + G + B =
109 + 34 + 173 = 316 (100%)
R 109 of 316 ~ 34.49%
G 34 of 316 ~ 10.76%
B 173 of 316 ~ 54.75%

%34.49
%10.76
%54.75

CMYK color model

#6D22AD color CMYK value is (37,80,0,32).

  • cyan value is 36.99%
  • magenta value is 80.35%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(37,80,0,32)
C37M80Y0K32 
(37%,80%,0%,32%)
(0.37/0.80/0.00/0.32)	

CMYK percentages

%36.99
%80.35
%0
%32.16

Codes

Color #6D22AD in popluar color models

6D22AD
RGB10934173
HSL272°67.15%40.59%
HSB/HSV272°80.35%67.84%
CMYK36.99%80.35%0.00%
32.16%

Color #6D22AD in popluar number systems.

HEX6D22AD
Decimal10934173
Binary110110110001010101101
Octal15542255

Shades and tints

Shades of #6D22AD

#6D22AD
(109,34,173)
#641F9E
(100,31,158)
#5B1C8F
(91,28,143)
#521980
(82,25,128)
#491671
(73,22,113)
#401362
(64,19,98)
#371053
(55,16,83)
#2E0D44
(46,13,68)
#250A35
(37,10,53)
#1C0726
(28,7,38)
#130417
(19,4,23)
#000000
(0,0,0)

Tints of #6D22AD

#6D22AD
(109,34,173)
#7A36B4
(122,54,180)
#874ABB
(135,74,187)
#945EC2
(148,94,194)
#A172C9
(161,114,201)
#AE86D0
(174,134,208)
#BB9AD7
(187,154,215)
#C8AEDE
(200,174,222)
#D5C2E5
(213,194,229)
#E2D6EC
(226,214,236)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D22AD color. Also use rgb(109,34,173) instead hex code.

Text Font Color

.myTextColor { color: #6D22AD; }

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

This text font color is #6D22AD.


Background Color

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

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

This div background color is #6D22AD.


Border color

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

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

This div border color is #6D22AD.


Opacity

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

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

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

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

This text has shadow with #6D22AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D22AD on black background.


Color preview on white background

This text has color #6D22AD on white background.



Black color preview on #6D22AD background

This text has black color on #6D22AD background.


White color preview on #6D22AD background

This text has white color on #6D22AD background.