COLOR #604090

HEX: #604090 RGB: (96,64,144)

Color info

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

RGB color model

#604090 color RGB value is (96,64,144).

RGB: (96,64,144) (38%, 25%, 56%)

RGB channels and saturation

R 96 of 255 = 38%
G 64 of 255 = 25%
B 144 of 255 = 56%

96
64
144

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

Portions of RGB colors in percentages

R + G + B = 96 + 64 + 144 = 304 (100%)
R 96 of 304 ~ 31.58%
G 64 of 304 ~ 21.05%
B 144 of 304 ~ 47.37'%

%31.58
%21.05
%47.37

CMYK color model

#604090 color CMYK value is (33,56,0,44).

  • cyan value is 33.33%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (33,56,0,44)
C33M56Y0K44 (33%, 56%, 0%, 44%)
(0.33 / 0.56 / 0.00 / 0.44)

CMYK percentages

%33.33
%55.56
%0
%43.53

Codes

Color #604090 in popluar color models

60 40 90
RGB 96 64 144
HSL 264° 38.46% 40.78%
HSB/HSV 264° 55.56% 56.47%
CMYK 33.33% 55.56% 0.00%
43.53%

Color #604090 in popluar number systems.

HEX 60 40 90
Decimal 96 64 144
Binary 1100000 1000000 10010000
Octal 140 100 220

Shades and tints

Shades of #604090

#604090
(96,64,144)
#583B83
(88,59,131)
#503676
(80,54,118)
#483169
(72,49,105)
#402C5C
(64,44,92)
#38274F
(56,39,79)
#302242
(48,34,66)
#281D35
(40,29,53)
#201828
(32,24,40)
#18131B
(24,19,27)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #604090

#604090
(96,64,144)
#6E519A
(110,81,154)
#7C62A4
(124,98,164)
#8A73AE
(138,115,174)
#9884B8
(152,132,184)
#A695C2
(166,149,194)
#B4A6CC
(180,166,204)
#C2B7D6
(194,183,214)
#D0C8E0
(208,200,224)
#DED9EA
(222,217,234)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604090 color. Also use rgb(96,64,144) instead hex code.

Text Font Color

.myTextColor { color: #604090; }

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

This text font color is #604090.

Background Color

.myBgColor { background-color: #604090; }

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

This div background color is #604090.

Border color

.myBorderColor { border: 1px solid #604090; }

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

This div border color is #604090.

Opacity

.myOpacity80 { color: #604090; opacity: 0.8; }

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

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

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

This text has shadow with #604090 color.


.textShadow {text-shadow: 3px 3px 1px #604090', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #604090; -webkit-box-shadow: 1px 1px 3px 2px #604090; box-shadow:1px 1px 3px 2px #604090;">
Div content here
</div>

This div box has shadow with color #604090.

Preview

Color preview on black background

This text has color #604090 on black background.


Color preview on white background

This text has color #604090 on white background.


Black color preview on #604090 background

This text has black color on #604090 background.


White color preview on #604090 background

This text has white color on #604090 background.


Related colors

Complementary color

Complementary color for #hex is #9FBF6F.


I love getcolorcode.com

Triadic colors

1 #906040 and #409060 with #604090 are triadic colors.

2 #904060 and #406090 with #604090 are triadic colors.