COLOR #616985

HEX: #616985
RGB: (97,105,133)

Color info

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

RGB color model

#616985 color RGB value is (97,105,133).

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

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 133 of 255 = 52%

97
105
133

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

Portions of RGB colors in percentages

R + G + B =
97 + 105 + 133 = 335 (100%)
R 97 of 335 ~ 28.96%
G 105 of 335 ~ 31.34%
B 133 of 335 ~ 39.7%

%28.96
%31.34
%39.7

CMYK color model

#616985 color CMYK value is (27,21,0,48).

  • cyan value is 27.07%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(27,21,0,48)
C27M21Y0K48 
(27%,21%,0%,48%)
(0.27/0.21/0.00/0.48)	

CMYK percentages

%27.07
%21.05
%0
%47.84

Codes

Color #616985 in popluar color models

616985
RGB97105133
HSL227°15.65%45.10%
HSB/HSV227°27.07%52.16%
CMYK27.07%21.05%0.00%
47.84%

Color #616985 in popluar number systems.

HEX616985
Decimal97105133
Binary1100001110100110000101
Octal141151205

Shades and tints

Shades of #616985

#616985
(97,105,133)
#596079
(89,96,121)
#51576D
(81,87,109)
#494E61
(73,78,97)
#414555
(65,69,85)
#393C49
(57,60,73)
#31333D
(49,51,61)
#292A31
(41,42,49)
#212125
(33,33,37)
#191819
(25,24,25)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #616985

#616985
(97,105,133)
#6F7690
(111,118,144)
#7D839B
(125,131,155)
#8B90A6
(139,144,166)
#999DB1
(153,157,177)
#A7AABC
(167,170,188)
#B5B7C7
(181,183,199)
#C3C4D2
(195,196,210)
#D1D1DD
(209,209,221)
#DFDEE8
(223,222,232)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616985; }

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

This text font color is #616985.


Background Color

.myBgColor { background-color: #616985; }

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

This div background color is #616985.


Border color

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

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

This div border color is #616985.


Opacity

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

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

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

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

This text has shadow with #616985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616985 on black background.


Color preview on white background

This text has color #616985 on white background.



Black color preview on #616985 background

This text has black color on #616985 background.


White color preview on #616985 background

This text has white color on #616985 background.