COLOR #604180

HEX: #604180 RGB: (96,65,128)

Color info

#604180 contains mainly red and blue colors. Web safe color of #604180 is #663366 (or #636).

RGB color model

#604180 color RGB value is (96,65,128).

RGB: (96,65,128) (38%, 25%, 50%)

RGB channels and saturation

R 96 of 255 = 38%
G 65 of 255 = 25%
B 128 of 255 = 50%

96
65
128

R + G + B ~ 38%. #604180 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 65 + 128 = 289 (100%)
R 96 of 289 ~ 33.22%
G 65 of 289 ~ 22.49%
B 128 of 289 ~ 44.29'%

%33.22
%22.49
%44.29

CMYK color model

#604180 color CMYK value is (25,49,0,50).

  • cyan value is 25.00%
  • magenta value is 49.22%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (25,49,0,50)
C25M49Y0K50 (25%, 49%, 0%, 50%)
(0.25 / 0.49 / 0.00 / 0.50)

CMYK percentages

%25
%49.22
%0
%49.8

Codes

Color #604180 in popluar color models

60 41 80
RGB 96 65 128
HSL 270° 32.64% 37.84%
HSB/HSV 270° 49.22% 50.20%
CMYK 25.00% 49.22% 0.00%
49.80%

Color #604180 in popluar number systems.

HEX 60 41 80
Decimal 96 65 128
Binary 1100000 1000001 10000000
Octal 140 101 200

Shades and tints

Shades of #604180

#604180
(96,65,128)
#583C75
(88,60,117)
#50376A
(80,55,106)
#48325F
(72,50,95)
#402D54
(64,45,84)
#382849
(56,40,73)
#30233E
(48,35,62)
#281E33
(40,30,51)
#201928
(32,25,40)
#18141D
(24,20,29)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #604180

#604180
(96,65,128)
#6E528B
(110,82,139)
#7C6396
(124,99,150)
#8A74A1
(138,116,161)
#9885AC
(152,133,172)
#A696B7
(166,150,183)
#B4A7C2
(180,167,194)
#C2B8CD
(194,184,205)
#D0C9D8
(208,201,216)
#DEDAE3
(222,218,227)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604180 color. Also use rgb(96,65,128) instead hex code.

Text Font Color

.myTextColor { color: #604180; }

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

This text font color is #604180.

Background Color

.myBgColor { background-color: #604180; }

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

This div background color is #604180.

Border color

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

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

This div border color is #604180.

Opacity

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

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

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

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

This text has shadow with #604180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #604180.

Preview

Color preview on black background

This text has color #604180 on black background.


Color preview on white background

This text has color #604180 on white background.


Black color preview on #604180 background

This text has black color on #604180 background.


White color preview on #604180 background

This text has white color on #604180 background.


Related colors

Complementary color

Complementary color for #hex is #9FBE7F.


I love getcolorcode.com

Triadic colors

1 #806041 and #418060 with #604180 are triadic colors.

2 #804160 and #416080 with #604180 are triadic colors.