HEX: #6272AD
RGB: (98,114,173)
#6272AD contains mainly green and blue colors. Web safe color of #6272AD is #666699 (or #669).
#6272AD color RGB value is (98,114,173).
RGB: (98,114,173)
(38%, 45%, 68%)
R 98 of 255 = 38%
G 114 of 255 = 45%
B 173 of 255 = 68%
R + G + B ~ 50%. #6272AD is middle color (not dark and not light).
R + G + B = 98 + 114 + 173 = 385 (100%)
R 98 of 385 ~ 25.45%
G 114 of 385 ~ 29.61%
B 173 of 385 ~ 44.94'%
#6272AD color CMYK value is (43,34,0,32).
CMYK: (43,34,0,32) C43M34Y0K32 (43%,34%,0%,32%) (0.43/0.34/0.00/0.32)
Color #6272AD in popluar color models
62 | 72 | AD | |
---|---|---|---|
RGB | 98 | 114 | 173 |
HSL | 227° | 31.38% | 53.14% |
HSB/HSV | 227° | 43.35% | 67.84% |
CMYK | 43.35% | 34.10% | 0.00% |
32.16% |
Color #6272AD in popluar number systems.
HEX | 62 | 72 | AD |
Decimal | 98 | 114 | 173 |
Binary | 1100010 | 1110010 | 10101101 |
Octal | 142 | 162 | 255 |
Shades of #6272AD
Tints of #6272AD
Examples of css and html codes for elements with #6272AD color. Also use rgb(98,114,173) instead hex code.
.myTextColor { color: #6272AD; }
<p style="color:#6272AD">This sample text font color is #6272AD.</p>
This text font color is #6272AD.
.myBgColor { background-color: #6272AD; }
<div style="background-color:#6272AD">Inner text</div>
This div background color is #6272AD.
.myBorderColor { border: 1px solid #6272AD; }
<div style="border:3px solid #6272AD">Div</div>
This div border color is #6272AD.
.myOpacity80 { color: #6272AD; opacity: 0.8; }
<p style="color:#6272AD;opacity:0.8;">80%</p>
Text with #6272AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6272AD;}
<p style="text-shadow: 3px 3px 1px #6272AD">Text here.</p>
This text has shadow with #6272AD color.
.textShadow {text-shadow: 3px 3px 1px #6272AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6272AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6272AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6272AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6272AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6272AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6272AD;
-webkit-box-shadow: 1px 1px 3px 2px #6272AD;
box-shadow: 1px 1px 3px 2px #6272AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6272AD; -webkit-box-shadow: 1px 1px 3px 2px #6272AD; box-shadow:1px 1px 3px 2px #6272AD;">
Div content here
</div>
This text has color #6272AD on black background.
This text has color #6272AD on white background.
This text has black color on #6272AD background.
This text has white color on #6272AD background.
Complementary color for #hex is #9D8D52.