COLOR #616992

HEX: #616992
RGB: (97,105,146)

Color info

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

RGB color model

#616992 color RGB value is (97,105,146).

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

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 146 of 255 = 57%

97
105
146

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

Portions of RGB colors in percentages

R + G + B =
97 + 105 + 146 = 348 (100%)
R 97 of 348 ~ 27.87%
G 105 of 348 ~ 30.17%
B 146 of 348 ~ 41.95%

%27.87
%30.17
%41.95

CMYK color model

#616992 color CMYK value is (34,28,0,43).

  • cyan value is 33.56%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(34,28,0,43)
C34M28Y0K43 
(34%,28%,0%,43%)
(0.34/0.28/0.00/0.43)	

CMYK percentages

%33.56
%28.08
%0
%42.75

Codes

Color #616992 in popluar color models

616992
RGB97105146
HSL230°20.16%47.65%
HSB/HSV230°33.56%57.25%
CMYK33.56%28.08%0.00%
42.75%

Color #616992 in popluar number systems.

HEX616992
Decimal97105146
Binary1100001110100110010010
Octal141151222

Shades and tints

Shades of #616992

#616992
(97,105,146)
#596085
(89,96,133)
#515778
(81,87,120)
#494E6B
(73,78,107)
#41455E
(65,69,94)
#393C51
(57,60,81)
#313344
(49,51,68)
#292A37
(41,42,55)
#21212A
(33,33,42)
#19181D
(25,24,29)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #616992

#616992
(97,105,146)
#6F769B
(111,118,155)
#7D83A4
(125,131,164)
#8B90AD
(139,144,173)
#999DB6
(153,157,182)
#A7AABF
(167,170,191)
#B5B7C8
(181,183,200)
#C3C4D1
(195,196,209)
#D1D1DA
(209,209,218)
#DFDEE3
(223,222,227)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616992; }

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

This text font color is #616992.


Background Color

.myBgColor { background-color: #616992; }

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

This div background color is #616992.


Border color

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

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

This div border color is #616992.


Opacity

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

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

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

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

This text has shadow with #616992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616992 on black background.


Color preview on white background

This text has color #616992 on white background.



Black color preview on #616992 background

This text has black color on #616992 background.


White color preview on #616992 background

This text has white color on #616992 background.