COLOR #605AB1

HEX: #605AB1
RGB: (96,90,177)

Color info

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

RGB color model

#605AB1 color RGB value is (96,90,177).

  • red value is 96;
  • green value is 90;
  • blue value is 177.
RGB:
(96,90,177)
(38%,35%,69%)

RGB channels and saturation

R 96 of 255 = 38%
G 90 of 255 = 35%
B 177 of 255 = 69%

96
90
177

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

Portions of RGB colors in percentages

R + G + B =
96 + 90 + 177 = 363 (100%)
R 96 of 363 ~ 26.45%
G 90 of 363 ~ 24.79%
B 177 of 363 ~ 48.76%

%26.45
%24.79
%48.76

CMYK color model

#605AB1 color CMYK value is (46,49,0,31).

  • cyan value is 45.76%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(46,49,0,31)
C46M49Y0K31 
(46%,49%,0%,31%)
(0.46/0.49/0.00/0.31)	

CMYK percentages

%45.76
%49.15
%0
%30.59

Codes

Color #605AB1 in popluar color models

605AB1
RGB9690177
HSL244°35.80%52.35%
HSB/HSV244°49.15%69.41%
CMYK45.76%49.15%0.00%
30.59%

Color #605AB1 in popluar number systems.

HEX605AB1
Decimal9690177
Binary1100000101101010110001
Octal140132261

Shades and tints

Shades of #605AB1

#605AB1
(96,90,177)
#5852A1
(88,82,161)
#504A91
(80,74,145)
#484281
(72,66,129)
#403A71
(64,58,113)
#383261
(56,50,97)
#302A51
(48,42,81)
#282241
(40,34,65)
#201A31
(32,26,49)
#181221
(24,18,33)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #605AB1

#605AB1
(96,90,177)
#6E69B8
(110,105,184)
#7C78BF
(124,120,191)
#8A87C6
(138,135,198)
#9896CD
(152,150,205)
#A6A5D4
(166,165,212)
#B4B4DB
(180,180,219)
#C2C3E2
(194,195,226)
#D0D2E9
(208,210,233)
#DEE1F0
(222,225,240)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605AB1 color. Also use rgb(96,90,177) instead hex code.

Text Font Color

.myTextColor { color: #605AB1; }

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

This text font color is #605AB1.


Background Color

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

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

This div background color is #605AB1.


Border color

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

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

This div border color is #605AB1.


Opacity

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

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

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

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

This text has shadow with #605AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605AB1 on black background.


Color preview on white background

This text has color #605AB1 on white background.



Black color preview on #605AB1 background

This text has black color on #605AB1 background.


White color preview on #605AB1 background

This text has white color on #605AB1 background.