COLOR #605C89

HEX: #605C89
RGB: (96,92,137)

Color info

#605C89 contains red, green and blue colors in about the same proportion. Web safe color of #605C89 is #666699 (or #669).

RGB color model

#605C89 color RGB value is (96,92,137).

  • red value is 96;
  • green value is 92;
  • blue value is 137.
RGB:
(96,92,137)
(38%,36%,54%)

RGB channels and saturation

R 96 of 255 = 38%
G 92 of 255 = 36%
B 137 of 255 = 54%

96
92
137

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

Portions of RGB colors in percentages

R + G + B =
96 + 92 + 137 = 325 (100%)
R 96 of 325 ~ 29.54%
G 92 of 325 ~ 28.31%
B 137 of 325 ~ 42.15%

%29.54
%28.31
%42.15

CMYK color model

#605C89 color CMYK value is (30,33,0,46).

  • cyan value is 29.93%
  • magenta value is 32.85%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(30,33,0,46)
C30M33Y0K46 
(30%,33%,0%,46%)
(0.30/0.33/0.00/0.46)	

CMYK percentages

%29.93
%32.85
%0
%46.27

Codes

Color #605C89 in popluar color models

605C89
RGB9692137
HSL245°19.65%44.90%
HSB/HSV245°32.85%53.73%
CMYK29.93%32.85%0.00%
46.27%

Color #605C89 in popluar number systems.

HEX605C89
Decimal9692137
Binary1100000101110010001001
Octal140134211

Shades and tints

Shades of #605C89

#605C89
(96,92,137)
#58547D
(88,84,125)
#504C71
(80,76,113)
#484465
(72,68,101)
#403C59
(64,60,89)
#38344D
(56,52,77)
#302C41
(48,44,65)
#282435
(40,36,53)
#201C29
(32,28,41)
#18141D
(24,20,29)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #605C89

#605C89
(96,92,137)
#6E6A93
(110,106,147)
#7C789D
(124,120,157)
#8A86A7
(138,134,167)
#9894B1
(152,148,177)
#A6A2BB
(166,162,187)
#B4B0C5
(180,176,197)
#C2BECF
(194,190,207)
#D0CCD9
(208,204,217)
#DEDAE3
(222,218,227)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605C89 color. Also use rgb(96,92,137) instead hex code.

Text Font Color

.myTextColor { color: #605C89; }

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

This text font color is #605C89.


Background Color

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

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

This div background color is #605C89.


Border color

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

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

This div border color is #605C89.


Opacity

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

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

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

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

This text has shadow with #605C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605C89 on black background.


Color preview on white background

This text has color #605C89 on white background.



Black color preview on #605C89 background

This text has black color on #605C89 background.


White color preview on #605C89 background

This text has white color on #605C89 background.