COLOR #604D8A

HEX: #604D8A
RGB: (96,77,138)

Color info

#604D8A contains mainly red and blue colors. Web safe color of #604D8A is #663399 (or #639).

RGB color model

#604D8A color RGB value is (96,77,138).

  • red value is 96;
  • green value is 77;
  • blue value is 138.
RGB:
(96,77,138)
(38%,30%,54%)

RGB channels and saturation

R 96 of 255 = 38%
G 77 of 255 = 30%
B 138 of 255 = 54%

96
77
138

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

Portions of RGB colors in percentages

R + G + B =
96 + 77 + 138 = 311 (100%)
R 96 of 311 ~ 30.87%
G 77 of 311 ~ 24.76%
B 138 of 311 ~ 44.37%

%30.87
%24.76
%44.37

CMYK color model

#604D8A color CMYK value is (30,44,0,46).

  • cyan value is 30.43%
  • magenta value is 44.20%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(30,44,0,46)
C30M44Y0K46 
(30%,44%,0%,46%)
(0.30/0.44/0.00/0.46)	

CMYK percentages

%30.43
%44.2
%0
%45.88

Codes

Color #604D8A in popluar color models

604D8A
RGB9677138
HSL259°28.37%42.16%
HSB/HSV259°44.20%54.12%
CMYK30.43%44.20%0.00%
45.88%

Color #604D8A in popluar number systems.

HEX604D8A
Decimal9677138
Binary1100000100110110001010
Octal140115212

Shades and tints

Shades of #604D8A

#604D8A
(96,77,138)
#58467E
(88,70,126)
#503F72
(80,63,114)
#483866
(72,56,102)
#40315A
(64,49,90)
#382A4E
(56,42,78)
#302342
(48,35,66)
#281C36
(40,28,54)
#20152A
(32,21,42)
#180E1E
(24,14,30)
#100712
(16,7,18)
#000000
(0,0,0)

Tints of #604D8A

#604D8A
(96,77,138)
#6E5D94
(110,93,148)
#7C6D9E
(124,109,158)
#8A7DA8
(138,125,168)
#988DB2
(152,141,178)
#A69DBC
(166,157,188)
#B4ADC6
(180,173,198)
#C2BDD0
(194,189,208)
#D0CDDA
(208,205,218)
#DEDDE4
(222,221,228)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604D8A; }

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

This text font color is #604D8A.


Background Color

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

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

This div background color is #604D8A.


Border color

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

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

This div border color is #604D8A.


Opacity

.myOpacity80 { color: #604D8A; opacity: 0.8; }

<p style="color:#604D8A;opacity:0.8;">80%</p>

Text with #604D8A 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 #604D8A;}

<p style="text-shadow: 3px 3px 1px #604D8A">Text here.</p>

This text has shadow with #604D8A color.

.textShadow {text-shadow: 3px 3px 1px #604D8A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #604D8A, 5px 5px 20px red">Text here.</p>

This text has shadow with #604D8A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#604D8A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#604D8A, Direction=45, Strength=4)">Text</p>

This text has shadow with #604D8A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #604D8A;
  -webkit-box-shadow:	1px 1px 3px 2px #604D8A;
  box-shadow:		1px 1px 3px 2px #604D8A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #604D8A;
-webkit-box-shadow: 1px 1px 3px 2px #604D8A;
box-shadow:1px 1px 3px 2px #604D8A;">
Div content here</div>
This div box has shadow with color #604D8A.

Preview

Color preview on black background

This text has color #604D8A on black background.


Color preview on white background

This text has color #604D8A on white background.



Black color preview on #604D8A background

This text has black color on #604D8A background.


White color preview on #604D8A background

This text has white color on #604D8A background.