HEX: #63497F
RGB: (99,73,127)
#63497F contains red, green and blue colors in about the same proportion. Web safe color of #63497F is #663366 (or #636).
#63497F color RGB value is (99,73,127).
RGB: (99,73,127)
(39%, 29%, 50%)
R 99 of 255 = 39%
G 73 of 255 = 29%
B 127 of 255 = 50%
R + G + B ~ 39%. #63497F is quite dark color.
R + G + B = 99 + 73 + 127 = 299 (100%)
R 99 of 299 ~ 33.11%
G 73 of 299 ~ 24.41%
B 127 of 299 ~ 42.47'%
#63497F color CMYK value is (22,43,0,50).
CMYK: (22,43,0,50)
C22M43Y0K50 (22%, 43%, 0%, 50%)
(0.22 / 0.43 / 0.00 / 0.50)
Color #63497F in popluar color models
63 | 49 | 7F | |
---|---|---|---|
RGB | 99 | 73 | 127 |
HSL | 269° | 27.00% | 39.22% |
HSB/HSV | 269° | 42.52% | 49.80% |
CMYK | 22.05% | 42.52% | 0.00% |
50.20% |
Color #63497F in popluar number systems.
HEX | 63 | 49 | 7F |
Decimal | 99 | 73 | 127 |
Binary | 1100011 | 1001001 | 1111111 |
Octal | 143 | 111 | 177 |
Shades of #63497F
Tints of #63497F
Examples of css and html codes for elements with #63497F color. Also use rgb(99,73,127) instead hex code.
.myTextColor { color: #63497F; }
<p style="color:#63497F">This sample text font color is #63497F.</p>
This text font color is #63497F.
.myBgColor { background-color: #63497F; }
<div style="background-color:#63497F">Inner text</div>
This div background color is #63497F.
.myBorderColor { border: 1px solid #63497F; }
<div style="border:3px solid #63497F">Div</div>
This div border color is #63497F.
.myOpacity80 { color: #63497F; opacity: 0.8; }
<p style="color:#63497F;opacity:0.8;">80%</p>
Text with #63497F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63497F;}
<p style="text-shadow: 3px 3px 1px #63497F">Text here.</p>
This text has shadow with #63497F color.
.textShadow {text-shadow: 3px 3px 1px #63497F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63497F, 5px 5px 20px red">Text here.</p>
This text has shadow with #63497F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63497F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63497F, Direction=45, Strength=4)">Text</p>
This text has shadow with #63497F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63497F;
-webkit-box-shadow: 1px 1px 3px 2px #63497F;
box-shadow: 1px 1px 3px 2px #63497F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63497F; -webkit-box-shadow: 1px 1px 3px 2px #63497F; box-shadow:1px 1px 3px 2px #63497F;">
Div content here
</div>
This text has color #63497F on black background.
This text has color #63497F on white background.
This text has black color on #63497F background.
This text has white color on #63497F background.
Complementary color for #hex is #9CB680.