COLOR #604C7B

HEX: #604C7B
RGB: (96,76,123)

Color info

#604C7B contains red, green and blue colors in about the same proportion. Web safe color of #604C7B is #663366 (or #636).

RGB color model

#604C7B color RGB value is (96,76,123).

  • red value is 96;
  • green value is 76;
  • blue value is 123.
RGB:
(96,76,123)
(38%,30%,48%)

RGB channels and saturation

R 96 of 255 = 38%
G 76 of 255 = 30%
B 123 of 255 = 48%

96
76
123

R + G + B ~ 39%. #604C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 76 + 123 = 295 (100%)
R 96 of 295 ~ 32.54%
G 76 of 295 ~ 25.76%
B 123 of 295 ~ 41.69%

%32.54
%25.76
%41.69

CMYK color model

#604C7B color CMYK value is (22,38,0,52).

  • cyan value is 21.95%
  • magenta value is 38.21%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(22,38,0,52)
C22M38Y0K52 
(22%,38%,0%,52%)
(0.22/0.38/0.00/0.52)	

CMYK percentages

%21.95
%38.21
%0
%51.76

Codes

Color #604C7B in popluar color models

604C7B
RGB9676123
HSL266°23.62%39.02%
HSB/HSV266°38.21%48.24%
CMYK21.95%38.21%0.00%
51.76%

Color #604C7B in popluar number systems.

HEX604C7B
Decimal9676123
Binary110000010011001111011
Octal140114173

Shades and tints

Shades of #604C7B

#604C7B
(96,76,123)
#584670
(88,70,112)
#504065
(80,64,101)
#483A5A
(72,58,90)
#40344F
(64,52,79)
#382E44
(56,46,68)
#302839
(48,40,57)
#28222E
(40,34,46)
#201C23
(32,28,35)
#181618
(24,22,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #604C7B

#604C7B
(96,76,123)
#6E5C87
(110,92,135)
#7C6C93
(124,108,147)
#8A7C9F
(138,124,159)
#988CAB
(152,140,171)
#A69CB7
(166,156,183)
#B4ACC3
(180,172,195)
#C2BCCF
(194,188,207)
#D0CCDB
(208,204,219)
#DEDCE7
(222,220,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604C7B color. Also use rgb(96,76,123) instead hex code.

Text Font Color

.myTextColor { color: #604C7B; }

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

This text font color is #604C7B.


Background Color

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

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

This div background color is #604C7B.


Border color

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

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

This div border color is #604C7B.


Opacity

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

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

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

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

This text has shadow with #604C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604C7B on black background.


Color preview on white background

This text has color #604C7B on white background.



Black color preview on #604C7B background

This text has black color on #604C7B background.


White color preview on #604C7B background

This text has white color on #604C7B background.