COLOR #616D8A

HEX: #616D8A
RGB: (97,109,138)

Color info

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

RGB color model

#616D8A color RGB value is (97,109,138).

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

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 138 of 255 = 54%

97
109
138

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

Portions of RGB colors in percentages

R + G + B =
97 + 109 + 138 = 344 (100%)
R 97 of 344 ~ 28.2%
G 109 of 344 ~ 31.69%
B 138 of 344 ~ 40.12%

%28.2
%31.69
%40.12

CMYK color model

#616D8A color CMYK value is (30,21,0,46).

  • cyan value is 29.71%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(30,21,0,46)
C30M21Y0K46 
(30%,21%,0%,46%)
(0.30/0.21/0.00/0.46)	

CMYK percentages

%29.71
%21.01
%0
%45.88

Codes

Color #616D8A in popluar color models

616D8A
RGB97109138
HSL222°17.45%46.08%
HSB/HSV222°29.71%54.12%
CMYK29.71%21.01%0.00%
45.88%

Color #616D8A in popluar number systems.

HEX616D8A
Decimal97109138
Binary1100001110110110001010
Octal141155212

Shades and tints

Shades of #616D8A

#616D8A
(97,109,138)
#59647E
(89,100,126)
#515B72
(81,91,114)
#495266
(73,82,102)
#41495A
(65,73,90)
#39404E
(57,64,78)
#313742
(49,55,66)
#292E36
(41,46,54)
#21252A
(33,37,42)
#191C1E
(25,28,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #616D8A

#616D8A
(97,109,138)
#6F7A94
(111,122,148)
#7D879E
(125,135,158)
#8B94A8
(139,148,168)
#99A1B2
(153,161,178)
#A7AEBC
(167,174,188)
#B5BBC6
(181,187,198)
#C3C8D0
(195,200,208)
#D1D5DA
(209,213,218)
#DFE2E4
(223,226,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616D8A; }

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

This text font color is #616D8A.


Background Color

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

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

This div background color is #616D8A.


Border color

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

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

This div border color is #616D8A.


Opacity

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

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

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

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

This text has shadow with #616D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616D8A on black background.


Color preview on white background

This text has color #616D8A on white background.



Black color preview on #616D8A background

This text has black color on #616D8A background.


White color preview on #616D8A background

This text has white color on #616D8A background.