COLOR #604E7C

HEX: #604E7C
RGB: (96,78,124)

Color info

#604E7C contains red, green and blue colors in about the same proportion. Web safe color of #604E7C is #666666 (or #666).

RGB color model

#604E7C color RGB value is (96,78,124).

  • red value is 96;
  • green value is 78;
  • blue value is 124.
RGB: (96,78,124) (38%,31%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 78 of 255 = 31%
B 124 of 255 = 49%

96
78
124

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

Portions of RGB colors in percentages

R + G + B =
96 + 78 + 124 = 298 (100%)
R 96 of 298 ~ 32.21%
G 78 of 298 ~ 26.17%
B 124 of 298 ~ 41.61%

%32.21
%26.17
%41.61

CMYK color model

#604E7C color CMYK value is (23,37,0,51).

  • cyan value is 22.58%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (23,37,0,51) C23M37Y0K51 (23%,37%,0%,51%) (0.23/0.37/0.00/0.51)

CMYK percentages

%22.58
%37.1
%0
%51.37

Codes

Color #604E7C in popluar color models

604E7C
RGB9678124
HSL263°22.77%39.61%
HSB/HSV263°37.10%48.63%
CMYK22.58%37.10%0.00%
51.37%

Color #604E7C in popluar number systems.

HEX604E7C
Decimal9678124
Binary110000010011101111100
Octal140116174

Shades and tints

Shades of #604E7C

#604E7C
(96,78,124)
#584771
(88,71,113)
#504066
(80,64,102)
#48395B
(72,57,91)
#403250
(64,50,80)
#382B45
(56,43,69)
#30243A
(48,36,58)
#281D2F
(40,29,47)
#201624
(32,22,36)
#180F19
(24,15,25)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #604E7C

#604E7C
(96,78,124)
#6E5E87
(110,94,135)
#7C6E92
(124,110,146)
#8A7E9D
(138,126,157)
#988EA8
(152,142,168)
#A69EB3
(166,158,179)
#B4AEBE
(180,174,190)
#C2BEC9
(194,190,201)
#D0CED4
(208,206,212)
#DEDEDF
(222,222,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604E7C color. Also use rgb(96,78,124) instead hex code.

Text Font Color

.myTextColor { color: #604E7C; }

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

This text font color is #604E7C.


Background Color

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

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

This div background color is #604E7C.


Border color

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

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

This div border color is #604E7C.


Opacity

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

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

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

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

This text has shadow with #604E7C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #604E7C on black background.


Color preview on white background

This text has color #604E7C on white background.



Black color preview on #604E7C background

This text has black color on #604E7C background.


White color preview on #604E7C background

This text has white color on #604E7C background.