COLOR #604466

HEX: #604466
RGB: (96,68,102)

Color info

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

RGB color model

#604466 color RGB value is (96,68,102).

  • red value is 96;
  • green value is 68;
  • blue value is 102.
RGB:
(96,68,102)
(38%,27%,40%)

RGB channels and saturation

R 96 of 255 = 38%
G 68 of 255 = 27%
B 102 of 255 = 40%

96
68
102

R + G + B ~ 35%. #604466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 68 + 102 = 266 (100%)
R 96 of 266 ~ 36.09%
G 68 of 266 ~ 25.56%
B 102 of 266 ~ 38.35%

%36.09
%25.56
%38.35

CMYK color model

#604466 color CMYK value is (6,33,0,60).

  • cyan value is 5.88%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(6,33,0,60)
C6M33Y0K60 
(6%,33%,0%,60%)
(0.06/0.33/0.00/0.60)	

CMYK percentages

%5.88
%33.33
%0
%60

Codes

Color #604466 in popluar color models

604466
RGB9668102
HSL289°20.00%33.33%
HSB/HSV289°33.33%40.00%
CMYK5.88%33.33%0.00%
60.00%

Color #604466 in popluar number systems.

HEX604466
Decimal9668102
Binary110000010001001100110
Octal140104146

Shades and tints

Shades of #604466

#604466
(96,68,102)
#583E5D
(88,62,93)
#503854
(80,56,84)
#48324B
(72,50,75)
#402C42
(64,44,66)
#382639
(56,38,57)
#302030
(48,32,48)
#281A27
(40,26,39)
#20141E
(32,20,30)
#180E15
(24,14,21)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #604466

#604466
(96,68,102)
#6E5573
(110,85,115)
#7C6680
(124,102,128)
#8A778D
(138,119,141)
#98889A
(152,136,154)
#A699A7
(166,153,167)
#B4AAB4
(180,170,180)
#C2BBC1
(194,187,193)
#D0CCCE
(208,204,206)
#DEDDDB
(222,221,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604466 color. Also use rgb(96,68,102) instead hex code.

Text Font Color

.myTextColor { color: #604466; }

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

This text font color is #604466.


Background Color

.myBgColor { background-color: #604466; }

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

This div background color is #604466.


Border color

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

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

This div border color is #604466.


Opacity

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

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

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

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

This text has shadow with #604466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604466 on black background.


Color preview on white background

This text has color #604466 on white background.



Black color preview on #604466 background

This text has black color on #604466 background.


White color preview on #604466 background

This text has white color on #604466 background.