HEX: #6F73AB
RGB: (111,115,171)
#6F73AB contains mainly green and blue colors. Web safe color of #6F73AB is #666699 (or #669).
#6F73AB color RGB value is (111,115,171).
RGB: (111,115,171)
(44%, 45%, 67%)
R 111 of 255 = 44%
G 115 of 255 = 45%
B 171 of 255 = 67%
R + G + B ~ 52%. #6F73AB is middle color (not dark and not light).
R + G + B = 111 + 115 + 171 = 397 (100%)
R 111 of 397 ~ 27.96%
G 115 of 397 ~ 28.97%
B 171 of 397 ~ 43.07'%
#6F73AB color CMYK value is (35,33,0,33).
CMYK: (35,33,0,33) C35M33Y0K33 (35%,33%,0%,33%) (0.35/0.33/0.00/0.33)
Color #6F73AB in popluar color models
6F | 73 | AB | |
---|---|---|---|
RGB | 111 | 115 | 171 |
HSL | 236° | 26.32% | 55.29% |
HSB/HSV | 236° | 35.09% | 67.06% |
CMYK | 35.09% | 32.75% | 0.00% |
32.94% |
Color #6F73AB in popluar number systems.
HEX | 6F | 73 | AB |
Decimal | 111 | 115 | 171 |
Binary | 1101111 | 1110011 | 10101011 |
Octal | 157 | 163 | 253 |
Shades of #6F73AB
Tints of #6F73AB
Examples of css and html codes for elements with #6F73AB color. Also use rgb(111,115,171) instead hex code.
.myTextColor { color: #6F73AB; }
<p style="color:#6F73AB">This sample text font color is #6F73AB.</p>
This text font color is #6F73AB.
.myBgColor { background-color: #6F73AB; }
<div style="background-color:#6F73AB">Inner text</div>
This div background color is #6F73AB.
.myBorderColor { border: 1px solid #6F73AB; }
<div style="border:3px solid #6F73AB">Div</div>
This div border color is #6F73AB.
.myOpacity80 { color: #6F73AB; opacity: 0.8; }
<p style="color:#6F73AB;opacity:0.8;">80%</p>
Text with #6F73AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6F73AB;}
<p style="text-shadow: 3px 3px 1px #6F73AB">Text here.</p>
This text has shadow with #6F73AB color.
.textShadow {text-shadow: 3px 3px 1px #6F73AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6F73AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6F73AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6F73AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6F73AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6F73AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6F73AB;
-webkit-box-shadow: 1px 1px 3px 2px #6F73AB;
box-shadow: 1px 1px 3px 2px #6F73AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6F73AB; -webkit-box-shadow: 1px 1px 3px 2px #6F73AB; box-shadow:1px 1px 3px 2px #6F73AB;">
Div content here
</div>
This text has color #6F73AB on black background.
This text has color #6F73AB on white background.
This text has black color on #6F73AB background.
This text has white color on #6F73AB background.
Complementary color for #hex is #908C54.