HEX: #6D6AAB
RGB: (109,106,171)
#6D6AAB contains mainly blue color. Web safe color of #6D6AAB is #666699 (or #669).
#6D6AAB color RGB value is (109,106,171).
RGB: (109,106,171)
(43%, 42%, 67%)
R 109 of 255 = 43%
G 106 of 255 = 42%
B 171 of 255 = 67%
R + G + B ~ 51%. #6D6AAB is middle color (not dark and not light).
R + G + B = 109 + 106 + 171 = 386 (100%)
R 109 of 386 ~ 28.24%
G 106 of 386 ~ 27.46%
B 171 of 386 ~ 44.3'%
#6D6AAB color CMYK value is (36,38,0,33).
CMYK: (36,38,0,33)
C36M38Y0K33 (36%, 38%, 0%, 33%)
(0.36 / 0.38 / 0.00 / 0.33)
Color #6D6AAB in popluar color models
6D | 6A | AB | |
---|---|---|---|
RGB | 109 | 106 | 171 |
HSL | 243° | 27.90% | 54.31% |
HSB/HSV | 243° | 38.01% | 67.06% |
CMYK | 36.26% | 38.01% | 0.00% |
32.94% |
Color #6D6AAB in popluar number systems.
HEX | 6D | 6A | AB |
Decimal | 109 | 106 | 171 |
Binary | 1101101 | 1101010 | 10101011 |
Octal | 155 | 152 | 253 |
Shades of #6D6AAB
Tints of #6D6AAB
Examples of css and html codes for elements with #6D6AAB color. Also use rgb(109,106,171) instead hex code.
.myTextColor { color: #6D6AAB; }
<p style="color:#6D6AAB">This sample text font color is #6D6AAB.</p>
This text font color is #6D6AAB.
.myBgColor { background-color: #6D6AAB; }
<div style="background-color:#6D6AAB">Inner text</div>
This div background color is #6D6AAB.
.myBorderColor { border: 1px solid #6D6AAB; }
<div style="border:3px solid #6D6AAB">Div</div>
This div border color is #6D6AAB.
.myOpacity80 { color: #6D6AAB; opacity: 0.8; }
<p style="color:#6D6AAB;opacity:0.8;">80%</p>
Text with #6D6AAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D6AAB;}
<p style="text-shadow: 3px 3px 1px #6D6AAB">Text here.</p>
This text has shadow with #6D6AAB color.
.textShadow {text-shadow: 3px 3px 1px #6D6AAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D6AAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D6AAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D6AAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D6AAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D6AAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D6AAB;
-webkit-box-shadow: 1px 1px 3px 2px #6D6AAB;
box-shadow: 1px 1px 3px 2px #6D6AAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D6AAB; -webkit-box-shadow: 1px 1px 3px 2px #6D6AAB; box-shadow:1px 1px 3px 2px #6D6AAB;">
Div content here
</div>
This text has color #6D6AAB on black background.
This text has color #6D6AAB on white background.
This text has black color on #6D6AAB background.
This text has white color on #6D6AAB background.
Complementary color for #hex is #929554.