HEX: #6E337A
RGB: (110,51,122)
#6E337A contains mainly red and blue colors. Web safe color of #6E337A is #663366 (or #636).
#6E337A color RGB value is (110,51,122).
RGB: (110,51,122)
(43%, 20%, 48%)
R 110 of 255 = 43%
G 51 of 255 = 20%
B 122 of 255 = 48%
R + G + B ~ 37%. #6E337A is quite dark color.
R + G + B = 110 + 51 + 122 = 283 (100%)
R 110 of 283 ~ 38.87%
G 51 of 283 ~ 18.02%
B 122 of 283 ~ 43.11'%
#6E337A color CMYK value is (10,58,0,52).
CMYK: (10,58,0,52)
C10M58Y0K52 (10%, 58%, 0%, 52%)
(0.10 / 0.58 / 0.00 / 0.52)
Color #6E337A in popluar color models
6E | 33 | 7A | |
---|---|---|---|
RGB | 110 | 51 | 122 |
HSL | 290° | 41.04% | 33.92% |
HSB/HSV | 290° | 58.20% | 47.84% |
CMYK | 9.84% | 58.20% | 0.00% |
52.16% |
Color #6E337A in popluar number systems.
HEX | 6E | 33 | 7A |
Decimal | 110 | 51 | 122 |
Binary | 1101110 | 110011 | 1111010 |
Octal | 156 | 63 | 172 |
Shades of #6E337A
Tints of #6E337A
Examples of css and html codes for elements with #6E337A color. Also use rgb(110,51,122) instead hex code.
.myTextColor { color: #6E337A; }
<p style="color:#6E337A">This sample text font color is #6E337A.</p>
This text font color is #6E337A.
.myBgColor { background-color: #6E337A; }
<div style="background-color:#6E337A">Inner text</div>
This div background color is #6E337A.
.myBorderColor { border: 1px solid #6E337A; }
<div style="border:3px solid #6E337A">Div</div>
This div border color is #6E337A.
.myOpacity80 { color: #6E337A; opacity: 0.8; }
<p style="color:#6E337A;opacity:0.8;">80%</p>
Text with #6E337A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E337A;}
<p style="text-shadow: 3px 3px 1px #6E337A">Text here.</p>
This text has shadow with #6E337A color.
.textShadow {text-shadow: 3px 3px 1px #6E337A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E337A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E337A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E337A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E337A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E337A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E337A;
-webkit-box-shadow: 1px 1px 3px 2px #6E337A;
box-shadow: 1px 1px 3px 2px #6E337A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E337A; -webkit-box-shadow: 1px 1px 3px 2px #6E337A; box-shadow:1px 1px 3px 2px #6E337A;">
Div content here
</div>
This text has color #6E337A on black background.
This text has color #6E337A on white background.
This text has black color on #6E337A background.
This text has white color on #6E337A background.
Complementary color for #hex is #91CC85.