HEX: #63999F
RGB: (99,153,159)
#63999F contains mainly green and blue colors. Web safe color of #63999F is #669999 (or #699).
#63999F color RGB value is (99,153,159).
RGB: (99,153,159)
(39%, 60%, 62%)
R 99 of 255 = 39%
G 153 of 255 = 60%
B 159 of 255 = 62%
R + G + B ~ 54%. #63999F is middle color (not dark and not light).
R + G + B = 99 + 153 + 159 = 411 (100%)
R 99 of 411 ~ 24.09%
G 153 of 411 ~ 37.23%
B 159 of 411 ~ 38.69'%
#63999F color CMYK value is (38,4,0,38).
CMYK: (38,4,0,38) C38M4Y0K38 (38%,4%,0%,38%) (0.38/0.04/0.00/0.38)
Color #63999F in popluar color models
63 | 99 | 9F | |
---|---|---|---|
RGB | 99 | 153 | 159 |
HSL | 186° | 23.81% | 50.59% |
HSB/HSV | 186° | 37.74% | 62.35% |
CMYK | 37.74% | 3.77% | 0.00% |
37.65% |
Color #63999F in popluar number systems.
HEX | 63 | 99 | 9F |
Decimal | 99 | 153 | 159 |
Binary | 1100011 | 10011001 | 10011111 |
Octal | 143 | 231 | 237 |
Shades of #63999F
Tints of #63999F
Examples of css and html codes for elements with #63999F color. Also use rgb(99,153,159) instead hex code.
.myTextColor { color: #63999F; }
<p style="color:#63999F">This sample text font color is #63999F.</p>
This text font color is #63999F.
.myBgColor { background-color: #63999F; }
<div style="background-color:#63999F">Inner text</div>
This div background color is #63999F.
.myBorderColor { border: 1px solid #63999F; }
<div style="border:3px solid #63999F">Div</div>
This div border color is #63999F.
.myOpacity80 { color: #63999F; opacity: 0.8; }
<p style="color:#63999F;opacity:0.8;">80%</p>
Text with #63999F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63999F;}
<p style="text-shadow: 3px 3px 1px #63999F">Text here.</p>
This text has shadow with #63999F color.
.textShadow {text-shadow: 3px 3px 1px #63999F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63999F, 5px 5px 20px red">Text here.</p>
This text has shadow with #63999F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63999F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63999F, Direction=45, Strength=4)">Text</p>
This text has shadow with #63999F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63999F;
-webkit-box-shadow: 1px 1px 3px 2px #63999F;
box-shadow: 1px 1px 3px 2px #63999F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63999F; -webkit-box-shadow: 1px 1px 3px 2px #63999F; box-shadow:1px 1px 3px 2px #63999F;">
Div content here
</div>
This text has color #63999F on black background.
This text has color #63999F on white background.
This text has black color on #63999F background.
This text has white color on #63999F background.
Complementary color for #hex is #9C6660.