HEX: #63769C
RGB: (99,118,156)
#63769C contains red, green and blue colors in about the same proportion. Web safe color of #63769C is #666699 (or #669).
#63769C color RGB value is (99,118,156).
RGB: (99,118,156)
(39%, 46%, 61%)
R 99 of 255 = 39%
G 118 of 255 = 46%
B 156 of 255 = 61%
R + G + B ~ 49%. #63769C is middle color (not dark and not light).
R + G + B = 99 + 118 + 156 = 373 (100%)
R 99 of 373 ~ 26.54%
G 118 of 373 ~ 31.64%
B 156 of 373 ~ 41.82'%
#63769C color CMYK value is (37,24,0,39).
CMYK: (37,24,0,39) C37M24Y0K39 (37%,24%,0%,39%) (0.37/0.24/0.00/0.39)
Color #63769C in popluar color models
63 | 76 | 9C | |
---|---|---|---|
RGB | 99 | 118 | 156 |
HSL | 220° | 22.35% | 50.00% |
HSB/HSV | 220° | 36.54% | 61.18% |
CMYK | 36.54% | 24.36% | 0.00% |
38.82% |
Color #63769C in popluar number systems.
HEX | 63 | 76 | 9C |
Decimal | 99 | 118 | 156 |
Binary | 1100011 | 1110110 | 10011100 |
Octal | 143 | 166 | 234 |
Shades of #63769C
Tints of #63769C
Examples of css and html codes for elements with #63769C color. Also use rgb(99,118,156) instead hex code.
.myTextColor { color: #63769C; }
<p style="color:#63769C">This sample text font color is #63769C.</p>
This text font color is #63769C.
.myBgColor { background-color: #63769C; }
<div style="background-color:#63769C">Inner text</div>
This div background color is #63769C.
.myBorderColor { border: 1px solid #63769C; }
<div style="border:3px solid #63769C">Div</div>
This div border color is #63769C.
.myOpacity80 { color: #63769C; opacity: 0.8; }
<p style="color:#63769C;opacity:0.8;">80%</p>
Text with #63769C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63769C;}
<p style="text-shadow: 3px 3px 1px #63769C">Text here.</p>
This text has shadow with #63769C color.
.textShadow {text-shadow: 3px 3px 1px #63769C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63769C, 5px 5px 20px red">Text here.</p>
This text has shadow with #63769C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63769C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63769C, Direction=45, Strength=4)">Text</p>
This text has shadow with #63769C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63769C;
-webkit-box-shadow: 1px 1px 3px 2px #63769C;
box-shadow: 1px 1px 3px 2px #63769C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63769C; -webkit-box-shadow: 1px 1px 3px 2px #63769C; box-shadow:1px 1px 3px 2px #63769C;">
Div content here
</div>
This text has color #63769C on black background.
This text has color #63769C on white background.
This text has black color on #63769C background.
This text has white color on #63769C background.
Complementary color for #hex is #9C8963.