COLOR #616188

HEX: #616188
RGB: (97,97,136)

Color info

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

RGB color model

#616188 color RGB value is (97,97,136).

  • red value is 97;
  • green value is 97;
  • blue value is 136.
RGB:
(97,97,136)
(38%,38%,53%)

RGB channels and saturation

R 97 of 255 = 38%
G 97 of 255 = 38%
B 136 of 255 = 53%

97
97
136

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

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 136 = 330 (100%)
R 97 of 330 ~ 29.39%
G 97 of 330 ~ 29.39%
B 136 of 330 ~ 41.21%

%29.39
%29.39
%41.21

CMYK color model

#616188 color CMYK value is (29,29,0,47).

  • cyan value is 28.68%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(29,29,0,47)
C29M29Y0K47 
(29%,29%,0%,47%)
(0.29/0.29/0.00/0.47)	

CMYK percentages

%28.68
%28.68
%0
%46.67

Codes

Color #616188 in popluar color models

616188
RGB9797136
HSL240°16.74%45.69%
HSB/HSV240°28.68%53.33%
CMYK28.68%28.68%0.00%
46.67%

Color #616188 in popluar number systems.

HEX616188
Decimal9797136
Binary1100001110000110001000
Octal141141210

Shades and tints

Shades of #616188

#616188
(97,97,136)
#59597C
(89,89,124)
#515170
(81,81,112)
#494964
(73,73,100)
#414158
(65,65,88)
#39394C
(57,57,76)
#313140
(49,49,64)
#292934
(41,41,52)
#212128
(33,33,40)
#19191C
(25,25,28)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #616188

#616188
(97,97,136)
#6F6F92
(111,111,146)
#7D7D9C
(125,125,156)
#8B8BA6
(139,139,166)
#9999B0
(153,153,176)
#A7A7BA
(167,167,186)
#B5B5C4
(181,181,196)
#C3C3CE
(195,195,206)
#D1D1D8
(209,209,216)
#DFDFE2
(223,223,226)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616188; }

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

This text font color is #616188.


Background Color

.myBgColor { background-color: #616188; }

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

This div background color is #616188.


Border color

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

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

This div border color is #616188.


Opacity

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

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

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

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

This text has shadow with #616188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616188 on black background.


Color preview on white background

This text has color #616188 on white background.



Black color preview on #616188 background

This text has black color on #616188 background.


White color preview on #616188 background

This text has white color on #616188 background.