HEX: #6E477A
RGB: (110,71,122)
#6E477A contains red, green and blue colors in about the same proportion. Web safe color of #6E477A is #663366 (or #636).
#6E477A color RGB value is (110,71,122).
RGB: (110,71,122)
(43%, 28%, 48%)
R 110 of 255 = 43%
G 71 of 255 = 28%
B 122 of 255 = 48%
R + G + B ~ 40%. #6E477A is middle color (not dark and not light).
R + G + B = 110 + 71 + 122 = 303 (100%)
R 110 of 303 ~ 36.3%
G 71 of 303 ~ 23.43%
B 122 of 303 ~ 40.26'%
#6E477A color CMYK value is (10,42,0,52).
CMYK: (10,42,0,52) C10M42Y0K52 (10%,42%,0%,52%) (0.10/0.42/0.00/0.52)
Color #6E477A in popluar color models
6E | 47 | 7A | |
---|---|---|---|
RGB | 110 | 71 | 122 |
HSL | 286° | 26.42% | 37.84% |
HSB/HSV | 286° | 41.80% | 47.84% |
CMYK | 9.84% | 41.80% | 0.00% |
52.16% |
Color #6E477A in popluar number systems.
HEX | 6E | 47 | 7A |
Decimal | 110 | 71 | 122 |
Binary | 1101110 | 1000111 | 1111010 |
Octal | 156 | 107 | 172 |
Shades of #6E477A
Tints of #6E477A
Examples of css and html codes for elements with #6E477A color. Also use rgb(110,71,122) instead hex code.
.myTextColor { color: #6E477A; }
<p style="color:#6E477A">This sample text font color is #6E477A.</p>
This text font color is #6E477A.
.myBgColor { background-color: #6E477A; }
<div style="background-color:#6E477A">Inner text</div>
This div background color is #6E477A.
.myBorderColor { border: 1px solid #6E477A; }
<div style="border:3px solid #6E477A">Div</div>
This div border color is #6E477A.
.myOpacity80 { color: #6E477A; opacity: 0.8; }
<p style="color:#6E477A;opacity:0.8;">80%</p>
Text with #6E477A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E477A;}
<p style="text-shadow: 3px 3px 1px #6E477A">Text here.</p>
This text has shadow with #6E477A color.
.textShadow {text-shadow: 3px 3px 1px #6E477A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E477A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E477A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E477A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E477A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E477A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E477A;
-webkit-box-shadow: 1px 1px 3px 2px #6E477A;
box-shadow: 1px 1px 3px 2px #6E477A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E477A; -webkit-box-shadow: 1px 1px 3px 2px #6E477A; box-shadow:1px 1px 3px 2px #6E477A;">
Div content here
</div>
This text has color #6E477A on black background.
This text has color #6E477A on white background.
This text has black color on #6E477A background.
This text has white color on #6E477A background.
Complementary color for #hex is #91B885.