HEX: #6D728E
RGB: (109,114,142)
#6D728E contains red, green and blue colors in about the same proportion. Web safe color of #6D728E is #666699 (or #669).
#6D728E color RGB value is (109,114,142).
RGB: (109,114,142)
(43%, 45%, 56%)
R 109 of 255 = 43%
G 114 of 255 = 45%
B 142 of 255 = 56%
R + G + B ~ 48%. #6D728E is middle color (not dark and not light).
R + G + B = 109 + 114 + 142 = 365 (100%)
R 109 of 365 ~ 29.86%
G 114 of 365 ~ 31.23%
B 142 of 365 ~ 38.9'%
#6D728E color CMYK value is (23,20,0,44).
CMYK: (23,20,0,44) C23M20Y0K44 (23%,20%,0%,44%) (0.23/0.20/0.00/0.44)
Color #6D728E in popluar color models
6D | 72 | 8E | |
---|---|---|---|
RGB | 109 | 114 | 142 |
HSL | 231° | 13.15% | 49.22% |
HSB/HSV | 231° | 23.24% | 55.69% |
CMYK | 23.24% | 19.72% | 0.00% |
44.31% |
Color #6D728E in popluar number systems.
HEX | 6D | 72 | 8E |
Decimal | 109 | 114 | 142 |
Binary | 1101101 | 1110010 | 10001110 |
Octal | 155 | 162 | 216 |
Shades of #6D728E
Tints of #6D728E
Examples of css and html codes for elements with #6D728E color. Also use rgb(109,114,142) instead hex code.
.myTextColor { color: #6D728E; }
<p style="color:#6D728E">This sample text font color is #6D728E.</p>
This text font color is #6D728E.
.myBgColor { background-color: #6D728E; }
<div style="background-color:#6D728E">Inner text</div>
This div background color is #6D728E.
.myBorderColor { border: 1px solid #6D728E; }
<div style="border:3px solid #6D728E">Div</div>
This div border color is #6D728E.
.myOpacity80 { color: #6D728E; opacity: 0.8; }
<p style="color:#6D728E;opacity:0.8;">80%</p>
Text with #6D728E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D728E;}
<p style="text-shadow: 3px 3px 1px #6D728E">Text here.</p>
This text has shadow with #6D728E color.
.textShadow {text-shadow: 3px 3px 1px #6D728E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D728E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D728E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D728E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D728E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D728E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D728E;
-webkit-box-shadow: 1px 1px 3px 2px #6D728E;
box-shadow: 1px 1px 3px 2px #6D728E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D728E; -webkit-box-shadow: 1px 1px 3px 2px #6D728E; box-shadow:1px 1px 3px 2px #6D728E;">
Div content here
</div>
This text has color #6D728E on black background.
This text has color #6D728E on white background.
This text has black color on #6D728E background.
This text has white color on #6D728E background.
Complementary color for #hex is #928D71.