COLOR #6D71AD

HEX: #6D71AD RGB: (109,113,173)

Color info

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

RGB color model

#6D71AD color RGB value is (109,113,173).

RGB: (109,113,173) (43%, 44%, 68%)

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 173 of 255 = 68%

109
113
173

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

Portions of RGB colors in percentages

R + G + B = 109 + 113 + 173 = 395 (100%)
R 109 of 395 ~ 27.59%
G 113 of 395 ~ 28.61%
B 173 of 395 ~ 43.8'%

%27.59
%28.61
%43.8

CMYK color model

#6D71AD color CMYK value is (37,35,0,32).

  • cyan value is 36.99%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (37,35,0,32)
C37M35Y0K32 (37%, 35%, 0%, 32%)
(0.37 / 0.35 / 0.00 / 0.32)

CMYK percentages

%36.99
%34.68
%0
%32.16

Codes

Color #6D71AD in popluar color models

6D 71 AD
RGB 109 113 173
HSL 236° 28.07% 55.29%
HSB/HSV 236° 36.99% 67.84%
CMYK 36.99% 34.68% 0.00%
32.16%

Color #6D71AD in popluar number systems.

HEX 6D 71 AD
Decimal 109 113 173
Binary 1101101 1110001 10101101
Octal 155 161 255

Shades and tints

Shades of #6D71AD

#6D71AD
(109,113,173)
#64679E
(100,103,158)
#5B5D8F
(91,93,143)
#525380
(82,83,128)
#494971
(73,73,113)
#403F62
(64,63,98)
#373553
(55,53,83)
#2E2B44
(46,43,68)
#252135
(37,33,53)
#1C1726
(28,23,38)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #6D71AD

#6D71AD
(109,113,173)
#7A7DB4
(122,125,180)
#8789BB
(135,137,187)
#9495C2
(148,149,194)
#A1A1C9
(161,161,201)
#AEADD0
(174,173,208)
#BBB9D7
(187,185,215)
#C8C5DE
(200,197,222)
#D5D1E5
(213,209,229)
#E2DDEC
(226,221,236)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D71AD; }

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

This text font color is #6D71AD.

Background Color

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

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

This div background color is #6D71AD.

Border color

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

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

This div border color is #6D71AD.

Opacity

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

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

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

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

This text has shadow with #6D71AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D71AD.

Preview

Color preview on black background

This text has color #6D71AD on black background.


Color preview on white background

This text has color #6D71AD on white background.


Black color preview on #6D71AD background

This text has black color on #6D71AD background.


White color preview on #6D71AD background

This text has white color on #6D71AD background.


Related colors

Complementary color

Complementary color for #hex is #928E52.


I love getcolorcode.com

Triadic colors

1 #AD6D71 and #71AD6D with #6D71AD are triadic colors.

2 #AD716D and #716DAD with #6D71AD are triadic colors.