COLOR #604F81

HEX: #604F81
RGB: (96,79,129)

Color info

#604F81 contains red, green and blue colors in about the same proportion. Web safe color of #604F81 is #666699 (or #669).

RGB color model

#604F81 color RGB value is (96,79,129).

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

RGB channels and saturation

R 96 of 255 = 38%
G 79 of 255 = 31%
B 129 of 255 = 51%

96
79
129

R + G + B ~ 40%. #604F81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 79 + 129 = 304 (100%)
R 96 of 304 ~ 31.58%
G 79 of 304 ~ 25.99%
B 129 of 304 ~ 42.43%

%31.58
%25.99
%42.43

CMYK color model

#604F81 color CMYK value is (26,39,0,49).

  • cyan value is 25.58%
  • magenta value is 38.76%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(26,39,0,49)
C26M39Y0K49 
(26%,39%,0%,49%)
(0.26/0.39/0.00/0.49)	

CMYK percentages

%25.58
%38.76
%0
%49.41

Codes

Color #604F81 in popluar color models

604F81
RGB9679129
HSL260°24.04%40.78%
HSB/HSV260°38.76%50.59%
CMYK25.58%38.76%0.00%
49.41%

Color #604F81 in popluar number systems.

HEX604F81
Decimal9679129
Binary1100000100111110000001
Octal140117201

Shades and tints

Shades of #604F81

#604F81
(96,79,129)
#584876
(88,72,118)
#50416B
(80,65,107)
#483A60
(72,58,96)
#403355
(64,51,85)
#382C4A
(56,44,74)
#30253F
(48,37,63)
#281E34
(40,30,52)
#201729
(32,23,41)
#18101E
(24,16,30)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #604F81

#604F81
(96,79,129)
#6E5F8C
(110,95,140)
#7C6F97
(124,111,151)
#8A7FA2
(138,127,162)
#988FAD
(152,143,173)
#A69FB8
(166,159,184)
#B4AFC3
(180,175,195)
#C2BFCE
(194,191,206)
#D0CFD9
(208,207,217)
#DEDFE4
(222,223,228)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604F81; }

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

This text font color is #604F81.


Background Color

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

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

This div background color is #604F81.


Border color

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

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

This div border color is #604F81.


Opacity

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

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

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

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

This text has shadow with #604F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604F81 on black background.


Color preview on white background

This text has color #604F81 on white background.



Black color preview on #604F81 background

This text has black color on #604F81 background.


White color preview on #604F81 background

This text has white color on #604F81 background.