COLOR #6D71AB

HEX: #6D71AB RGB: (109,113,171)

Color info

#6D71AB contains mainly green and blue colors. Web safe color of #6D71AB is #666699 (or #669).

RGB color model

#6D71AB color RGB value is (109,113,171).

RGB: (109,113,171) (43%, 44%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 171 of 255 = 67%

109
113
171

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

Portions of RGB colors in percentages

R + G + B = 109 + 113 + 171 = 393 (100%)
R 109 of 393 ~ 27.74%
G 113 of 393 ~ 28.75%
B 171 of 393 ~ 43.51'%

%27.74
%28.75
%43.51

CMYK color model

#6D71AB color CMYK value is (36,34,0,33).

  • cyan value is 36.26%
  • magenta value is 33.92%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (36,34,0,33)
C36M34Y0K33 (36%, 34%, 0%, 33%)
(0.36 / 0.34 / 0.00 / 0.33)

CMYK percentages

%36.26
%33.92
%0
%32.94

Codes

Color #6D71AB in popluar color models

6D 71 AB
RGB 109 113 171
HSL 236° 26.96% 54.90%
HSB/HSV 236° 36.26% 67.06%
CMYK 36.26% 33.92% 0.00%
32.94%

Color #6D71AB in popluar number systems.

HEX 6D 71 AB
Decimal 109 113 171
Binary 1101101 1110001 10101011
Octal 155 161 253

Shades and tints

Shades of #6D71AB

#6D71AB
(109,113,171)
#64679C
(100,103,156)
#5B5D8D
(91,93,141)
#52537E
(82,83,126)
#49496F
(73,73,111)
#403F60
(64,63,96)
#373551
(55,53,81)
#2E2B42
(46,43,66)
#252133
(37,33,51)
#1C1724
(28,23,36)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #6D71AB

#6D71AB
(109,113,171)
#7A7DB2
(122,125,178)
#8789B9
(135,137,185)
#9495C0
(148,149,192)
#A1A1C7
(161,161,199)
#AEADCE
(174,173,206)
#BBB9D5
(187,185,213)
#C8C5DC
(200,197,220)
#D5D1E3
(213,209,227)
#E2DDEA
(226,221,234)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D71AB; }

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

This text font color is #6D71AB.

Background Color

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

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

This div background color is #6D71AB.

Border color

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

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

This div border color is #6D71AB.

Opacity

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

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

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

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

This text has shadow with #6D71AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D71AB.

Preview

Color preview on black background

This text has color #6D71AB on black background.


Color preview on white background

This text has color #6D71AB on white background.


Black color preview on #6D71AB background

This text has black color on #6D71AB background.


White color preview on #6D71AB background

This text has white color on #6D71AB background.


Related colors

Complementary color

Complementary color for #hex is #928E54.


I love getcolorcode.com

Triadic colors

1 #AB6D71 and #71AB6D with #6D71AB are triadic colors.

2 #AB716D and #716DAB with #6D71AB are triadic colors.