COLOR #605D96

HEX: #605D96
RGB: (96,93,150)

Color info

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

RGB color model

#605D96 color RGB value is (96,93,150).

  • red value is 96;
  • green value is 93;
  • blue value is 150.
RGB:
(96,93,150)
(38%,36%,59%)

RGB channels and saturation

R 96 of 255 = 38%
G 93 of 255 = 36%
B 150 of 255 = 59%

96
93
150

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

Portions of RGB colors in percentages

R + G + B =
96 + 93 + 150 = 339 (100%)
R 96 of 339 ~ 28.32%
G 93 of 339 ~ 27.43%
B 150 of 339 ~ 44.25%

%28.32
%27.43
%44.25

CMYK color model

#605D96 color CMYK value is (36,38,0,41).

  • cyan value is 36.00%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(36,38,0,41)
C36M38Y0K41 
(36%,38%,0%,41%)
(0.36/0.38/0.00/0.41)	

CMYK percentages

%36
%38
%0
%41.18

Codes

Color #605D96 in popluar color models

605D96
RGB9693150
HSL243°23.46%47.65%
HSB/HSV243°38.00%58.82%
CMYK36.00%38.00%0.00%
41.18%

Color #605D96 in popluar number systems.

HEX605D96
Decimal9693150
Binary1100000101110110010110
Octal140135226

Shades and tints

Shades of #605D96

#605D96
(96,93,150)
#585589
(88,85,137)
#504D7C
(80,77,124)
#48456F
(72,69,111)
#403D62
(64,61,98)
#383555
(56,53,85)
#302D48
(48,45,72)
#28253B
(40,37,59)
#201D2E
(32,29,46)
#181521
(24,21,33)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #605D96

#605D96
(96,93,150)
#6E6B9F
(110,107,159)
#7C79A8
(124,121,168)
#8A87B1
(138,135,177)
#9895BA
(152,149,186)
#A6A3C3
(166,163,195)
#B4B1CC
(180,177,204)
#C2BFD5
(194,191,213)
#D0CDDE
(208,205,222)
#DEDBE7
(222,219,231)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605D96 color. Also use rgb(96,93,150) instead hex code.

Text Font Color

.myTextColor { color: #605D96; }

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

This text font color is #605D96.


Background Color

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

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

This div background color is #605D96.


Border color

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

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

This div border color is #605D96.


Opacity

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

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

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

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

This text has shadow with #605D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605D96 on black background.


Color preview on white background

This text has color #605D96 on white background.



Black color preview on #605D96 background

This text has black color on #605D96 background.


White color preview on #605D96 background

This text has white color on #605D96 background.