COLOR #604F7A

HEX: #604F7A
RGB: (96,79,122)

Color info

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

RGB color model

#604F7A color RGB value is (96,79,122).

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

RGB channels and saturation

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

96
79
122

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

Portions of RGB colors in percentages

R + G + B =
96 + 79 + 122 = 297 (100%)
R 96 of 297 ~ 32.32%
G 79 of 297 ~ 26.6%
B 122 of 297 ~ 41.08%

%32.32
%26.6
%41.08

CMYK color model

#604F7A color CMYK value is (21,35,0,52).

  • cyan value is 21.31%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(21,35,0,52)
C21M35Y0K52 
(21%,35%,0%,52%)
(0.21/0.35/0.00/0.52)	

CMYK percentages

%21.31
%35.25
%0
%52.16

Codes

Color #604F7A in popluar color models

604F7A
RGB9679122
HSL264°21.39%39.41%
HSB/HSV264°35.25%47.84%
CMYK21.31%35.25%0.00%
52.16%

Color #604F7A in popluar number systems.

HEX604F7A
Decimal9679122
Binary110000010011111111010
Octal140117172

Shades and tints

Shades of #604F7A

#604F7A
(96,79,122)
#58486F
(88,72,111)
#504164
(80,65,100)
#483A59
(72,58,89)
#40334E
(64,51,78)
#382C43
(56,44,67)
#302538
(48,37,56)
#281E2D
(40,30,45)
#201722
(32,23,34)
#181017
(24,16,23)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #604F7A

#604F7A
(96,79,122)
#6E5F86
(110,95,134)
#7C6F92
(124,111,146)
#8A7F9E
(138,127,158)
#988FAA
(152,143,170)
#A69FB6
(166,159,182)
#B4AFC2
(180,175,194)
#C2BFCE
(194,191,206)
#D0CFDA
(208,207,218)
#DEDFE6
(222,223,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604F7A; }

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

This text font color is #604F7A.


Background Color

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

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

This div background color is #604F7A.


Border color

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

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

This div border color is #604F7A.


Opacity

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

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

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

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

This text has shadow with #604F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604F7A on black background.


Color preview on white background

This text has color #604F7A on white background.



Black color preview on #604F7A background

This text has black color on #604F7A background.


White color preview on #604F7A background

This text has white color on #604F7A background.