COLOR #617E92

HEX: #617E92
RGB: (97,126,146)

Color info

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

RGB color model

#617E92 color RGB value is (97,126,146).

  • red value is 97;
  • green value is 126;
  • blue value is 146.
RGB:
(97,126,146)
(38%,49%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 126 of 255 = 49%
B 146 of 255 = 57%

97
126
146

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

Portions of RGB colors in percentages

R + G + B =
97 + 126 + 146 = 369 (100%)
R 97 of 369 ~ 26.29%
G 126 of 369 ~ 34.15%
B 146 of 369 ~ 39.57%

%26.29
%34.15
%39.57

CMYK color model

#617E92 color CMYK value is (34,14,0,43).

  • cyan value is 33.56%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(34,14,0,43)
C34M14Y0K43 
(34%,14%,0%,43%)
(0.34/0.14/0.00/0.43)	

CMYK percentages

%33.56
%13.7
%0
%42.75

Codes

Color #617E92 in popluar color models

617E92
RGB97126146
HSL204°20.16%47.65%
HSB/HSV204°33.56%57.25%
CMYK33.56%13.70%0.00%
42.75%

Color #617E92 in popluar number systems.

HEX617E92
Decimal97126146
Binary1100001111111010010010
Octal141176222

Shades and tints

Shades of #617E92

#617E92
(97,126,146)
#597385
(89,115,133)
#516878
(81,104,120)
#495D6B
(73,93,107)
#41525E
(65,82,94)
#394751
(57,71,81)
#313C44
(49,60,68)
#293137
(41,49,55)
#21262A
(33,38,42)
#191B1D
(25,27,29)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #617E92

#617E92
(97,126,146)
#6F899B
(111,137,155)
#7D94A4
(125,148,164)
#8B9FAD
(139,159,173)
#99AAB6
(153,170,182)
#A7B5BF
(167,181,191)
#B5C0C8
(181,192,200)
#C3CBD1
(195,203,209)
#D1D6DA
(209,214,218)
#DFE1E3
(223,225,227)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617E92 color. Also use rgb(97,126,146) instead hex code.

Text Font Color

.myTextColor { color: #617E92; }

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

This text font color is #617E92.


Background Color

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

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

This div background color is #617E92.


Border color

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

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

This div border color is #617E92.


Opacity

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

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

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

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

This text has shadow with #617E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617E92 on black background.


Color preview on white background

This text has color #617E92 on white background.



Black color preview on #617E92 background

This text has black color on #617E92 background.


White color preview on #617E92 background

This text has white color on #617E92 background.