HEX: #6E376A
RGB: (110,55,106)
#6E376A contains red, green and blue colors in about the same proportion. Web safe color of #6E376A is #663366 (or #636).
#6E376A color RGB value is (110,55,106).
RGB: (110,55,106)
(43%, 22%, 42%)
R 110 of 255 = 43%
G 55 of 255 = 22%
B 106 of 255 = 42%
R + G + B ~ 36%. #6E376A is quite dark color.
R + G + B = 110 + 55 + 106 = 271 (100%)
R 110 of 271 ~ 40.59%
G 55 of 271 ~ 20.3%
B 106 of 271 ~ 39.11'%
#6E376A color CMYK value is (0,50,4,57).
CMYK: (0,50,4,57)
C0M50Y4K57 (0%, 50%, 4%, 57%)
(0.00 / 0.50 / 0.04 / 0.57)
Color #6E376A in popluar color models
6E | 37 | 6A | |
---|---|---|---|
RGB | 110 | 55 | 106 |
HSL | 304° | 33.33% | 32.35% |
HSB/HSV | 304° | 50.00% | 43.14% |
CMYK | 0.00% | 50.00% | 3.64% |
56.86% |
Color #6E376A in popluar number systems.
HEX | 6E | 37 | 6A |
Decimal | 110 | 55 | 106 |
Binary | 1101110 | 110111 | 1101010 |
Octal | 156 | 67 | 152 |
Shades of #6E376A
Tints of #6E376A
Examples of css and html codes for elements with #6E376A color. Also use rgb(110,55,106) instead hex code.
.myTextColor { color: #6E376A; }
<p style="color:#6E376A">This sample text font color is #6E376A.</p>
This text font color is #6E376A.
.myBgColor { background-color: #6E376A; }
<div style="background-color:#6E376A">Inner text</div>
This div background color is #6E376A.
.myBorderColor { border: 1px solid #6E376A; }
<div style="border:3px solid #6E376A">Div</div>
This div border color is #6E376A.
.myOpacity80 { color: #6E376A; opacity: 0.8; }
<p style="color:#6E376A;opacity:0.8;">80%</p>
Text with #6E376A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E376A;}
<p style="text-shadow: 3px 3px 1px #6E376A">Text here.</p>
This text has shadow with #6E376A color.
.textShadow {text-shadow: 3px 3px 1px #6E376A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E376A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E376A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E376A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E376A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E376A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E376A;
-webkit-box-shadow: 1px 1px 3px 2px #6E376A;
box-shadow: 1px 1px 3px 2px #6E376A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E376A; -webkit-box-shadow: 1px 1px 3px 2px #6E376A; box-shadow:1px 1px 3px 2px #6E376A;">
Div content here
</div>
This text has color #6E376A on black background.
This text has color #6E376A on white background.
This text has black color on #6E376A background.
This text has white color on #6E376A background.
Complementary color for #hex is #91C895.