HEX: #6C7159
RGB: (108,113,89)
#6C7159 contains red, green and blue colors in about the same proportion. Web safe color of #6C7159 is #666666 (or #666).
#6C7159 color RGB value is (108,113,89).
RGB: (108,113,89)
(42%, 44%, 35%)
R 108 of 255 = 42%
G 113 of 255 = 44%
B 89 of 255 = 35%
R + G + B ~ 40%. #6C7159 is middle color (not dark and not light).
R + G + B = 108 + 113 + 89 = 310 (100%)
R 108 of 310 ~ 34.84%
G 113 of 310 ~ 36.45%
B 89 of 310 ~ 28.71'%
#6C7159 color CMYK value is (4,0,21,56).
CMYK: (4,0,21,56) C4M0Y21K56 (4%,0%,21%,56%) (0.04/0.00/0.21/0.56)
Color #6C7159 in popluar color models
6C | 71 | 59 | |
---|---|---|---|
RGB | 108 | 113 | 89 |
HSL | 73° | 11.88% | 39.61% |
HSB/HSV | 73° | 21.24% | 44.31% |
CMYK | 4.42% | 0.00% | 21.24% |
55.69% |
Color #6C7159 in popluar number systems.
HEX | 6C | 71 | 59 |
Decimal | 108 | 113 | 89 |
Binary | 1101100 | 1110001 | 1011001 |
Octal | 154 | 161 | 131 |
Shades of #6C7159
Tints of #6C7159
Examples of css and html codes for elements with #6C7159 color. Also use rgb(108,113,89) instead hex code.
.myTextColor { color: #6C7159; }
<p style="color:#6C7159">This sample text font color is #6C7159.</p>
This text font color is #6C7159.
.myBgColor { background-color: #6C7159; }
<div style="background-color:#6C7159">Inner text</div>
This div background color is #6C7159.
.myBorderColor { border: 1px solid #6C7159; }
<div style="border:3px solid #6C7159">Div</div>
This div border color is #6C7159.
.myOpacity80 { color: #6C7159; opacity: 0.8; }
<p style="color:#6C7159;opacity:0.8;">80%</p>
Text with #6C7159 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C7159;}
<p style="text-shadow: 3px 3px 1px #6C7159">Text here.</p>
This text has shadow with #6C7159 color.
.textShadow {text-shadow: 3px 3px 1px #6C7159', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C7159, 5px 5px 20px red">Text here.</p>
This text has shadow with #6C7159 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C7159, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C7159, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C7159 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C7159;
-webkit-box-shadow: 1px 1px 3px 2px #6C7159;
box-shadow: 1px 1px 3px 2px #6C7159;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C7159; -webkit-box-shadow: 1px 1px 3px 2px #6C7159; box-shadow:1px 1px 3px 2px #6C7159;">
Div content here
</div>
This text has color #6C7159 on black background.
This text has color #6C7159 on white background.
This text has black color on #6C7159 background.
This text has white color on #6C7159 background.
Complementary color for #hex is #938EA6.