COLOR #617B99

HEX: #617B99
RGB: (97,123,153)

Color info

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

RGB color model

#617B99 color RGB value is (97,123,153).

  • red value is 97;
  • green value is 123;
  • blue value is 153.
RGB:
(97,123,153)
(38%,48%,60%)

RGB channels and saturation

R 97 of 255 = 38%
G 123 of 255 = 48%
B 153 of 255 = 60%

97
123
153

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

Portions of RGB colors in percentages

R + G + B =
97 + 123 + 153 = 373 (100%)
R 97 of 373 ~ 26.01%
G 123 of 373 ~ 32.98%
B 153 of 373 ~ 41.02%

%26.01
%32.98
%41.02

CMYK color model

#617B99 color CMYK value is (37,20,0,40).

  • cyan value is 36.60%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(37,20,0,40)
C37M20Y0K40 
(37%,20%,0%,40%)
(0.37/0.20/0.00/0.40)	

CMYK percentages

%36.6
%19.61
%0
%40

Codes

Color #617B99 in popluar color models

617B99
RGB97123153
HSL212°22.40%49.02%
HSB/HSV212°36.60%60.00%
CMYK36.60%19.61%0.00%
40.00%

Color #617B99 in popluar number systems.

HEX617B99
Decimal97123153
Binary1100001111101110011001
Octal141173231

Shades and tints

Shades of #617B99

#617B99
(97,123,153)
#59708C
(89,112,140)
#51657F
(81,101,127)
#495A72
(73,90,114)
#414F65
(65,79,101)
#394458
(57,68,88)
#31394B
(49,57,75)
#292E3E
(41,46,62)
#212331
(33,35,49)
#191824
(25,24,36)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #617B99

#617B99
(97,123,153)
#6F87A2
(111,135,162)
#7D93AB
(125,147,171)
#8B9FB4
(139,159,180)
#99ABBD
(153,171,189)
#A7B7C6
(167,183,198)
#B5C3CF
(181,195,207)
#C3CFD8
(195,207,216)
#D1DBE1
(209,219,225)
#DFE7EA
(223,231,234)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617B99 color. Also use rgb(97,123,153) instead hex code.

Text Font Color

.myTextColor { color: #617B99; }

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

This text font color is #617B99.


Background Color

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

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

This div background color is #617B99.


Border color

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

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

This div border color is #617B99.


Opacity

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

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

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

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

This text has shadow with #617B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617B99 on black background.


Color preview on white background

This text has color #617B99 on white background.



Black color preview on #617B99 background

This text has black color on #617B99 background.


White color preview on #617B99 background

This text has white color on #617B99 background.