COLOR #616B8B

HEX: #616B8B
RGB: (97,107,139)

Color info

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

RGB color model

#616B8B color RGB value is (97,107,139).

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

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 139 of 255 = 55%

97
107
139

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

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 139 = 343 (100%)
R 97 of 343 ~ 28.28%
G 107 of 343 ~ 31.2%
B 139 of 343 ~ 40.52%

%28.28
%31.2
%40.52

CMYK color model

#616B8B color CMYK value is (30,23,0,45).

  • cyan value is 30.22%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(30,23,0,45)
C30M23Y0K45 
(30%,23%,0%,45%)
(0.30/0.23/0.00/0.45)	

CMYK percentages

%30.22
%23.02
%0
%45.49

Codes

Color #616B8B in popluar color models

616B8B
RGB97107139
HSL226°17.80%46.27%
HSB/HSV226°30.22%54.51%
CMYK30.22%23.02%0.00%
45.49%

Color #616B8B in popluar number systems.

HEX616B8B
Decimal97107139
Binary1100001110101110001011
Octal141153213

Shades and tints

Shades of #616B8B

#616B8B
(97,107,139)
#59627F
(89,98,127)
#515973
(81,89,115)
#495067
(73,80,103)
#41475B
(65,71,91)
#393E4F
(57,62,79)
#313543
(49,53,67)
#292C37
(41,44,55)
#21232B
(33,35,43)
#191A1F
(25,26,31)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #616B8B

#616B8B
(97,107,139)
#6F7895
(111,120,149)
#7D859F
(125,133,159)
#8B92A9
(139,146,169)
#999FB3
(153,159,179)
#A7ACBD
(167,172,189)
#B5B9C7
(181,185,199)
#C3C6D1
(195,198,209)
#D1D3DB
(209,211,219)
#DFE0E5
(223,224,229)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616B8B; }

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

This text font color is #616B8B.


Background Color

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

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

This div background color is #616B8B.


Border color

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

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

This div border color is #616B8B.


Opacity

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

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

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

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

This text has shadow with #616B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616B8B on black background.


Color preview on white background

This text has color #616B8B on white background.



Black color preview on #616B8B background

This text has black color on #616B8B background.


White color preview on #616B8B background

This text has white color on #616B8B background.