COLOR #616EB7

HEX: #616EB7
RGB: (97,110,183)

Color info

#616EB7 contains mainly blue color. Web safe color of #616EB7 is #6666CC (or #66C).

RGB color model

#616EB7 color RGB value is (97,110,183).

  • red value is 97;
  • green value is 110;
  • blue value is 183.
RGB:
(97,110,183)
(38%,43%,72%)

RGB channels and saturation

R 97 of 255 = 38%
G 110 of 255 = 43%
B 183 of 255 = 72%

97
110
183

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

Portions of RGB colors in percentages

R + G + B =
97 + 110 + 183 = 390 (100%)
R 97 of 390 ~ 24.87%
G 110 of 390 ~ 28.21%
B 183 of 390 ~ 46.92%

%24.87
%28.21
%46.92

CMYK color model

#616EB7 color CMYK value is (47,40,0,28).

  • cyan value is 46.99%
  • magenta value is 39.89%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(47,40,0,28)
C47M40Y0K28 
(47%,40%,0%,28%)
(0.47/0.40/0.00/0.28)	

CMYK percentages

%46.99
%39.89
%0
%28.24

Codes

Color #616EB7 in popluar color models

616EB7
RGB97110183
HSL231°37.39%54.90%
HSB/HSV231°46.99%71.76%
CMYK46.99%39.89%0.00%
28.24%

Color #616EB7 in popluar number systems.

HEX616EB7
Decimal97110183
Binary1100001110111010110111
Octal141156267

Shades and tints

Shades of #616EB7

#616EB7
(97,110,183)
#5964A7
(89,100,167)
#515A97
(81,90,151)
#495087
(73,80,135)
#414677
(65,70,119)
#393C67
(57,60,103)
#313257
(49,50,87)
#292847
(41,40,71)
#211E37
(33,30,55)
#191427
(25,20,39)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #616EB7

#616EB7
(97,110,183)
#6F7BBD
(111,123,189)
#7D88C3
(125,136,195)
#8B95C9
(139,149,201)
#99A2CF
(153,162,207)
#A7AFD5
(167,175,213)
#B5BCDB
(181,188,219)
#C3C9E1
(195,201,225)
#D1D6E7
(209,214,231)
#DFE3ED
(223,227,237)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616EB7 color. Also use rgb(97,110,183) instead hex code.

Text Font Color

.myTextColor { color: #616EB7; }

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

This text font color is #616EB7.


Background Color

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

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

This div background color is #616EB7.


Border color

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

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

This div border color is #616EB7.


Opacity

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

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

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

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

This text has shadow with #616EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616EB7 on black background.


Color preview on white background

This text has color #616EB7 on white background.



Black color preview on #616EB7 background

This text has black color on #616EB7 background.


White color preview on #616EB7 background

This text has white color on #616EB7 background.