HEX: #63539B
RGB: (99,83,155)
#63539B contains mainly red and blue colors. Web safe color of #63539B is #666699 (or #669).
#63539B color RGB value is (99,83,155).
RGB: (99,83,155)
(39%, 33%, 61%)
R 99 of 255 = 39%
G 83 of 255 = 33%
B 155 of 255 = 61%
R + G + B ~ 44%. #63539B is middle color (not dark and not light).
R + G + B = 99 + 83 + 155 = 337 (100%)
R 99 of 337 ~ 29.38%
G 83 of 337 ~ 24.63%
B 155 of 337 ~ 45.99'%
#63539B color CMYK value is (36,46,0,39).
CMYK: (36,46,0,39) C36M46Y0K39 (36%,46%,0%,39%) (0.36/0.46/0.00/0.39)
Color #63539B in popluar color models
63 | 53 | 9B | |
---|---|---|---|
RGB | 99 | 83 | 155 |
HSL | 253° | 30.25% | 46.67% |
HSB/HSV | 253° | 46.45% | 60.78% |
CMYK | 36.13% | 46.45% | 0.00% |
39.22% |
Color #63539B in popluar number systems.
HEX | 63 | 53 | 9B |
Decimal | 99 | 83 | 155 |
Binary | 1100011 | 1010011 | 10011011 |
Octal | 143 | 123 | 233 |
Shades of #63539B
Tints of #63539B
Examples of css and html codes for elements with #63539B color. Also use rgb(99,83,155) instead hex code.
.myTextColor { color: #63539B; }
<p style="color:#63539B">This sample text font color is #63539B.</p>
This text font color is #63539B.
.myBgColor { background-color: #63539B; }
<div style="background-color:#63539B">Inner text</div>
This div background color is #63539B.
.myBorderColor { border: 1px solid #63539B; }
<div style="border:3px solid #63539B">Div</div>
This div border color is #63539B.
.myOpacity80 { color: #63539B; opacity: 0.8; }
<p style="color:#63539B;opacity:0.8;">80%</p>
Text with #63539B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63539B;}
<p style="text-shadow: 3px 3px 1px #63539B">Text here.</p>
This text has shadow with #63539B color.
.textShadow {text-shadow: 3px 3px 1px #63539B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63539B, 5px 5px 20px red">Text here.</p>
This text has shadow with #63539B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63539B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63539B, Direction=45, Strength=4)">Text</p>
This text has shadow with #63539B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63539B;
-webkit-box-shadow: 1px 1px 3px 2px #63539B;
box-shadow: 1px 1px 3px 2px #63539B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63539B; -webkit-box-shadow: 1px 1px 3px 2px #63539B; box-shadow:1px 1px 3px 2px #63539B;">
Div content here
</div>
This text has color #63539B on black background.
This text has color #63539B on white background.
This text has black color on #63539B background.
This text has white color on #63539B background.
Complementary color for #hex is #9CAC64.