COLOR #605B85

HEX: #605B85
RGB: (96,91,133)

Color info

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

RGB color model

#605B85 color RGB value is (96,91,133).

  • red value is 96;
  • green value is 91;
  • blue value is 133.
RGB:
(96,91,133)
(38%,36%,52%)

RGB channels and saturation

R 96 of 255 = 38%
G 91 of 255 = 36%
B 133 of 255 = 52%

96
91
133

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

Portions of RGB colors in percentages

R + G + B =
96 + 91 + 133 = 320 (100%)
R 96 of 320 ~ 30%
G 91 of 320 ~ 28.44%
B 133 of 320 ~ 41.56%

%30
%28.44
%41.56

CMYK color model

#605B85 color CMYK value is (28,32,0,48).

  • cyan value is 27.82%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(28,32,0,48)
C28M32Y0K48 
(28%,32%,0%,48%)
(0.28/0.32/0.00/0.48)	

CMYK percentages

%27.82
%31.58
%0
%47.84

Codes

Color #605B85 in popluar color models

605B85
RGB9691133
HSL247°18.75%43.92%
HSB/HSV247°31.58%52.16%
CMYK27.82%31.58%0.00%
47.84%

Color #605B85 in popluar number systems.

HEX605B85
Decimal9691133
Binary1100000101101110000101
Octal140133205

Shades and tints

Shades of #605B85

#605B85
(96,91,133)
#585379
(88,83,121)
#504B6D
(80,75,109)
#484361
(72,67,97)
#403B55
(64,59,85)
#383349
(56,51,73)
#302B3D
(48,43,61)
#282331
(40,35,49)
#201B25
(32,27,37)
#181319
(24,19,25)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #605B85

#605B85
(96,91,133)
#6E6990
(110,105,144)
#7C779B
(124,119,155)
#8A85A6
(138,133,166)
#9893B1
(152,147,177)
#A6A1BC
(166,161,188)
#B4AFC7
(180,175,199)
#C2BDD2
(194,189,210)
#D0CBDD
(208,203,221)
#DED9E8
(222,217,232)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605B85 color. Also use rgb(96,91,133) instead hex code.

Text Font Color

.myTextColor { color: #605B85; }

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

This text font color is #605B85.


Background Color

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

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

This div background color is #605B85.


Border color

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

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

This div border color is #605B85.


Opacity

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

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

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

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

This text has shadow with #605B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605B85 on black background.


Color preview on white background

This text has color #605B85 on white background.



Black color preview on #605B85 background

This text has black color on #605B85 background.


White color preview on #605B85 background

This text has white color on #605B85 background.