COLOR #617995

HEX: #617995
RGB: (97,121,149)

Color info

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

RGB color model

#617995 color RGB value is (97,121,149).

  • red value is 97;
  • green value is 121;
  • blue value is 149.
RGB:
(97,121,149)
(38%,47%,58%)

RGB channels and saturation

R 97 of 255 = 38%
G 121 of 255 = 47%
B 149 of 255 = 58%

97
121
149

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

Portions of RGB colors in percentages

R + G + B =
97 + 121 + 149 = 367 (100%)
R 97 of 367 ~ 26.43%
G 121 of 367 ~ 32.97%
B 149 of 367 ~ 40.6%

%26.43
%32.97
%40.6

CMYK color model

#617995 color CMYK value is (35,19,0,42).

  • cyan value is 34.90%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(35,19,0,42)
C35M19Y0K42 
(35%,19%,0%,42%)
(0.35/0.19/0.00/0.42)	

CMYK percentages

%34.9
%18.79
%0
%41.57

Codes

Color #617995 in popluar color models

617995
RGB97121149
HSL212°21.14%48.24%
HSB/HSV212°34.90%58.43%
CMYK34.90%18.79%0.00%
41.57%

Color #617995 in popluar number systems.

HEX617995
Decimal97121149
Binary1100001111100110010101
Octal141171225

Shades and tints

Shades of #617995

#617995
(97,121,149)
#596E88
(89,110,136)
#51637B
(81,99,123)
#49586E
(73,88,110)
#414D61
(65,77,97)
#394254
(57,66,84)
#313747
(49,55,71)
#292C3A
(41,44,58)
#21212D
(33,33,45)
#191620
(25,22,32)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #617995

#617995
(97,121,149)
#6F859E
(111,133,158)
#7D91A7
(125,145,167)
#8B9DB0
(139,157,176)
#99A9B9
(153,169,185)
#A7B5C2
(167,181,194)
#B5C1CB
(181,193,203)
#C3CDD4
(195,205,212)
#D1D9DD
(209,217,221)
#DFE5E6
(223,229,230)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617995 color. Also use rgb(97,121,149) instead hex code.

Text Font Color

.myTextColor { color: #617995; }

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

This text font color is #617995.


Background Color

.myBgColor { background-color: #617995; }

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

This div background color is #617995.


Border color

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

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

This div border color is #617995.


Opacity

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

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

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

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

This text has shadow with #617995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617995 on black background.


Color preview on white background

This text has color #617995 on white background.



Black color preview on #617995 background

This text has black color on #617995 background.


White color preview on #617995 background

This text has white color on #617995 background.