COLOR #604166

HEX: #604166 RGB: (96,65,102)

Color info

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

RGB color model

#604166 color RGB value is (96,65,102).

RGB: (96,65,102) (38%, 25%, 40%)

RGB channels and saturation

R 96 of 255 = 38%
G 65 of 255 = 25%
B 102 of 255 = 40%

96
65
102

R + G + B ~ 34%. #604166 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 65 + 102 = 263 (100%)
R 96 of 263 ~ 36.5%
G 65 of 263 ~ 24.71%
B 102 of 263 ~ 38.78'%

%36.5
%24.71
%38.78

CMYK color model

#604166 color CMYK value is (6,36,0,60).

  • cyan value is 5.88%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (6,36,0,60)
C6M36Y0K60 (6%, 36%, 0%, 60%)
(0.06 / 0.36 / 0.00 / 0.60)

CMYK percentages

%5.88
%36.27
%0
%60

Codes

Color #604166 in popluar color models

60 41 66
RGB 96 65 102
HSL 290° 22.16% 32.75%
HSB/HSV 290° 36.27% 40.00%
CMYK 5.88% 36.27% 0.00%
60.00%

Color #604166 in popluar number systems.

HEX 60 41 66
Decimal 96 65 102
Binary 1100000 1000001 1100110
Octal 140 101 146

Shades and tints

Shades of #604166

#604166
(96,65,102)
#583C5D
(88,60,93)
#503754
(80,55,84)
#48324B
(72,50,75)
#402D42
(64,45,66)
#382839
(56,40,57)
#302330
(48,35,48)
#281E27
(40,30,39)
#20191E
(32,25,30)
#181415
(24,20,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #604166

#604166
(96,65,102)
#6E5273
(110,82,115)
#7C6380
(124,99,128)
#8A748D
(138,116,141)
#98859A
(152,133,154)
#A696A7
(166,150,167)
#B4A7B4
(180,167,180)
#C2B8C1
(194,184,193)
#D0C9CE
(208,201,206)
#DEDADB
(222,218,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604166; }

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

This text font color is #604166.

Background Color

.myBgColor { background-color: #604166; }

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

This div background color is #604166.

Border color

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

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

This div border color is #604166.

Opacity

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

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

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

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

This text has shadow with #604166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #604166.

Preview

Color preview on black background

This text has color #604166 on black background.


Color preview on white background

This text has color #604166 on white background.


Black color preview on #604166 background

This text has black color on #604166 background.


White color preview on #604166 background

This text has white color on #604166 background.


Related colors

Complementary color

Complementary color for #hex is #9FBE99.


I love getcolorcode.com

Triadic colors

1 #666041 and #416660 with #604166 are triadic colors.

2 #664160 and #416066 with #604166 are triadic colors.