COLOR #616B8F

HEX: #616B8F
RGB: (97,107,143)

Color info

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

RGB color model

#616B8F color RGB value is (97,107,143).

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

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 143 of 255 = 56%

97
107
143

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

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 143 = 347 (100%)
R 97 of 347 ~ 27.95%
G 107 of 347 ~ 30.84%
B 143 of 347 ~ 41.21%

%27.95
%30.84
%41.21

CMYK color model

#616B8F color CMYK value is (32,25,0,44).

  • cyan value is 32.17%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(32,25,0,44)
C32M25Y0K44 
(32%,25%,0%,44%)
(0.32/0.25/0.00/0.44)	

CMYK percentages

%32.17
%25.17
%0
%43.92

Codes

Color #616B8F in popluar color models

616B8F
RGB97107143
HSL227°19.17%47.06%
HSB/HSV227°32.17%56.08%
CMYK32.17%25.17%0.00%
43.92%

Color #616B8F in popluar number systems.

HEX616B8F
Decimal97107143
Binary1100001110101110001111
Octal141153217

Shades and tints

Shades of #616B8F

#616B8F
(97,107,143)
#596282
(89,98,130)
#515975
(81,89,117)
#495068
(73,80,104)
#41475B
(65,71,91)
#393E4E
(57,62,78)
#313541
(49,53,65)
#292C34
(41,44,52)
#212327
(33,35,39)
#191A1A
(25,26,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #616B8F

#616B8F
(97,107,143)
#6F7899
(111,120,153)
#7D85A3
(125,133,163)
#8B92AD
(139,146,173)
#999FB7
(153,159,183)
#A7ACC1
(167,172,193)
#B5B9CB
(181,185,203)
#C3C6D5
(195,198,213)
#D1D3DF
(209,211,223)
#DFE0E9
(223,224,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616B8F; }

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

This text font color is #616B8F.


Background Color

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

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

This div background color is #616B8F.


Border color

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

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

This div border color is #616B8F.


Opacity

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

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

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

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

This text has shadow with #616B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616B8F on black background.


Color preview on white background

This text has color #616B8F on white background.



Black color preview on #616B8F background

This text has black color on #616B8F background.


White color preview on #616B8F background

This text has white color on #616B8F background.