COLOR #605D79

HEX: #605D79
RGB: (96,93,121)

Color info

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

RGB color model

#605D79 color RGB value is (96,93,121).

  • red value is 96;
  • green value is 93;
  • blue value is 121.
RGB:
(96,93,121)
(38%,36%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 93 of 255 = 36%
B 121 of 255 = 47%

96
93
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 93 + 121 = 310 (100%)
R 96 of 310 ~ 30.97%
G 93 of 310 ~ 30%
B 121 of 310 ~ 39.03%

%30.97
%30
%39.03

CMYK color model

#605D79 color CMYK value is (21,23,0,53).

  • cyan value is 20.66%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(21,23,0,53)
C21M23Y0K53 
(21%,23%,0%,53%)
(0.21/0.23/0.00/0.53)	

CMYK percentages

%20.66
%23.14
%0
%52.55

Codes

Color #605D79 in popluar color models

605D79
RGB9693121
HSL246°13.08%41.96%
HSB/HSV246°23.14%47.45%
CMYK20.66%23.14%0.00%
52.55%

Color #605D79 in popluar number systems.

HEX605D79
Decimal9693121
Binary110000010111011111001
Octal140135171

Shades and tints

Shades of #605D79

#605D79
(96,93,121)
#58556E
(88,85,110)
#504D63
(80,77,99)
#484558
(72,69,88)
#403D4D
(64,61,77)
#383542
(56,53,66)
#302D37
(48,45,55)
#28252C
(40,37,44)
#201D21
(32,29,33)
#181516
(24,21,22)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #605D79

#605D79
(96,93,121)
#6E6B85
(110,107,133)
#7C7991
(124,121,145)
#8A879D
(138,135,157)
#9895A9
(152,149,169)
#A6A3B5
(166,163,181)
#B4B1C1
(180,177,193)
#C2BFCD
(194,191,205)
#D0CDD9
(208,205,217)
#DEDBE5
(222,219,229)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605D79 color. Also use rgb(96,93,121) instead hex code.

Text Font Color

.myTextColor { color: #605D79; }

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

This text font color is #605D79.


Background Color

.myBgColor { background-color: #605D79; }

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

This div background color is #605D79.


Border color

.myBorderColor { border: 1px solid #605D79; }

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

This div border color is #605D79.


Opacity

.myOpacity80 { color: #605D79; opacity: 0.8; }

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

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

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

This text has shadow with #605D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605D79 on black background.


Color preview on white background

This text has color #605D79 on white background.



Black color preview on #605D79 background

This text has black color on #605D79 background.


White color preview on #605D79 background

This text has white color on #605D79 background.