HEX: #6D59AD
RGB: (109,89,173)
#6D59AD contains mainly blue color. Web safe color of #6D59AD is #666699 (or #669).
#6D59AD color RGB value is (109,89,173).
RGB: (109,89,173) (43%,35%,68%)
R 109 of 255 = 43%
G 89 of 255 = 35%
B 173 of 255 = 68%
R + G + B ~ 49%. #6D59AD is middle color (not dark and not light).
R + G + B =
109 + 89 + 173 = 371 (100%)
R 109 of 371 ~ 29.38%
G 89 of 371 ~ 23.99%
B 173 of 371 ~ 46.63%
#6D59AD color CMYK value is (37,49,0,32).
CMYK: (37,49,0,32) C37M49Y0K32 (37%,49%,0%,32%) (0.37/0.49/0.00/0.32)
6D | 59 | AD | |
---|---|---|---|
RGB | 109 | 89 | 173 |
HSL | 254° | 33.87% | 51.37% |
HSB/HSV | 254° | 48.55% | 67.84% |
CMYK | 36.99% | 48.55% | 0.00% |
32.16% |
HEX | 6D | 59 | AD |
Decimal | 109 | 89 | 173 |
Binary | 1101101 | 1011001 | 10101101 |
Octal | 155 | 131 | 255 |
Examples of css and html codes for elements with #6D59AD color. Also use rgb(109,89,173) instead hex code.
.myTextColor { color: #6D59AD; }
<p style="color:#6D59AD">This sample text font color is #6D59AD.</p>
This text font color is #6D59AD.
.myBgColor { background-color: #6D59AD; }
<div style="background-color:#6D59AD">Inner text</div>
This div background color is #6D59AD.
.myBorderColor { border: 1px solid #6D59AD; }
<div style="border:3px solid #6D59AD">Div</div>
This div border color is #6D59AD.
.myOpacity80 { color: #6D59AD; opacity: 0.8; }
<p style="color:#6D59AD;opacity:0.8;">80%</p>
Text with #6D59AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D59AD;}
<p style="text-shadow: 3px 3px 1px #6D59AD">Text here.</p>
This text has shadow with #6D59AD color.
.textShadow {text-shadow: 3px 3px 1px #6D59AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D59AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D59AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D59AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D59AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D59AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D59AD; -webkit-box-shadow: 1px 1px 3px 2px #6D59AD; box-shadow: 1px 1px 3px 2px #6D59AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D59AD; -webkit-box-shadow: 1px 1px 3px 2px #6D59AD; box-shadow:1px 1px 3px 2px #6D59AD;">
Div content here</div>
This text has color #6D59AD on black background.
This text has color #6D59AD on white background.
This text has black color on #6D59AD background.
This text has white color on #6D59AD background.