COLOR #616385

HEX: #616385
RGB: (97,99,133)

Color info

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

RGB color model

#616385 color RGB value is (97,99,133).

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

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 133 of 255 = 52%

97
99
133

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

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 133 = 329 (100%)
R 97 of 329 ~ 29.48%
G 99 of 329 ~ 30.09%
B 133 of 329 ~ 40.43%

%29.48
%30.09
%40.43

CMYK color model

#616385 color CMYK value is (27,26,0,48).

  • cyan value is 27.07%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(27,26,0,48)
C27M26Y0K48 
(27%,26%,0%,48%)
(0.27/0.26/0.00/0.48)	

CMYK percentages

%27.07
%25.56
%0
%47.84

Codes

Color #616385 in popluar color models

616385
RGB9799133
HSL237°15.65%45.10%
HSB/HSV237°27.07%52.16%
CMYK27.07%25.56%0.00%
47.84%

Color #616385 in popluar number systems.

HEX616385
Decimal9799133
Binary1100001110001110000101
Octal141143205

Shades and tints

Shades of #616385

#616385
(97,99,133)
#595A79
(89,90,121)
#51516D
(81,81,109)
#494861
(73,72,97)
#413F55
(65,63,85)
#393649
(57,54,73)
#312D3D
(49,45,61)
#292431
(41,36,49)
#211B25
(33,27,37)
#191219
(25,18,25)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #616385

#616385
(97,99,133)
#6F7190
(111,113,144)
#7D7F9B
(125,127,155)
#8B8DA6
(139,141,166)
#999BB1
(153,155,177)
#A7A9BC
(167,169,188)
#B5B7C7
(181,183,199)
#C3C5D2
(195,197,210)
#D1D3DD
(209,211,221)
#DFE1E8
(223,225,232)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616385; }

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

This text font color is #616385.


Background Color

.myBgColor { background-color: #616385; }

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

This div background color is #616385.


Border color

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

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

This div border color is #616385.


Opacity

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

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

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

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

This text has shadow with #616385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616385 on black background.


Color preview on white background

This text has color #616385 on white background.



Black color preview on #616385 background

This text has black color on #616385 background.


White color preview on #616385 background

This text has white color on #616385 background.