HEX: #63489C
RGB: (99,72,156)
#63489C contains mainly red and blue colors. Web safe color of #63489C is #663399 (or #639).
#63489C color RGB value is (99,72,156).
RGB: (99,72,156)
(39%, 28%, 61%)
R 99 of 255 = 39%
G 72 of 255 = 28%
B 156 of 255 = 61%
R + G + B ~ 43%. #63489C is middle color (not dark and not light).
R + G + B = 99 + 72 + 156 = 327 (100%)
R 99 of 327 ~ 30.28%
G 72 of 327 ~ 22.02%
B 156 of 327 ~ 47.71'%
#63489C color CMYK value is (37,54,0,39).
CMYK: (37,54,0,39) C37M54Y0K39 (37%,54%,0%,39%) (0.37/0.54/0.00/0.39)
Color #63489C in popluar color models
63 | 48 | 9C | |
---|---|---|---|
RGB | 99 | 72 | 156 |
HSL | 259° | 36.84% | 44.71% |
HSB/HSV | 259° | 53.85% | 61.18% |
CMYK | 36.54% | 53.85% | 0.00% |
38.82% |
Color #63489C in popluar number systems.
HEX | 63 | 48 | 9C |
Decimal | 99 | 72 | 156 |
Binary | 1100011 | 1001000 | 10011100 |
Octal | 143 | 110 | 234 |
Shades of #63489C
Tints of #63489C
Examples of css and html codes for elements with #63489C color. Also use rgb(99,72,156) instead hex code.
.myTextColor { color: #63489C; }
<p style="color:#63489C">This sample text font color is #63489C.</p>
This text font color is #63489C.
.myBgColor { background-color: #63489C; }
<div style="background-color:#63489C">Inner text</div>
This div background color is #63489C.
.myBorderColor { border: 1px solid #63489C; }
<div style="border:3px solid #63489C">Div</div>
This div border color is #63489C.
.myOpacity80 { color: #63489C; opacity: 0.8; }
<p style="color:#63489C;opacity:0.8;">80%</p>
Text with #63489C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63489C;}
<p style="text-shadow: 3px 3px 1px #63489C">Text here.</p>
This text has shadow with #63489C color.
.textShadow {text-shadow: 3px 3px 1px #63489C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63489C, 5px 5px 20px red">Text here.</p>
This text has shadow with #63489C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63489C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63489C, Direction=45, Strength=4)">Text</p>
This text has shadow with #63489C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63489C;
-webkit-box-shadow: 1px 1px 3px 2px #63489C;
box-shadow: 1px 1px 3px 2px #63489C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63489C; -webkit-box-shadow: 1px 1px 3px 2px #63489C; box-shadow:1px 1px 3px 2px #63489C;">
Div content here
</div>
This text has color #63489C on black background.
This text has color #63489C on white background.
This text has black color on #63489C background.
This text has white color on #63489C background.
Complementary color for #hex is #9CB763.