HEX: #6B017E
RGB: (107,1,126)
#6B017E contains mainly red and blue colors. Web safe color of #6B017E is #660066 (or #606).
#6B017E color RGB value is (107,1,126).
RGB: (107,1,126)
(42%, 0%, 49%)
R 107 of 255 = 42%
G 1 of 255 = 0%
B 126 of 255 = 49%
R + G + B ~ 30%. #6B017E is quite dark color.
R + G + B = 107 + 1 + 126 = 234 (100%)
R 107 of 234 ~ 45.73%
G 1 of 234 ~ 0.43%
B 126 of 234 ~ 53.85'%
#6B017E color CMYK value is (15,99,0,51).
CMYK: (15,99,0,51) C15M99Y0K51 (15%,99%,0%,51%) (0.15/0.99/0.00/0.51)
Color #6B017E in popluar color models
6B | 01 | 7E | |
---|---|---|---|
RGB | 107 | 1 | 126 |
HSL | 291° | 98.43% | 24.90% |
HSB/HSV | 291° | 99.21% | 49.41% |
CMYK | 15.08% | 99.21% | 0.00% |
50.59% |
Color #6B017E in popluar number systems.
HEX | 6B | 01 | 7E |
Decimal | 107 | 1 | 126 |
Binary | 1101011 | 1 | 1111110 |
Octal | 153 | 1 | 176 |
Shades of #6B017E
Tints of #6B017E
Examples of css and html codes for elements with #6B017E color. Also use rgb(107,1,126) instead hex code.
.myTextColor { color: #6B017E; }
<p style="color:#6B017E">This sample text font color is #6B017E.</p>
This text font color is #6B017E.
.myBgColor { background-color: #6B017E; }
<div style="background-color:#6B017E">Inner text</div>
This div background color is #6B017E.
.myBorderColor { border: 1px solid #6B017E; }
<div style="border:3px solid #6B017E">Div</div>
This div border color is #6B017E.
.myOpacity80 { color: #6B017E; opacity: 0.8; }
<p style="color:#6B017E;opacity:0.8;">80%</p>
Text with #6B017E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B017E;}
<p style="text-shadow: 3px 3px 1px #6B017E">Text here.</p>
This text has shadow with #6B017E color.
.textShadow {text-shadow: 3px 3px 1px #6B017E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B017E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B017E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B017E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B017E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B017E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B017E;
-webkit-box-shadow: 1px 1px 3px 2px #6B017E;
box-shadow: 1px 1px 3px 2px #6B017E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B017E; -webkit-box-shadow: 1px 1px 3px 2px #6B017E; box-shadow:1px 1px 3px 2px #6B017E;">
Div content here
</div>
This text has color #6B017E on black background.
This text has color #6B017E on white background.
This text has black color on #6B017E background.
This text has white color on #6B017E background.
Complementary color for #hex is #94FE81.