HEX: #6D678C
RGB: (109,103,140)
#6D678C contains red, green and blue colors in about the same proportion. Web safe color of #6D678C is #666699 (or #669).
#6D678C color RGB value is (109,103,140).
RGB: (109,103,140)
(43%, 40%, 55%)
R 109 of 255 = 43%
G 103 of 255 = 40%
B 140 of 255 = 55%
R + G + B ~ 46%. #6D678C is middle color (not dark and not light).
R + G + B = 109 + 103 + 140 = 352 (100%)
R 109 of 352 ~ 30.97%
G 103 of 352 ~ 29.26%
B 140 of 352 ~ 39.77'%
#6D678C color CMYK value is (22,26,0,45).
CMYK: (22,26,0,45) C22M26Y0K45 (22%,26%,0%,45%) (0.22/0.26/0.00/0.45)
Color #6D678C in popluar color models
6D | 67 | 8C | |
---|---|---|---|
RGB | 109 | 103 | 140 |
HSL | 250° | 15.23% | 47.65% |
HSB/HSV | 250° | 26.43% | 54.90% |
CMYK | 22.14% | 26.43% | 0.00% |
45.10% |
Color #6D678C in popluar number systems.
HEX | 6D | 67 | 8C |
Decimal | 109 | 103 | 140 |
Binary | 1101101 | 1100111 | 10001100 |
Octal | 155 | 147 | 214 |
Shades of #6D678C
Tints of #6D678C
Examples of css and html codes for elements with #6D678C color. Also use rgb(109,103,140) instead hex code.
.myTextColor { color: #6D678C; }
<p style="color:#6D678C">This sample text font color is #6D678C.</p>
This text font color is #6D678C.
.myBgColor { background-color: #6D678C; }
<div style="background-color:#6D678C">Inner text</div>
This div background color is #6D678C.
.myBorderColor { border: 1px solid #6D678C; }
<div style="border:3px solid #6D678C">Div</div>
This div border color is #6D678C.
.myOpacity80 { color: #6D678C; opacity: 0.8; }
<p style="color:#6D678C;opacity:0.8;">80%</p>
Text with #6D678C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D678C;}
<p style="text-shadow: 3px 3px 1px #6D678C">Text here.</p>
This text has shadow with #6D678C color.
.textShadow {text-shadow: 3px 3px 1px #6D678C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D678C, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D678C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D678C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D678C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D678C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D678C;
-webkit-box-shadow: 1px 1px 3px 2px #6D678C;
box-shadow: 1px 1px 3px 2px #6D678C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D678C; -webkit-box-shadow: 1px 1px 3px 2px #6D678C; box-shadow:1px 1px 3px 2px #6D678C;">
Div content here
</div>
This text has color #6D678C on black background.
This text has color #6D678C on white background.
This text has black color on #6D678C background.
This text has white color on #6D678C background.
Complementary color for #hex is #929873.