HEX: #6D118B
RGB: (109,17,139)
#6D118B contains mainly red and blue colors. Web safe color of #6D118B is #660099 (or #609).
#6D118B color RGB value is (109,17,139).
RGB: (109,17,139)
(43%, 7%, 55%)
R 109 of 255 = 43%
G 17 of 255 = 7%
B 139 of 255 = 55%
R + G + B ~ 35%. #6D118B is quite dark color.
R + G + B = 109 + 17 + 139 = 265 (100%)
R 109 of 265 ~ 41.13%
G 17 of 265 ~ 6.42%
B 139 of 265 ~ 52.45'%
#6D118B color CMYK value is (22,88,0,45).
CMYK: (22,88,0,45)
C22M88Y0K45 (22%, 88%, 0%, 45%)
(0.22 / 0.88 / 0.00 / 0.45)
Color #6D118B in popluar color models
6D | 11 | 8B | |
---|---|---|---|
RGB | 109 | 17 | 139 |
HSL | 285° | 78.21% | 30.59% |
HSB/HSV | 285° | 87.77% | 54.51% |
CMYK | 21.58% | 87.77% | 0.00% |
45.49% |
Color #6D118B in popluar number systems.
HEX | 6D | 11 | 8B |
Decimal | 109 | 17 | 139 |
Binary | 1101101 | 10001 | 10001011 |
Octal | 155 | 21 | 213 |
Shades of #6D118B
Tints of #6D118B
Examples of css and html codes for elements with #6D118B color. Also use rgb(109,17,139) instead hex code.
.myTextColor { color: #6D118B; }
<p style="color:#6D118B">This sample text font color is #6D118B.</p>
This text font color is #6D118B.
.myBgColor { background-color: #6D118B; }
<div style="background-color:#6D118B">Inner text</div>
This div background color is #6D118B.
.myBorderColor { border: 1px solid #6D118B; }
<div style="border:3px solid #6D118B">Div</div>
This div border color is #6D118B.
.myOpacity80 { color: #6D118B; opacity: 0.8; }
<p style="color:#6D118B;opacity:0.8;">80%</p>
Text with #6D118B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D118B;}
<p style="text-shadow: 3px 3px 1px #6D118B">Text here.</p>
This text has shadow with #6D118B color.
.textShadow {text-shadow: 3px 3px 1px #6D118B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D118B, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D118B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D118B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D118B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D118B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D118B;
-webkit-box-shadow: 1px 1px 3px 2px #6D118B;
box-shadow: 1px 1px 3px 2px #6D118B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D118B; -webkit-box-shadow: 1px 1px 3px 2px #6D118B; box-shadow:1px 1px 3px 2px #6D118B;">
Div content here
</div>
This text has color #6D118B on black background.
This text has color #6D118B on white background.
This text has black color on #6D118B background.
This text has white color on #6D118B background.
Complementary color for #hex is #92EE74.