HEX: #6E677A
RGB: (110,103,122)
#6E677A contains red, green and blue colors in about the same proportion. Web safe color of #6E677A is #666666 (or #666).
#6E677A color RGB value is (110,103,122).
RGB: (110,103,122)
(43%, 40%, 48%)
R 110 of 255 = 43%
G 103 of 255 = 40%
B 122 of 255 = 48%
R + G + B ~ 44%. #6E677A is middle color (not dark and not light).
R + G + B = 110 + 103 + 122 = 335 (100%)
R 110 of 335 ~ 32.84%
G 103 of 335 ~ 30.75%
B 122 of 335 ~ 36.42'%
#6E677A color CMYK value is (10,16,0,52).
CMYK: (10,16,0,52)
C10M16Y0K52 (10%, 16%, 0%, 52%)
(0.10 / 0.16 / 0.00 / 0.52)
Color #6E677A in popluar color models
6E | 67 | 7A | |
---|---|---|---|
RGB | 110 | 103 | 122 |
HSL | 262° | 8.44% | 44.12% |
HSB/HSV | 262° | 15.57% | 47.84% |
CMYK | 9.84% | 15.57% | 0.00% |
52.16% |
Color #6E677A in popluar number systems.
HEX | 6E | 67 | 7A |
Decimal | 110 | 103 | 122 |
Binary | 1101110 | 1100111 | 1111010 |
Octal | 156 | 147 | 172 |
Shades of #6E677A
Tints of #6E677A
Examples of css and html codes for elements with #6E677A color. Also use rgb(110,103,122) instead hex code.
.myTextColor { color: #6E677A; }
<p style="color:#6E677A">This sample text font color is #6E677A.</p>
This text font color is #6E677A.
.myBgColor { background-color: #6E677A; }
<div style="background-color:#6E677A">Inner text</div>
This div background color is #6E677A.
.myBorderColor { border: 1px solid #6E677A; }
<div style="border:3px solid #6E677A">Div</div>
This div border color is #6E677A.
.myOpacity80 { color: #6E677A; opacity: 0.8; }
<p style="color:#6E677A;opacity:0.8;">80%</p>
Text with #6E677A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E677A;}
<p style="text-shadow: 3px 3px 1px #6E677A">Text here.</p>
This text has shadow with #6E677A color.
.textShadow {text-shadow: 3px 3px 1px #6E677A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E677A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E677A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E677A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E677A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E677A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E677A;
-webkit-box-shadow: 1px 1px 3px 2px #6E677A;
box-shadow: 1px 1px 3px 2px #6E677A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E677A; -webkit-box-shadow: 1px 1px 3px 2px #6E677A; box-shadow:1px 1px 3px 2px #6E677A;">
Div content here
</div>
This text has color #6E677A on black background.
This text has color #6E677A on white background.
This text has black color on #6E677A background.
This text has white color on #6E677A background.
Complementary color for #hex is #919885.