COLOR #617C97

HEX: #617C97
RGB: (97,124,151)

Color info

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

RGB color model

#617C97 color RGB value is (97,124,151).

  • red value is 97;
  • green value is 124;
  • blue value is 151.
RGB:
(97,124,151)
(38%,49%,59%)

RGB channels and saturation

R 97 of 255 = 38%
G 124 of 255 = 49%
B 151 of 255 = 59%

97
124
151

R + G + B ~ 49%. #617C97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 124 + 151 = 372 (100%)
R 97 of 372 ~ 26.08%
G 124 of 372 ~ 33.33%
B 151 of 372 ~ 40.59%

%26.08
%33.33
%40.59

CMYK color model

#617C97 color CMYK value is (36,18,0,41).

  • cyan value is 35.76%
  • magenta value is 17.88%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(36,18,0,41)
C36M18Y0K41 
(36%,18%,0%,41%)
(0.36/0.18/0.00/0.41)	

CMYK percentages

%35.76
%17.88
%0
%40.78

Codes

Color #617C97 in popluar color models

617C97
RGB97124151
HSL210°21.77%48.63%
HSB/HSV210°35.76%59.22%
CMYK35.76%17.88%0.00%
40.78%

Color #617C97 in popluar number systems.

HEX617C97
Decimal97124151
Binary1100001111110010010111
Octal141174227

Shades and tints

Shades of #617C97

#617C97
(97,124,151)
#59718A
(89,113,138)
#51667D
(81,102,125)
#495B70
(73,91,112)
#415063
(65,80,99)
#394556
(57,69,86)
#313A49
(49,58,73)
#292F3C
(41,47,60)
#21242F
(33,36,47)
#191922
(25,25,34)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #617C97

#617C97
(97,124,151)
#6F87A0
(111,135,160)
#7D92A9
(125,146,169)
#8B9DB2
(139,157,178)
#99A8BB
(153,168,187)
#A7B3C4
(167,179,196)
#B5BECD
(181,190,205)
#C3C9D6
(195,201,214)
#D1D4DF
(209,212,223)
#DFDFE8
(223,223,232)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617C97 color. Also use rgb(97,124,151) instead hex code.

Text Font Color

.myTextColor { color: #617C97; }

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

This text font color is #617C97.


Background Color

.myBgColor { background-color: #617C97; }

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

This div background color is #617C97.


Border color

.myBorderColor { border: 1px solid #617C97; }

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

This div border color is #617C97.


Opacity

.myOpacity80 { color: #617C97; opacity: 0.8; }

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

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

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

This text has shadow with #617C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617C97 on black background.


Color preview on white background

This text has color #617C97 on white background.



Black color preview on #617C97 background

This text has black color on #617C97 background.


White color preview on #617C97 background

This text has white color on #617C97 background.