HEX: #6B709E
RGB: (107,112,158)
#6B709E contains red, green and blue colors in about the same proportion. Web safe color of #6B709E is #666699 (or #669).
#6B709E color RGB value is (107,112,158).
RGB: (107,112,158)
(42%, 44%, 62%)
R 107 of 255 = 42%
G 112 of 255 = 44%
B 158 of 255 = 62%
R + G + B ~ 49%. #6B709E is middle color (not dark and not light).
R + G + B = 107 + 112 + 158 = 377 (100%)
R 107 of 377 ~ 28.38%
G 112 of 377 ~ 29.71%
B 158 of 377 ~ 41.91'%
#6B709E color CMYK value is (32,29,0,38).
CMYK: (32,29,0,38) C32M29Y0K38 (32%,29%,0%,38%) (0.32/0.29/0.00/0.38)
Color #6B709E in popluar color models
6B | 70 | 9E | |
---|---|---|---|
RGB | 107 | 112 | 158 |
HSL | 234° | 20.82% | 51.96% |
HSB/HSV | 234° | 32.28% | 61.96% |
CMYK | 32.28% | 29.11% | 0.00% |
38.04% |
Color #6B709E in popluar number systems.
HEX | 6B | 70 | 9E |
Decimal | 107 | 112 | 158 |
Binary | 1101011 | 1110000 | 10011110 |
Octal | 153 | 160 | 236 |
Shades of #6B709E
Tints of #6B709E
Examples of css and html codes for elements with #6B709E color. Also use rgb(107,112,158) instead hex code.
.myTextColor { color: #6B709E; }
<p style="color:#6B709E">This sample text font color is #6B709E.</p>
This text font color is #6B709E.
.myBgColor { background-color: #6B709E; }
<div style="background-color:#6B709E">Inner text</div>
This div background color is #6B709E.
.myBorderColor { border: 1px solid #6B709E; }
<div style="border:3px solid #6B709E">Div</div>
This div border color is #6B709E.
.myOpacity80 { color: #6B709E; opacity: 0.8; }
<p style="color:#6B709E;opacity:0.8;">80%</p>
Text with #6B709E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B709E;}
<p style="text-shadow: 3px 3px 1px #6B709E">Text here.</p>
This text has shadow with #6B709E color.
.textShadow {text-shadow: 3px 3px 1px #6B709E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B709E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B709E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B709E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B709E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B709E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B709E;
-webkit-box-shadow: 1px 1px 3px 2px #6B709E;
box-shadow: 1px 1px 3px 2px #6B709E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B709E; -webkit-box-shadow: 1px 1px 3px 2px #6B709E; box-shadow:1px 1px 3px 2px #6B709E;">
Div content here
</div>
This text has color #6B709E on black background.
This text has color #6B709E on white background.
This text has black color on #6B709E background.
This text has white color on #6B709E background.
Complementary color for #hex is #948F61.