HEX: #6E466E
RGB: (110,70,110)
#6E466E contains red, green and blue colors in about the same proportion. Web safe color of #6E466E is #663366 (or #636).
#6E466E color RGB value is (110,70,110).
RGB: (110,70,110)
(43%, 27%, 43%)
R 110 of 255 = 43%
G 70 of 255 = 27%
B 110 of 255 = 43%
R + G + B ~ 38%. #6E466E is quite dark color.
R + G + B = 110 + 70 + 110 = 290 (100%)
R 110 of 290 ~ 37.93%
G 70 of 290 ~ 24.14%
B 110 of 290 ~ 37.93'%
#6E466E color CMYK value is (0,36,0,57).
CMYK: (0,36,0,57) C0M36Y0K57 (0%,36%,0%,57%) (0.00/0.36/0.00/0.57)
Color #6E466E in popluar color models
6E | 46 | 6E | |
---|---|---|---|
RGB | 110 | 70 | 110 |
HSL | 300° | 22.22% | 35.29% |
HSB/HSV | 300° | 36.36% | 43.14% |
CMYK | 0.00% | 36.36% | 0.00% |
56.86% |
Color #6E466E in popluar number systems.
HEX | 6E | 46 | 6E |
Decimal | 110 | 70 | 110 |
Binary | 1101110 | 1000110 | 1101110 |
Octal | 156 | 106 | 156 |
Shades of #6E466E
Tints of #6E466E
Examples of css and html codes for elements with #6E466E color. Also use rgb(110,70,110) instead hex code.
.myTextColor { color: #6E466E; }
<p style="color:#6E466E">This sample text font color is #6E466E.</p>
This text font color is #6E466E.
.myBgColor { background-color: #6E466E; }
<div style="background-color:#6E466E">Inner text</div>
This div background color is #6E466E.
.myBorderColor { border: 1px solid #6E466E; }
<div style="border:3px solid #6E466E">Div</div>
This div border color is #6E466E.
.myOpacity80 { color: #6E466E; opacity: 0.8; }
<p style="color:#6E466E;opacity:0.8;">80%</p>
Text with #6E466E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E466E;}
<p style="text-shadow: 3px 3px 1px #6E466E">Text here.</p>
This text has shadow with #6E466E color.
.textShadow {text-shadow: 3px 3px 1px #6E466E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E466E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E466E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E466E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E466E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E466E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E466E;
-webkit-box-shadow: 1px 1px 3px 2px #6E466E;
box-shadow: 1px 1px 3px 2px #6E466E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E466E; -webkit-box-shadow: 1px 1px 3px 2px #6E466E; box-shadow:1px 1px 3px 2px #6E466E;">
Div content here
</div>
This text has color #6E466E on black background.
This text has color #6E466E on white background.
This text has black color on #6E466E background.
This text has white color on #6E466E background.
Complementary color for #hex is #91B991.