COLOR #616BA0

HEX: #616BA0
RGB: (97,107,160)

Color info

#616BA0 contains mainly green and blue colors. Web safe color of #616BA0 is #666699 (or #669).

RGB color model

#616BA0 color RGB value is (97,107,160).

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

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 160 of 255 = 63%

97
107
160

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

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 160 = 364 (100%)
R 97 of 364 ~ 26.65%
G 107 of 364 ~ 29.4%
B 160 of 364 ~ 43.96%

%26.65
%29.4
%43.96

CMYK color model

#616BA0 color CMYK value is (39,33,0,37).

  • cyan value is 39.38%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(39,33,0,37)
C39M33Y0K37 
(39%,33%,0%,37%)
(0.39/0.33/0.00/0.37)	

CMYK percentages

%39.38
%33.13
%0
%37.25

Codes

Color #616BA0 in popluar color models

616BA0
RGB97107160
HSL230°24.90%50.39%
HSB/HSV230°39.38%62.75%
CMYK39.38%33.13%0.00%
37.25%

Color #616BA0 in popluar number systems.

HEX616BA0
Decimal97107160
Binary1100001110101110100000
Octal141153240

Shades and tints

Shades of #616BA0

#616BA0
(97,107,160)
#596292
(89,98,146)
#515984
(81,89,132)
#495076
(73,80,118)
#414768
(65,71,104)
#393E5A
(57,62,90)
#31354C
(49,53,76)
#292C3E
(41,44,62)
#212330
(33,35,48)
#191A22
(25,26,34)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #616BA0

#616BA0
(97,107,160)
#6F78A8
(111,120,168)
#7D85B0
(125,133,176)
#8B92B8
(139,146,184)
#999FC0
(153,159,192)
#A7ACC8
(167,172,200)
#B5B9D0
(181,185,208)
#C3C6D8
(195,198,216)
#D1D3E0
(209,211,224)
#DFE0E8
(223,224,232)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616BA0; }

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

This text font color is #616BA0.


Background Color

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

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

This div background color is #616BA0.


Border color

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

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

This div border color is #616BA0.


Opacity

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

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

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

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

This text has shadow with #616BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616BA0 on black background.


Color preview on white background

This text has color #616BA0 on white background.



Black color preview on #616BA0 background

This text has black color on #616BA0 background.


White color preview on #616BA0 background

This text has white color on #616BA0 background.