COLOR #604A8A

HEX: #604A8A
RGB: (96,74,138)

Color info

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

RGB color model

#604A8A color RGB value is (96,74,138).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 138 of 255 = 54%

96
74
138

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

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 138 = 308 (100%)
R 96 of 308 ~ 31.17%
G 74 of 308 ~ 24.03%
B 138 of 308 ~ 44.81%

%31.17
%24.03
%44.81

CMYK color model

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

  • cyan value is 30.43%
  • magenta value is 46.38%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(30,46,0,46)
C30M46Y0K46 
(30%,46%,0%,46%)
(0.30/0.46/0.00/0.46)	

CMYK percentages

%30.43
%46.38
%0
%45.88

Codes

Color #604A8A in popluar color models

604A8A
RGB9674138
HSL261°30.19%41.57%
HSB/HSV261°46.38%54.12%
CMYK30.43%46.38%0.00%
45.88%

Color #604A8A in popluar number systems.

HEX604A8A
Decimal9674138
Binary1100000100101010001010
Octal140112212

Shades and tints

Shades of #604A8A

#604A8A
(96,74,138)
#58447E
(88,68,126)
#503E72
(80,62,114)
#483866
(72,56,102)
#40325A
(64,50,90)
#382C4E
(56,44,78)
#302642
(48,38,66)
#282036
(40,32,54)
#201A2A
(32,26,42)
#18141E
(24,20,30)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #604A8A

#604A8A
(96,74,138)
#6E5A94
(110,90,148)
#7C6A9E
(124,106,158)
#8A7AA8
(138,122,168)
#988AB2
(152,138,178)
#A69ABC
(166,154,188)
#B4AAC6
(180,170,198)
#C2BAD0
(194,186,208)
#D0CADA
(208,202,218)
#DEDAE4
(222,218,228)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A8A; }

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

This text font color is #604A8A.


Background Color

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

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

This div background color is #604A8A.


Border color

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

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

This div border color is #604A8A.


Opacity

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

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

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

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

This text has shadow with #604A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A8A on black background.


Color preview on white background

This text has color #604A8A on white background.



Black color preview on #604A8A background

This text has black color on #604A8A background.


White color preview on #604A8A background

This text has white color on #604A8A background.