HEX: #6D335E
RGB: (109,51,94)
#6D335E contains red, green and blue colors in about the same proportion. Web safe color of #6D335E is #663366 (or #636).
#6D335E color RGB value is (109,51,94).
RGB: (109,51,94)
(43%, 20%, 37%)
R 109 of 255 = 43%
G 51 of 255 = 20%
B 94 of 255 = 37%
R + G + B ~ 33%. #6D335E is quite dark color.
R + G + B = 109 + 51 + 94 = 254 (100%)
R 109 of 254 ~ 42.91%
G 51 of 254 ~ 20.08%
B 94 of 254 ~ 37.01'%
#6D335E color CMYK value is (0,53,14,57).
CMYK: (0,53,14,57)
C0M53Y14K57 (0%, 53%, 14%, 57%)
(0.00 / 0.53 / 0.14 / 0.57)
Color #6D335E in popluar color models
6D | 33 | 5E | |
---|---|---|---|
RGB | 109 | 51 | 94 |
HSL | 316° | 36.25% | 31.37% |
HSB/HSV | 316° | 53.21% | 42.75% |
CMYK | 0.00% | 53.21% | 13.76% |
57.25% |
Color #6D335E in popluar number systems.
HEX | 6D | 33 | 5E |
Decimal | 109 | 51 | 94 |
Binary | 1101101 | 110011 | 1011110 |
Octal | 155 | 63 | 136 |
Shades of #6D335E
Tints of #6D335E
Examples of css and html codes for elements with #6D335E color. Also use rgb(109,51,94) instead hex code.
.myTextColor { color: #6D335E; }
<p style="color:#6D335E">This sample text font color is #6D335E.</p>
This text font color is #6D335E.
.myBgColor { background-color: #6D335E; }
<div style="background-color:#6D335E">Inner text</div>
This div background color is #6D335E.
.myBorderColor { border: 1px solid #6D335E; }
<div style="border:3px solid #6D335E">Div</div>
This div border color is #6D335E.
.myOpacity80 { color: #6D335E; opacity: 0.8; }
<p style="color:#6D335E;opacity:0.8;">80%</p>
Text with #6D335E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D335E;}
<p style="text-shadow: 3px 3px 1px #6D335E">Text here.</p>
This text has shadow with #6D335E color.
.textShadow {text-shadow: 3px 3px 1px #6D335E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D335E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D335E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D335E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D335E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D335E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D335E;
-webkit-box-shadow: 1px 1px 3px 2px #6D335E;
box-shadow: 1px 1px 3px 2px #6D335E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D335E; -webkit-box-shadow: 1px 1px 3px 2px #6D335E; box-shadow:1px 1px 3px 2px #6D335E;">
Div content here
</div>
This text has color #6D335E on black background.
This text has color #6D335E on white background.
This text has black color on #6D335E background.
This text has white color on #6D335E background.
Complementary color for #hex is #92CCA1.