COLOR #604779

HEX: #604779
RGB: (96,71,121)

Color info

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

RGB color model

#604779 color RGB value is (96,71,121).

  • red value is 96;
  • green value is 71;
  • blue value is 121.
RGB:
(96,71,121)
(38%,28%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 71 of 255 = 28%
B 121 of 255 = 47%

96
71
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 71 + 121 = 288 (100%)
R 96 of 288 ~ 33.33%
G 71 of 288 ~ 24.65%
B 121 of 288 ~ 42.01%

%33.33
%24.65
%42.01

CMYK color model

#604779 color CMYK value is (21,41,0,53).

  • cyan value is 20.66%
  • magenta value is 41.32%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(21,41,0,53)
C21M41Y0K53 
(21%,41%,0%,53%)
(0.21/0.41/0.00/0.53)	

CMYK percentages

%20.66
%41.32
%0
%52.55

Codes

Color #604779 in popluar color models

604779
RGB9671121
HSL270°26.04%37.65%
HSB/HSV270°41.32%47.45%
CMYK20.66%41.32%0.00%
52.55%

Color #604779 in popluar number systems.

HEX604779
Decimal9671121
Binary110000010001111111001
Octal140107171

Shades and tints

Shades of #604779

#604779
(96,71,121)
#58416E
(88,65,110)
#503B63
(80,59,99)
#483558
(72,53,88)
#402F4D
(64,47,77)
#382942
(56,41,66)
#302337
(48,35,55)
#281D2C
(40,29,44)
#201721
(32,23,33)
#181116
(24,17,22)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #604779

#604779
(96,71,121)
#6E5785
(110,87,133)
#7C6791
(124,103,145)
#8A779D
(138,119,157)
#9887A9
(152,135,169)
#A697B5
(166,151,181)
#B4A7C1
(180,167,193)
#C2B7CD
(194,183,205)
#D0C7D9
(208,199,217)
#DED7E5
(222,215,229)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604779 color. Also use rgb(96,71,121) instead hex code.

Text Font Color

.myTextColor { color: #604779; }

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

This text font color is #604779.


Background Color

.myBgColor { background-color: #604779; }

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

This div background color is #604779.


Border color

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

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

This div border color is #604779.


Opacity

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

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

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

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

This text has shadow with #604779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604779 on black background.


Color preview on white background

This text has color #604779 on white background.



Black color preview on #604779 background

This text has black color on #604779 background.


White color preview on #604779 background

This text has white color on #604779 background.