COLOR #616D8B

HEX: #616D8B
RGB: (97,109,139)

Color info

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

RGB color model

#616D8B color RGB value is (97,109,139).

  • red value is 97;
  • green value is 109;
  • blue value is 139.
RGB:
(97,109,139)
(38%,43%,55%)

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 139 of 255 = 55%

97
109
139

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

Portions of RGB colors in percentages

R + G + B =
97 + 109 + 139 = 345 (100%)
R 97 of 345 ~ 28.12%
G 109 of 345 ~ 31.59%
B 139 of 345 ~ 40.29%

%28.12
%31.59
%40.29

CMYK color model

#616D8B color CMYK value is (30,22,0,45).

  • cyan value is 30.22%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(30,22,0,45)
C30M22Y0K45 
(30%,22%,0%,45%)
(0.30/0.22/0.00/0.45)	

CMYK percentages

%30.22
%21.58
%0
%45.49

Codes

Color #616D8B in popluar color models

616D8B
RGB97109139
HSL223°17.80%46.27%
HSB/HSV223°30.22%54.51%
CMYK30.22%21.58%0.00%
45.49%

Color #616D8B in popluar number systems.

HEX616D8B
Decimal97109139
Binary1100001110110110001011
Octal141155213

Shades and tints

Shades of #616D8B

#616D8B
(97,109,139)
#59647F
(89,100,127)
#515B73
(81,91,115)
#495267
(73,82,103)
#41495B
(65,73,91)
#39404F
(57,64,79)
#313743
(49,55,67)
#292E37
(41,46,55)
#21252B
(33,37,43)
#191C1F
(25,28,31)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #616D8B

#616D8B
(97,109,139)
#6F7A95
(111,122,149)
#7D879F
(125,135,159)
#8B94A9
(139,148,169)
#99A1B3
(153,161,179)
#A7AEBD
(167,174,189)
#B5BBC7
(181,187,199)
#C3C8D1
(195,200,209)
#D1D5DB
(209,213,219)
#DFE2E5
(223,226,229)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616D8B color. Also use rgb(97,109,139) instead hex code.

Text Font Color

.myTextColor { color: #616D8B; }

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

This text font color is #616D8B.


Background Color

.myBgColor { background-color: #616D8B; }

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

This div background color is #616D8B.


Border color

.myBorderColor { border: 1px solid #616D8B; }

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

This div border color is #616D8B.


Opacity

.myOpacity80 { color: #616D8B; opacity: 0.8; }

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

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

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

This text has shadow with #616D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616D8B on black background.


Color preview on white background

This text has color #616D8B on white background.



Black color preview on #616D8B background

This text has black color on #616D8B background.


White color preview on #616D8B background

This text has white color on #616D8B background.