COLOR #605980

HEX: #605980
RGB: (96,89,128)

Color info

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

RGB color model

#605980 color RGB value is (96,89,128).

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

RGB channels and saturation

R 96 of 255 = 38%
G 89 of 255 = 35%
B 128 of 255 = 50%

96
89
128

R + G + B ~ 41%. #605980 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 89 + 128 = 313 (100%)
R 96 of 313 ~ 30.67%
G 89 of 313 ~ 28.43%
B 128 of 313 ~ 40.89%

%30.67
%28.43
%40.89

CMYK color model

#605980 color CMYK value is (25,30,0,50).

  • cyan value is 25.00%
  • magenta value is 30.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(25,30,0,50)
C25M30Y0K50 
(25%,30%,0%,50%)
(0.25/0.30/0.00/0.50)	

CMYK percentages

%25
%30.47
%0
%49.8

Codes

Color #605980 in popluar color models

605980
RGB9689128
HSL251°17.97%42.55%
HSB/HSV251°30.47%50.20%
CMYK25.00%30.47%0.00%
49.80%

Color #605980 in popluar number systems.

HEX605980
Decimal9689128
Binary1100000101100110000000
Octal140131200

Shades and tints

Shades of #605980

#605980
(96,89,128)
#585175
(88,81,117)
#50496A
(80,73,106)
#48415F
(72,65,95)
#403954
(64,57,84)
#383149
(56,49,73)
#30293E
(48,41,62)
#282133
(40,33,51)
#201928
(32,25,40)
#18111D
(24,17,29)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #605980

#605980
(96,89,128)
#6E688B
(110,104,139)
#7C7796
(124,119,150)
#8A86A1
(138,134,161)
#9895AC
(152,149,172)
#A6A4B7
(166,164,183)
#B4B3C2
(180,179,194)
#C2C2CD
(194,194,205)
#D0D1D8
(208,209,216)
#DEE0E3
(222,224,227)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605980; }

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

This text font color is #605980.


Background Color

.myBgColor { background-color: #605980; }

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

This div background color is #605980.


Border color

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

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

This div border color is #605980.


Opacity

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

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

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

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

This text has shadow with #605980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605980 on black background.


Color preview on white background

This text has color #605980 on white background.



Black color preview on #605980 background

This text has black color on #605980 background.


White color preview on #605980 background

This text has white color on #605980 background.