HEX: #6D71AB
RGB: (109,113,171)
#6D71AB contains mainly green and blue colors. Web safe color of #6D71AB is #666699 (or #669).
#6D71AB color RGB value is (109,113,171).
RGB: (109,113,171)
(43%, 44%, 67%)
R 109 of 255 = 43%
G 113 of 255 = 44%
B 171 of 255 = 67%
R + G + B ~ 51%. #6D71AB is middle color (not dark and not light).
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'%
#6D71AB color CMYK value is (36,34,0,33).
CMYK: (36,34,0,33)
C36M34Y0K33 (36%, 34%, 0%, 33%)
(0.36 / 0.34 / 0.00 / 0.33)
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 of #6D71AB
Tints of #6D71AB
Examples of css and html codes for elements with #6D71AB color. Also use rgb(109,113,171) instead hex code.
.myTextColor { color: #6D71AB; }
<p style="color:#6D71AB">This sample text font color is #6D71AB.</p>
This text font color is #6D71AB.
.myBgColor { background-color: #6D71AB; }
<div style="background-color:#6D71AB">Inner text</div>
This div background color is #6D71AB.
.myBorderColor { border: 1px solid #6D71AB; }
<div style="border:3px solid #6D71AB">Div</div>
This div border color is #6D71AB.
.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%.
.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.
/* 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 text has color #6D71AB on black background.
This text has color #6D71AB on white background.
This text has black color on #6D71AB background.
This text has white color on #6D71AB background.
Complementary color for #hex is #928E54.