COLOR #605970

HEX: #605970
RGB: (96,89,112)

Color info

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

RGB color model

#605970 color RGB value is (96,89,112).

  • red value is 96;
  • green value is 89;
  • blue value is 112.
RGB:
(96,89,112)
(38%,35%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 89 of 255 = 35%
B 112 of 255 = 44%

96
89
112

R + G + B ~ 39%. #605970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 89 + 112 = 297 (100%)
R 96 of 297 ~ 32.32%
G 89 of 297 ~ 29.97%
B 112 of 297 ~ 37.71%

%32.32
%29.97
%37.71

CMYK color model

#605970 color CMYK value is (14,21,0,56).

  • cyan value is 14.29%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(14,21,0,56)
C14M21Y0K56 
(14%,21%,0%,56%)
(0.14/0.21/0.00/0.56)	

CMYK percentages

%14.29
%20.54
%0
%56.08

Codes

Color #605970 in popluar color models

605970
RGB9689112
HSL258°11.44%39.41%
HSB/HSV258°20.54%43.92%
CMYK14.29%20.54%0.00%
56.08%

Color #605970 in popluar number systems.

HEX605970
Decimal9689112
Binary110000010110011110000
Octal140131160

Shades and tints

Shades of #605970

#605970
(96,89,112)
#585166
(88,81,102)
#50495C
(80,73,92)
#484152
(72,65,82)
#403948
(64,57,72)
#38313E
(56,49,62)
#302934
(48,41,52)
#28212A
(40,33,42)
#201920
(32,25,32)
#181116
(24,17,22)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #605970

#605970
(96,89,112)
#6E687D
(110,104,125)
#7C778A
(124,119,138)
#8A8697
(138,134,151)
#9895A4
(152,149,164)
#A6A4B1
(166,164,177)
#B4B3BE
(180,179,190)
#C2C2CB
(194,194,203)
#D0D1D8
(208,209,216)
#DEE0E5
(222,224,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605970 color. Also use rgb(96,89,112) instead hex code.

Text Font Color

.myTextColor { color: #605970; }

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

This text font color is #605970.


Background Color

.myBgColor { background-color: #605970; }

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

This div background color is #605970.


Border color

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

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

This div border color is #605970.


Opacity

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

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

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

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

This text has shadow with #605970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605970 on black background.


Color preview on white background

This text has color #605970 on white background.



Black color preview on #605970 background

This text has black color on #605970 background.


White color preview on #605970 background

This text has white color on #605970 background.