COLOR #605F8D

HEX: #605F8D
RGB: (96,95,141)

Color info

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

RGB color model

#605F8D color RGB value is (96,95,141).

  • red value is 96;
  • green value is 95;
  • blue value is 141.
RGB:
(96,95,141)
(38%,37%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 95 of 255 = 37%
B 141 of 255 = 55%

96
95
141

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

Portions of RGB colors in percentages

R + G + B =
96 + 95 + 141 = 332 (100%)
R 96 of 332 ~ 28.92%
G 95 of 332 ~ 28.61%
B 141 of 332 ~ 42.47%

%28.92
%28.61
%42.47

CMYK color model

#605F8D color CMYK value is (32,33,0,45).

  • cyan value is 31.91%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(32,33,0,45)
C32M33Y0K45 
(32%,33%,0%,45%)
(0.32/0.33/0.00/0.45)	

CMYK percentages

%31.91
%32.62
%0
%44.71

Codes

Color #605F8D in popluar color models

605F8D
RGB9695141
HSL241°19.49%46.27%
HSB/HSV241°32.62%55.29%
CMYK31.91%32.62%0.00%
44.71%

Color #605F8D in popluar number systems.

HEX605F8D
Decimal9695141
Binary1100000101111110001101
Octal140137215

Shades and tints

Shades of #605F8D

#605F8D
(96,95,141)
#585781
(88,87,129)
#504F75
(80,79,117)
#484769
(72,71,105)
#403F5D
(64,63,93)
#383751
(56,55,81)
#302F45
(48,47,69)
#282739
(40,39,57)
#201F2D
(32,31,45)
#181721
(24,23,33)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #605F8D

#605F8D
(96,95,141)
#6E6D97
(110,109,151)
#7C7BA1
(124,123,161)
#8A89AB
(138,137,171)
#9897B5
(152,151,181)
#A6A5BF
(166,165,191)
#B4B3C9
(180,179,201)
#C2C1D3
(194,193,211)
#D0CFDD
(208,207,221)
#DEDDE7
(222,221,231)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605F8D color. Also use rgb(96,95,141) instead hex code.

Text Font Color

.myTextColor { color: #605F8D; }

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

This text font color is #605F8D.


Background Color

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

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

This div background color is #605F8D.


Border color

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

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

This div border color is #605F8D.


Opacity

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

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

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

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

This text has shadow with #605F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605F8D on black background.


Color preview on white background

This text has color #605F8D on white background.



Black color preview on #605F8D background

This text has black color on #605F8D background.


White color preview on #605F8D background

This text has white color on #605F8D background.