COLOR #604381

HEX: #604381 RGB: (96,67,129)

Color info

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

RGB color model

#604381 color RGB value is (96,67,129).

RGB: (96,67,129) (38%, 26%, 51%)

RGB channels and saturation

R 96 of 255 = 38%
G 67 of 255 = 26%
B 129 of 255 = 51%

96
67
129

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

Portions of RGB colors in percentages

R + G + B = 96 + 67 + 129 = 292 (100%)
R 96 of 292 ~ 32.88%
G 67 of 292 ~ 22.95%
B 129 of 292 ~ 44.18'%

%32.88
%22.95
%44.18

CMYK color model

#604381 color CMYK value is (26,48,0,49).

  • cyan value is 25.58%
  • magenta value is 48.06%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (26,48,0,49)
C26M48Y0K49 (26%, 48%, 0%, 49%)
(0.26 / 0.48 / 0.00 / 0.49)

CMYK percentages

%25.58
%48.06
%0
%49.41

Codes

Color #604381 in popluar color models

60 43 81
RGB 96 67 129
HSL 268° 31.63% 38.43%
HSB/HSV 268° 48.06% 50.59%
CMYK 25.58% 48.06% 0.00%
49.41%

Color #604381 in popluar number systems.

HEX 60 43 81
Decimal 96 67 129
Binary 1100000 1000011 10000001
Octal 140 103 201

Shades and tints

Shades of #604381

#604381
(96,67,129)
#583D76
(88,61,118)
#50376B
(80,55,107)
#483160
(72,49,96)
#402B55
(64,43,85)
#38254A
(56,37,74)
#301F3F
(48,31,63)
#281934
(40,25,52)
#201329
(32,19,41)
#180D1E
(24,13,30)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #604381

#604381
(96,67,129)
#6E548C
(110,84,140)
#7C6597
(124,101,151)
#8A76A2
(138,118,162)
#9887AD
(152,135,173)
#A698B8
(166,152,184)
#B4A9C3
(180,169,195)
#C2BACE
(194,186,206)
#D0CBD9
(208,203,217)
#DEDCE4
(222,220,228)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604381 color. Also use rgb(96,67,129) instead hex code.

Text Font Color

.myTextColor { color: #604381; }

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

This text font color is #604381.

Background Color

.myBgColor { background-color: #604381; }

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

This div background color is #604381.

Border color

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

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

This div border color is #604381.

Opacity

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

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

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

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

This text has shadow with #604381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #604381.

Preview

Color preview on black background

This text has color #604381 on black background.


Color preview on white background

This text has color #604381 on white background.


Black color preview on #604381 background

This text has black color on #604381 background.


White color preview on #604381 background

This text has white color on #604381 background.


Related colors

Complementary color

Complementary color for #hex is #9FBC7E.


I love getcolorcode.com

Triadic colors

1 #816043 and #438160 with #604381 are triadic colors.

2 #814360 and #436081 with #604381 are triadic colors.