COLOR #617591

HEX: #617591
RGB: (97,117,145)

Color info

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

RGB color model

#617591 color RGB value is (97,117,145).

  • red value is 97;
  • green value is 117;
  • blue value is 145.
RGB:
(97,117,145)
(38%,46%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 117 of 255 = 46%
B 145 of 255 = 57%

97
117
145

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

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 145 = 359 (100%)
R 97 of 359 ~ 27.02%
G 117 of 359 ~ 32.59%
B 145 of 359 ~ 40.39%

%27.02
%32.59
%40.39

CMYK color model

#617591 color CMYK value is (33,19,0,43).

  • cyan value is 33.10%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(33,19,0,43)
C33M19Y0K43 
(33%,19%,0%,43%)
(0.33/0.19/0.00/0.43)	

CMYK percentages

%33.1
%19.31
%0
%43.14

Codes

Color #617591 in popluar color models

617591
RGB97117145
HSL215°19.83%47.45%
HSB/HSV215°33.10%56.86%
CMYK33.10%19.31%0.00%
43.14%

Color #617591 in popluar number systems.

HEX617591
Decimal97117145
Binary1100001111010110010001
Octal141165221

Shades and tints

Shades of #617591

#617591
(97,117,145)
#596B84
(89,107,132)
#516177
(81,97,119)
#49576A
(73,87,106)
#414D5D
(65,77,93)
#394350
(57,67,80)
#313943
(49,57,67)
#292F36
(41,47,54)
#212529
(33,37,41)
#191B1C
(25,27,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #617591

#617591
(97,117,145)
#6F819B
(111,129,155)
#7D8DA5
(125,141,165)
#8B99AF
(139,153,175)
#99A5B9
(153,165,185)
#A7B1C3
(167,177,195)
#B5BDCD
(181,189,205)
#C3C9D7
(195,201,215)
#D1D5E1
(209,213,225)
#DFE1EB
(223,225,235)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617591 color. Also use rgb(97,117,145) instead hex code.

Text Font Color

.myTextColor { color: #617591; }

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

This text font color is #617591.


Background Color

.myBgColor { background-color: #617591; }

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

This div background color is #617591.


Border color

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

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

This div border color is #617591.


Opacity

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

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

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

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

This text has shadow with #617591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617591 on black background.


Color preview on white background

This text has color #617591 on white background.



Black color preview on #617591 background

This text has black color on #617591 background.


White color preview on #617591 background

This text has white color on #617591 background.