COLOR #604A66

HEX: #604A66
RGB: (96,74,102)

Color info

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

RGB color model

#604A66 color RGB value is (96,74,102).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 102 of 255 = 40%

96
74
102

R + G + B ~ 36%. #604A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 102 = 272 (100%)
R 96 of 272 ~ 35.29%
G 74 of 272 ~ 27.21%
B 102 of 272 ~ 37.5%

%35.29
%27.21
%37.5

CMYK color model

#604A66 color CMYK value is (6,27,0,60).

  • cyan value is 5.88%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(6,27,0,60)
C6M27Y0K60 
(6%,27%,0%,60%)
(0.06/0.27/0.00/0.60)	

CMYK percentages

%5.88
%27.45
%0
%60

Codes

Color #604A66 in popluar color models

604A66
RGB9674102
HSL287°15.91%34.51%
HSB/HSV287°27.45%40.00%
CMYK5.88%27.45%0.00%
60.00%

Color #604A66 in popluar number systems.

HEX604A66
Decimal9674102
Binary110000010010101100110
Octal140112146

Shades and tints

Shades of #604A66

#604A66
(96,74,102)
#58445D
(88,68,93)
#503E54
(80,62,84)
#48384B
(72,56,75)
#403242
(64,50,66)
#382C39
(56,44,57)
#302630
(48,38,48)
#282027
(40,32,39)
#201A1E
(32,26,30)
#181415
(24,20,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #604A66

#604A66
(96,74,102)
#6E5A73
(110,90,115)
#7C6A80
(124,106,128)
#8A7A8D
(138,122,141)
#988A9A
(152,138,154)
#A69AA7
(166,154,167)
#B4AAB4
(180,170,180)
#C2BAC1
(194,186,193)
#D0CACE
(208,202,206)
#DEDADB
(222,218,219)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A66; }

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

This text font color is #604A66.


Background Color

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

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

This div background color is #604A66.


Border color

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

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

This div border color is #604A66.


Opacity

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

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

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

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

This text has shadow with #604A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A66 on black background.


Color preview on white background

This text has color #604A66 on white background.



Black color preview on #604A66 background

This text has black color on #604A66 background.


White color preview on #604A66 background

This text has white color on #604A66 background.