HEX: #6D50AA
RGB: (109,80,170)
#6D50AA contains mainly blue color. Web safe color of #6D50AA is #666699 (or #669).
#6D50AA color RGB value is (109,80,170).
RGB: (109,80,170)
(43%, 31%, 67%)
R 109 of 255 = 43%
G 80 of 255 = 31%
B 170 of 255 = 67%
R + G + B ~ 47%. #6D50AA is middle color (not dark and not light).
R + G + B = 109 + 80 + 170 = 359 (100%)
R 109 of 359 ~ 30.36%
G 80 of 359 ~ 22.28%
B 170 of 359 ~ 47.35'%
#6D50AA color CMYK value is (36,53,0,33).
CMYK: (36,53,0,33) C36M53Y0K33 (36%,53%,0%,33%) (0.36/0.53/0.00/0.33)
Color #6D50AA in popluar color models
6D | 50 | AA | |
---|---|---|---|
RGB | 109 | 80 | 170 |
HSL | 259° | 36.00% | 49.02% |
HSB/HSV | 259° | 52.94% | 66.67% |
CMYK | 35.88% | 52.94% | 0.00% |
33.33% |
Color #6D50AA in popluar number systems.
HEX | 6D | 50 | AA |
Decimal | 109 | 80 | 170 |
Binary | 1101101 | 1010000 | 10101010 |
Octal | 155 | 120 | 252 |
Shades of #6D50AA
Tints of #6D50AA
Examples of css and html codes for elements with #6D50AA color. Also use rgb(109,80,170) instead hex code.
.myTextColor { color: #6D50AA; }
<p style="color:#6D50AA">This sample text font color is #6D50AA.</p>
This text font color is #6D50AA.
.myBgColor { background-color: #6D50AA; }
<div style="background-color:#6D50AA">Inner text</div>
This div background color is #6D50AA.
.myBorderColor { border: 1px solid #6D50AA; }
<div style="border:3px solid #6D50AA">Div</div>
This div border color is #6D50AA.
.myOpacity80 { color: #6D50AA; opacity: 0.8; }
<p style="color:#6D50AA;opacity:0.8;">80%</p>
Text with #6D50AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D50AA;}
<p style="text-shadow: 3px 3px 1px #6D50AA">Text here.</p>
This text has shadow with #6D50AA color.
.textShadow {text-shadow: 3px 3px 1px #6D50AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D50AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D50AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D50AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D50AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D50AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D50AA;
-webkit-box-shadow: 1px 1px 3px 2px #6D50AA;
box-shadow: 1px 1px 3px 2px #6D50AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D50AA; -webkit-box-shadow: 1px 1px 3px 2px #6D50AA; box-shadow:1px 1px 3px 2px #6D50AA;">
Div content here
</div>
This text has color #6D50AA on black background.
This text has color #6D50AA on white background.
This text has black color on #6D50AA background.
This text has white color on #6D50AA background.
Complementary color for #hex is #92AF55.