COLOR #605D8E

HEX: #605D8E RGB: (96,93,142)

Color info

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

RGB color model

#605D8E color RGB value is (96,93,142).

RGB: (96,93,142) (38%, 36%, 56%)

RGB channels and saturation

R 96 of 255 = 38%
G 93 of 255 = 36%
B 142 of 255 = 56%

96
93
142

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

Portions of RGB colors in percentages

R + G + B = 96 + 93 + 142 = 331 (100%)
R 96 of 331 ~ 29%
G 93 of 331 ~ 28.1%
B 142 of 331 ~ 42.9'%

%29
%28.1
%42.9

CMYK color model

#605D8E color CMYK value is (32,35,0,44).

  • cyan value is 32.39%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (32,35,0,44)
C32M35Y0K44 (32%, 35%, 0%, 44%)
(0.32 / 0.35 / 0.00 / 0.44)

CMYK percentages

%32.39
%34.51
%0
%44.31

Codes

Color #605D8E in popluar color models

60 5D 8E
RGB 96 93 142
HSL 244° 20.85% 46.08%
HSB/HSV 244° 34.51% 55.69%
CMYK 32.39% 34.51% 0.00%
44.31%

Color #605D8E in popluar number systems.

HEX 60 5D 8E
Decimal 96 93 142
Binary 1100000 1011101 10001110
Octal 140 135 216

Shades and tints

Shades of #605D8E

#605D8E
(96,93,142)
#585582
(88,85,130)
#504D76
(80,77,118)
#48456A
(72,69,106)
#403D5E
(64,61,94)
#383552
(56,53,82)
#302D46
(48,45,70)
#28253A
(40,37,58)
#201D2E
(32,29,46)
#181522
(24,21,34)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #605D8E

#605D8E
(96,93,142)
#6E6B98
(110,107,152)
#7C79A2
(124,121,162)
#8A87AC
(138,135,172)
#9895B6
(152,149,182)
#A6A3C0
(166,163,192)
#B4B1CA
(180,177,202)
#C2BFD4
(194,191,212)
#D0CDDE
(208,205,222)
#DEDBE8
(222,219,232)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605D8E; }

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

This text font color is #605D8E.

Background Color

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

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

This div background color is #605D8E.

Border color

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

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

This div border color is #605D8E.

Opacity

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

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

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

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

This text has shadow with #605D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #605D8E.

Preview

Color preview on black background

This text has color #605D8E on black background.


Color preview on white background

This text has color #605D8E on white background.


Black color preview on #605D8E background

This text has black color on #605D8E background.


White color preview on #605D8E background

This text has white color on #605D8E background.


Related colors

Complementary color

Complementary color for #hex is #9FA271.


I love getcolorcode.com

Triadic colors

1 #8E605D and #5D8E60 with #605D8E are triadic colors.

2 #8E5D60 and #5D608E with #605D8E are triadic colors.