COLOR #605FA5

HEX: #605FA5 RGB: (96,95,165)

Color info

#605FA5 contains mainly blue color. Web safe color of #605FA5 is #666699 (or #669).

RGB color model

#605FA5 color RGB value is (96,95,165).

RGB: (96,95,165) (38%, 37%, 65%)

RGB channels and saturation

R 96 of 255 = 38%
G 95 of 255 = 37%
B 165 of 255 = 65%

96
95
165

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

Portions of RGB colors in percentages

R + G + B = 96 + 95 + 165 = 356 (100%)
R 96 of 356 ~ 26.97%
G 95 of 356 ~ 26.69%
B 165 of 356 ~ 46.35'%

%26.97
%26.69
%46.35

CMYK color model

#605FA5 color CMYK value is (42,42,0,35).

  • cyan value is 41.82%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (42,42,0,35) C42M42Y0K35 (42%,42%,0%,35%) (0.42/0.42/0.00/0.35) 

CMYK percentages

%41.82
%42.42
%0
%35.29

Codes

Color #605FA5 in popluar color models

60 5F A5
RGB 96 95 165
HSL 241° 28.00% 50.98%
HSB/HSV 241° 42.42% 64.71%
CMYK 41.82% 42.42% 0.00%
35.29%

Color #605FA5 in popluar number systems.

HEX 60 5F A5
Decimal 96 95 165
Binary 1100000 1011111 10100101
Octal 140 137 245

Shades and tints

Shades of #605FA5

#605FA5
(96,95,165)
#585796
(88,87,150)
#504F87
(80,79,135)
#484778
(72,71,120)
#403F69
(64,63,105)
#38375A
(56,55,90)
#302F4B
(48,47,75)
#28273C
(40,39,60)
#201F2D
(32,31,45)
#18171E
(24,23,30)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #605FA5

#605FA5
(96,95,165)
#6E6DAD
(110,109,173)
#7C7BB5
(124,123,181)
#8A89BD
(138,137,189)
#9897C5
(152,151,197)
#A6A5CD
(166,165,205)
#B4B3D5
(180,179,213)
#C2C1DD
(194,193,221)
#D0CFE5
(208,207,229)
#DEDDED
(222,221,237)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605FA5; }

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

This text font color is #605FA5.

Background Color

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

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

This div background color is #605FA5.

Border color

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

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

This div border color is #605FA5.

Opacity

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

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

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

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

This text has shadow with #605FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #605FA5.

Preview

Color preview on black background

This text has color #605FA5 on black background.


Color preview on white background

This text has color #605FA5 on white background.


Black color preview on #605FA5 background

This text has black color on #605FA5 background.


White color preview on #605FA5 background

This text has white color on #605FA5 background.


Related colors

Complementary color

Complementary color for #hex is #9FA05A.


I love getcolorcode.com

Triadic colors

1 #A5605F and #5FA560 with #605FA5 are triadic colors.

2 #A55F60 and #5F60A5 with #605FA5 are triadic colors.