HEX: #604DAD
RGB: (96,77,173)
#604DAD contains mainly blue color. Web safe color of #604DAD is #663399 (or #639).
#604DAD color RGB value is (96,77,173).
RGB: (96,77,173)
(38%, 30%, 68%)
R 96 of 255 = 38%
G 77 of 255 = 30%
B 173 of 255 = 68%
R + G + B ~ 45%. #604DAD is middle color (not dark and not light).
R + G + B = 96 + 77 + 173 = 346 (100%)
R 96 of 346 ~ 27.75%
G 77 of 346 ~ 22.25%
B 173 of 346 ~ 50'%
#604DAD color CMYK value is (45,55,0,32).
CMYK: (45,55,0,32)
C45M55Y0K32 (45%, 55%, 0%, 32%)
(0.45 / 0.55 / 0.00 / 0.32)
Color #604DAD in popluar color models
60 | 4D | AD | |
---|---|---|---|
RGB | 96 | 77 | 173 |
HSL | 252° | 38.40% | 49.02% |
HSB/HSV | 252° | 55.49% | 67.84% |
CMYK | 44.51% | 55.49% | 0.00% |
32.16% |
Color #604DAD in popluar number systems.
HEX | 60 | 4D | AD |
Decimal | 96 | 77 | 173 |
Binary | 1100000 | 1001101 | 10101101 |
Octal | 140 | 115 | 255 |
Shades of #604DAD
Tints of #604DAD
Examples of css and html codes for elements with #604DAD color. Also use rgb(96,77,173) instead hex code.
.myTextColor { color: #604DAD; }
<p style="color:#604DAD">This sample text font color is #604DAD.</p>
This text font color is #604DAD.
.myBgColor { background-color: #604DAD; }
<div style="background-color:#604DAD">Inner text</div>
This div background color is #604DAD.
.myBorderColor { border: 1px solid #604DAD; }
<div style="border:3px solid #604DAD">Div</div>
This div border color is #604DAD.
.myOpacity80 { color: #604DAD; opacity: 0.8; }
<p style="color:#604DAD;opacity:0.8;">80%</p>
Text with #604DAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #604DAD;}
<p style="text-shadow: 3px 3px 1px #604DAD">Text here.</p>
This text has shadow with #604DAD color.
.textShadow {text-shadow: 3px 3px 1px #604DAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #604DAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #604DAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#604DAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#604DAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #604DAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #604DAD;
-webkit-box-shadow: 1px 1px 3px 2px #604DAD;
box-shadow: 1px 1px 3px 2px #604DAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #604DAD; -webkit-box-shadow: 1px 1px 3px 2px #604DAD; box-shadow:1px 1px 3px 2px #604DAD;">
Div content here
</div>
This text has color #604DAD on black background.
This text has color #604DAD on white background.
This text has black color on #604DAD background.
This text has white color on #604DAD background.
Complementary color for #hex is #9FB252.