HEX: #6A437E
RGB: (106,67,126)
#6A437E contains red, green and blue colors in about the same proportion. Web safe color of #6A437E is #663366 (or #636).
#6A437E color RGB value is (106,67,126).
RGB: (106,67,126) (42%,26%,49%)
R 106 of 255 = 42%
G 67 of 255 = 26%
B 126 of 255 = 49%
R + G + B ~ 39%. #6A437E is quite dark color.
R + G + B =
106 + 67 + 126 = 299 (100%)
R 106 of 299 ~ 35.45%
G 67 of 299 ~ 22.41%
B 126 of 299 ~ 42.14%
#6A437E color CMYK value is (16,47,0,51).
CMYK: (16,47,0,51) C16M47Y0K51 (16%,47%,0%,51%) (0.16/0.47/0.00/0.51)
6A | 43 | 7E | |
---|---|---|---|
RGB | 106 | 67 | 126 |
HSL | 280° | 30.57% | 37.84% |
HSB/HSV | 280° | 46.83% | 49.41% |
CMYK | 15.87% | 46.83% | 0.00% |
50.59% |
HEX | 6A | 43 | 7E |
Decimal | 106 | 67 | 126 |
Binary | 1101010 | 1000011 | 1111110 |
Octal | 152 | 103 | 176 |
Examples of css and html codes for elements with #6A437E color. Also use rgb(106,67,126) instead hex code.
.myTextColor { color: #6A437E; }
<p style="color:#6A437E">This sample text font color is #6A437E.</p>
This text font color is #6A437E.
.myBgColor { background-color: #6A437E; }
<div style="background-color:#6A437E">Inner text</div>
This div background color is #6A437E.
.myBorderColor { border: 1px solid #6A437E; }
<div style="border:3px solid #6A437E">Div</div>
This div border color is #6A437E.
.myOpacity80 { color: #6A437E; opacity: 0.8; }
<p style="color:#6A437E;opacity:0.8;">80%</p>
Text with #6A437E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6A437E;}
<p style="text-shadow: 3px 3px 1px #6A437E">Text here.</p>
This text has shadow with #6A437E color.
.textShadow {text-shadow: 3px 3px 1px #6A437E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6A437E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6A437E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A437E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6A437E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6A437E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6A437E; -webkit-box-shadow: 1px 1px 3px 2px #6A437E; box-shadow: 1px 1px 3px 2px #6A437E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6A437E; -webkit-box-shadow: 1px 1px 3px 2px #6A437E; box-shadow:1px 1px 3px 2px #6A437E;">
Div content here</div>
This text has color #6A437E on black background.
This text has color #6A437E on white background.
This text has black color on #6A437E background.
This text has white color on #6A437E background.