HEX: #6D448A
RGB: (109,68,138)
#6D448A contains mainly red and blue colors. Web safe color of #6D448A is #663399 (or #639).
#6D448A color RGB value is (109,68,138).
RGB: (109,68,138) (43%,27%,54%)
R 109 of 255 = 43%
G 68 of 255 = 27%
B 138 of 255 = 54%
R + G + B ~ 41%. #6D448A is middle color (not dark and not light).
R + G + B =
109 + 68 + 138 = 315 (100%)
R 109 of 315 ~ 34.6%
G 68 of 315 ~ 21.59%
B 138 of 315 ~ 43.81%
#6D448A color CMYK value is (21,51,0,46).
CMYK: (21,51,0,46) C21M51Y0K46 (21%,51%,0%,46%) (0.21/0.51/0.00/0.46)
6D | 44 | 8A | |
---|---|---|---|
RGB | 109 | 68 | 138 |
HSL | 275° | 33.98% | 40.39% |
HSB/HSV | 275° | 50.72% | 54.12% |
CMYK | 21.01% | 50.72% | 0.00% |
45.88% |
HEX | 6D | 44 | 8A |
Decimal | 109 | 68 | 138 |
Binary | 1101101 | 1000100 | 10001010 |
Octal | 155 | 104 | 212 |
Examples of css and html codes for elements with #6D448A color. Also use rgb(109,68,138) instead hex code.
.myTextColor { color: #6D448A; }
<p style="color:#6D448A">This sample text font color is #6D448A.</p>
This text font color is #6D448A.
.myBgColor { background-color: #6D448A; }
<div style="background-color:#6D448A">Inner text</div>
This div background color is #6D448A.
.myBorderColor { border: 1px solid #6D448A; }
<div style="border:3px solid #6D448A">Div</div>
This div border color is #6D448A.
.myOpacity80 { color: #6D448A; opacity: 0.8; }
<p style="color:#6D448A;opacity:0.8;">80%</p>
Text with #6D448A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D448A;}
<p style="text-shadow: 3px 3px 1px #6D448A">Text here.</p>
This text has shadow with #6D448A color.
.textShadow {text-shadow: 3px 3px 1px #6D448A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D448A, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D448A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D448A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D448A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D448A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D448A; -webkit-box-shadow: 1px 1px 3px 2px #6D448A; box-shadow: 1px 1px 3px 2px #6D448A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D448A; -webkit-box-shadow: 1px 1px 3px 2px #6D448A; box-shadow:1px 1px 3px 2px #6D448A;">
Div content here</div>
This text has color #6D448A on black background.
This text has color #6D448A on white background.
This text has black color on #6D448A background.
This text has white color on #6D448A background.