COLOR #616BA8

HEX: #616BA8
RGB: (97,107,168)

Color info

#616BA8 contains mainly blue color. Web safe color of #616BA8 is #666699 (or #669).

RGB color model

#616BA8 color RGB value is (97,107,168).

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

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 168 of 255 = 66%

97
107
168

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

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 168 = 372 (100%)
R 97 of 372 ~ 26.08%
G 107 of 372 ~ 28.76%
B 168 of 372 ~ 45.16%

%26.08
%28.76
%45.16

CMYK color model

#616BA8 color CMYK value is (42,36,0,34).

  • cyan value is 42.26%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(42,36,0,34)
C42M36Y0K34 
(42%,36%,0%,34%)
(0.42/0.36/0.00/0.34)	

CMYK percentages

%42.26
%36.31
%0
%34.12

Codes

Color #616BA8 in popluar color models

616BA8
RGB97107168
HSL232°28.98%51.96%
HSB/HSV232°42.26%65.88%
CMYK42.26%36.31%0.00%
34.12%

Color #616BA8 in popluar number systems.

HEX616BA8
Decimal97107168
Binary1100001110101110101000
Octal141153250

Shades and tints

Shades of #616BA8

#616BA8
(97,107,168)
#596299
(89,98,153)
#51598A
(81,89,138)
#49507B
(73,80,123)
#41476C
(65,71,108)
#393E5D
(57,62,93)
#31354E
(49,53,78)
#292C3F
(41,44,63)
#212330
(33,35,48)
#191A21
(25,26,33)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #616BA8

#616BA8
(97,107,168)
#6F78AF
(111,120,175)
#7D85B6
(125,133,182)
#8B92BD
(139,146,189)
#999FC4
(153,159,196)
#A7ACCB
(167,172,203)
#B5B9D2
(181,185,210)
#C3C6D9
(195,198,217)
#D1D3E0
(209,211,224)
#DFE0E7
(223,224,231)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616BA8; }

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

This text font color is #616BA8.


Background Color

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

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

This div background color is #616BA8.


Border color

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

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

This div border color is #616BA8.


Opacity

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

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

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

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

This text has shadow with #616BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616BA8 on black background.


Color preview on white background

This text has color #616BA8 on white background.



Black color preview on #616BA8 background

This text has black color on #616BA8 background.


White color preview on #616BA8 background

This text has white color on #616BA8 background.