COLOR #604E7A

HEX: #604E7A
RGB: (96,78,122)

Color info

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

RGB color model

#604E7A color RGB value is (96,78,122).

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

RGB channels and saturation

R 96 of 255 = 38%
G 78 of 255 = 31%
B 122 of 255 = 48%

96
78
122

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

Portions of RGB colors in percentages

R + G + B =
96 + 78 + 122 = 296 (100%)
R 96 of 296 ~ 32.43%
G 78 of 296 ~ 26.35%
B 122 of 296 ~ 41.22%

%32.43
%26.35
%41.22

CMYK color model

#604E7A color CMYK value is (21,36,0,52).

  • cyan value is 21.31%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(21,36,0,52)
C21M36Y0K52 
(21%,36%,0%,52%)
(0.21/0.36/0.00/0.52)	

CMYK percentages

%21.31
%36.07
%0
%52.16

Codes

Color #604E7A in popluar color models

604E7A
RGB9678122
HSL265°22.00%39.22%
HSB/HSV265°36.07%47.84%
CMYK21.31%36.07%0.00%
52.16%

Color #604E7A in popluar number systems.

HEX604E7A
Decimal9678122
Binary110000010011101111010
Octal140116172

Shades and tints

Shades of #604E7A

#604E7A
(96,78,122)
#58476F
(88,71,111)
#504064
(80,64,100)
#483959
(72,57,89)
#40324E
(64,50,78)
#382B43
(56,43,67)
#302438
(48,36,56)
#281D2D
(40,29,45)
#201622
(32,22,34)
#180F17
(24,15,23)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #604E7A

#604E7A
(96,78,122)
#6E5E86
(110,94,134)
#7C6E92
(124,110,146)
#8A7E9E
(138,126,158)
#988EAA
(152,142,170)
#A69EB6
(166,158,182)
#B4AEC2
(180,174,194)
#C2BECE
(194,190,206)
#D0CEDA
(208,206,218)
#DEDEE6
(222,222,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604E7A; }

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

This text font color is #604E7A.


Background Color

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

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

This div background color is #604E7A.


Border color

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

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

This div border color is #604E7A.


Opacity

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

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

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

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

This text has shadow with #604E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604E7A on black background.


Color preview on white background

This text has color #604E7A on white background.



Black color preview on #604E7A background

This text has black color on #604E7A background.


White color preview on #604E7A background

This text has white color on #604E7A background.