COLOR #616BB2

HEX: #616BB2
RGB: (97,107,178)

Color info

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

RGB color model

#616BB2 color RGB value is (97,107,178).

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

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 178 of 255 = 70%

97
107
178

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

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 178 = 382 (100%)
R 97 of 382 ~ 25.39%
G 107 of 382 ~ 28.01%
B 178 of 382 ~ 46.6%

%25.39
%28.01
%46.6

CMYK color model

#616BB2 color CMYK value is (46,40,0,30).

  • cyan value is 45.51%
  • magenta value is 39.89%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(46,40,0,30)
C46M40Y0K30 
(46%,40%,0%,30%)
(0.46/0.40/0.00/0.30)	

CMYK percentages

%45.51
%39.89
%0
%30.2

Codes

Color #616BB2 in popluar color models

616BB2
RGB97107178
HSL233°34.47%53.92%
HSB/HSV233°45.51%69.80%
CMYK45.51%39.89%0.00%
30.20%

Color #616BB2 in popluar number systems.

HEX616BB2
Decimal97107178
Binary1100001110101110110010
Octal141153262

Shades and tints

Shades of #616BB2

#616BB2
(97,107,178)
#5962A2
(89,98,162)
#515992
(81,89,146)
#495082
(73,80,130)
#414772
(65,71,114)
#393E62
(57,62,98)
#313552
(49,53,82)
#292C42
(41,44,66)
#212332
(33,35,50)
#191A22
(25,26,34)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #616BB2

#616BB2
(97,107,178)
#6F78B9
(111,120,185)
#7D85C0
(125,133,192)
#8B92C7
(139,146,199)
#999FCE
(153,159,206)
#A7ACD5
(167,172,213)
#B5B9DC
(181,185,220)
#C3C6E3
(195,198,227)
#D1D3EA
(209,211,234)
#DFE0F1
(223,224,241)
#EDEDF8
(237,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616BB2; }

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

This text font color is #616BB2.


Background Color

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

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

This div background color is #616BB2.


Border color

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

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

This div border color is #616BB2.


Opacity

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

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

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

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

This text has shadow with #616BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616BB2 on black background.


Color preview on white background

This text has color #616BB2 on white background.



Black color preview on #616BB2 background

This text has black color on #616BB2 background.


White color preview on #616BB2 background

This text has white color on #616BB2 background.