COLOR #605488

HEX: #605488
RGB: (96,84,136)

Color info

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

RGB color model

#605488 color RGB value is (96,84,136).

  • red value is 96;
  • green value is 84;
  • blue value is 136.
RGB:
(96,84,136)
(38%,33%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 84 of 255 = 33%
B 136 of 255 = 53%

96
84
136

R + G + B ~ 41%. #605488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 84 + 136 = 316 (100%)
R 96 of 316 ~ 30.38%
G 84 of 316 ~ 26.58%
B 136 of 316 ~ 43.04%

%30.38
%26.58
%43.04

CMYK color model

#605488 color CMYK value is (29,38,0,47).

  • cyan value is 29.41%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(29,38,0,47)
C29M38Y0K47 
(29%,38%,0%,47%)
(0.29/0.38/0.00/0.47)	

CMYK percentages

%29.41
%38.24
%0
%46.67

Codes

Color #605488 in popluar color models

605488
RGB9684136
HSL254°23.64%43.14%
HSB/HSV254°38.24%53.33%
CMYK29.41%38.24%0.00%
46.67%

Color #605488 in popluar number systems.

HEX605488
Decimal9684136
Binary1100000101010010001000
Octal140124210

Shades and tints

Shades of #605488

#605488
(96,84,136)
#584D7C
(88,77,124)
#504670
(80,70,112)
#483F64
(72,63,100)
#403858
(64,56,88)
#38314C
(56,49,76)
#302A40
(48,42,64)
#282334
(40,35,52)
#201C28
(32,28,40)
#18151C
(24,21,28)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #605488

#605488
(96,84,136)
#6E6392
(110,99,146)
#7C729C
(124,114,156)
#8A81A6
(138,129,166)
#9890B0
(152,144,176)
#A69FBA
(166,159,186)
#B4AEC4
(180,174,196)
#C2BDCE
(194,189,206)
#D0CCD8
(208,204,216)
#DEDBE2
(222,219,226)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605488 color. Also use rgb(96,84,136) instead hex code.

Text Font Color

.myTextColor { color: #605488; }

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

This text font color is #605488.


Background Color

.myBgColor { background-color: #605488; }

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

This div background color is #605488.


Border color

.myBorderColor { border: 1px solid #605488; }

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

This div border color is #605488.


Opacity

.myOpacity80 { color: #605488; opacity: 0.8; }

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

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

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

This text has shadow with #605488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605488 on black background.


Color preview on white background

This text has color #605488 on white background.



Black color preview on #605488 background

This text has black color on #605488 background.


White color preview on #605488 background

This text has white color on #605488 background.