COLOR #604DAD

HEX: #604DAD RGB: (96,77,173)

Color info

#604DAD contains mainly blue color. Web safe color of #604DAD is #663399 (or #639).

RGB color model

#604DAD color RGB value is (96,77,173).

RGB: (96,77,173) (38%, 30%, 68%)

RGB channels and saturation

R 96 of 255 = 38%
G 77 of 255 = 30%
B 173 of 255 = 68%

96
77
173

R + G + B ~ 45%. #604DAD is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%27.75
%22.25
%50

CMYK color model

#604DAD color CMYK value is (45,55,0,32).

  • cyan value is 44.51%
  • magenta value is 55.49%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (45,55,0,32)
C45M55Y0K32 (45%, 55%, 0%, 32%)
(0.45 / 0.55 / 0.00 / 0.32)

CMYK percentages

%44.51
%55.49
%0
%32.16

Codes

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 and tints

Shades of #604DAD

#604DAD
(96,77,173)
#58469E
(88,70,158)
#503F8F
(80,63,143)
#483880
(72,56,128)
#403171
(64,49,113)
#382A62
(56,42,98)
#302353
(48,35,83)
#281C44
(40,28,68)
#201535
(32,21,53)
#180E26
(24,14,38)
#100717
(16,7,23)
#000000
(0,0,0)

Tints of #604DAD

#604DAD
(96,77,173)
#6E5DB4
(110,93,180)
#7C6DBB
(124,109,187)
#8A7DC2
(138,125,194)
#988DC9
(152,141,201)
#A69DD0
(166,157,208)
#B4ADD7
(180,173,215)
#C2BDDE
(194,189,222)
#D0CDE5
(208,205,229)
#DEDDEC
(222,221,236)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604DAD color. Also use rgb(96,77,173) instead hex code.

Text Font Color

.myTextColor { color: #604DAD; }

<p style="color:#604DAD">This sample text font color is #604DAD.</p>

This text font color is #604DAD.

Background Color

.myBgColor { background-color: #604DAD; }

<div style="background-color:#604DAD">Inner text</div>

This div background color is #604DAD.

Border color

.myBorderColor { border: 1px solid #604DAD; }

<div style="border:3px solid #604DAD">Div</div>

This div border color is #604DAD.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #604DAD.

Preview

Color preview on black background

This text has color #604DAD on black background.


Color preview on white background

This text has color #604DAD on white background.


Black color preview on #604DAD background

This text has black color on #604DAD background.


White color preview on #604DAD background

This text has white color on #604DAD background.


Related colors

Complementary color

Complementary color for #hex is #9FB252.


I love getcolorcode.com

Triadic colors

1 #AD604D and #4DAD60 with #604DAD are triadic colors.

2 #AD4D60 and #4D60AD with #604DAD are triadic colors.