HEX: #638FDD
RGB: (99,143,221)
#638FDD contains mainly blue color. Web safe color of #638FDD is #6699CC (or #69C).
#638FDD color RGB value is (99,143,221).
RGB: (99,143,221)
(39%, 56%, 87%)
R 99 of 255 = 39%
G 143 of 255 = 56%
B 221 of 255 = 87%
R + G + B ~ 61%. #638FDD is quite light color.
R + G + B = 99 + 143 + 221 = 463 (100%)
R 99 of 463 ~ 21.38%
G 143 of 463 ~ 30.89%
B 221 of 463 ~ 47.73'%
#638FDD color CMYK value is (55,35,0,13).
CMYK: (55,35,0,13) C55M35Y0K13 (55%,35%,0%,13%) (0.55/0.35/0.00/0.13)
Color #638FDD in popluar color models
63 | 8F | DD | |
---|---|---|---|
RGB | 99 | 143 | 221 |
HSL | 218° | 64.21% | 62.75% |
HSB/HSV | 218° | 55.20% | 86.67% |
CMYK | 55.20% | 35.29% | 0.00% |
13.33% |
Color #638FDD in popluar number systems.
HEX | 63 | 8F | DD |
Decimal | 99 | 143 | 221 |
Binary | 1100011 | 10001111 | 11011101 |
Octal | 143 | 217 | 335 |
Shades of #638FDD
Tints of #638FDD
Examples of css and html codes for elements with #638FDD color. Also use rgb(99,143,221) instead hex code.
.myTextColor { color: #638FDD; }
<p style="color:#638FDD">This sample text font color is #638FDD.</p>
This text font color is #638FDD.
.myBgColor { background-color: #638FDD; }
<div style="background-color:#638FDD">Inner text</div>
This div background color is #638FDD.
.myBorderColor { border: 1px solid #638FDD; }
<div style="border:3px solid #638FDD">Div</div>
This div border color is #638FDD.
.myOpacity80 { color: #638FDD; opacity: 0.8; }
<p style="color:#638FDD;opacity:0.8;">80%</p>
Text with #638FDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #638FDD;}
<p style="text-shadow: 3px 3px 1px #638FDD">Text here.</p>
This text has shadow with #638FDD color.
.textShadow {text-shadow: 3px 3px 1px #638FDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #638FDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #638FDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#638FDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#638FDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #638FDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #638FDD;
-webkit-box-shadow: 1px 1px 3px 2px #638FDD;
box-shadow: 1px 1px 3px 2px #638FDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #638FDD; -webkit-box-shadow: 1px 1px 3px 2px #638FDD; box-shadow:1px 1px 3px 2px #638FDD;">
Div content here
</div>
This text has color #638FDD on black background.
This text has color #638FDD on white background.
This text has black color on #638FDD background.
This text has white color on #638FDD background.
Complementary color for #hex is #9C7022.