COLOR #616DE6

HEX: #616DE6
RGB: (97,109,230)

Color info

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

RGB color model

#616DE6 color RGB value is (97,109,230).

  • red value is 97;
  • green value is 109;
  • blue value is 230.
RGB:
(97,109,230)
(38%,43%,90%)

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 230 of 255 = 90%

97
109
230

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

Portions of RGB colors in percentages

R + G + B =
97 + 109 + 230 = 436 (100%)
R 97 of 436 ~ 22.25%
G 109 of 436 ~ 25%
B 230 of 436 ~ 52.75%

%22.25
%25
%52.75

CMYK color model

#616DE6 color CMYK value is (58,53,0,10).

  • cyan value is 57.83%
  • magenta value is 52.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(58,53,0,10)
C58M53Y0K10 
(58%,53%,0%,10%)
(0.58/0.53/0.00/0.10)	

CMYK percentages

%57.83
%52.61
%0
%9.8

Codes

Color #616DE6 in popluar color models

616DE6
RGB97109230
HSL235°72.68%64.12%
HSB/HSV235°57.83%90.20%
CMYK57.83%52.61%0.00%
9.80%

Color #616DE6 in popluar number systems.

HEX616DE6
Decimal97109230
Binary1100001110110111100110
Octal141155346

Shades and tints

Shades of #616DE6

#616DE6
(97,109,230)
#5964D2
(89,100,210)
#515BBE
(81,91,190)
#4952AA
(73,82,170)
#414996
(65,73,150)
#394082
(57,64,130)
#31376E
(49,55,110)
#292E5A
(41,46,90)
#212546
(33,37,70)
#191C32
(25,28,50)
#11131E
(17,19,30)
#000000
(0,0,0)

Tints of #616DE6

#616DE6
(97,109,230)
#6F7AE8
(111,122,232)
#7D87EA
(125,135,234)
#8B94EC
(139,148,236)
#99A1EE
(153,161,238)
#A7AEF0
(167,174,240)
#B5BBF2
(181,187,242)
#C3C8F4
(195,200,244)
#D1D5F6
(209,213,246)
#DFE2F8
(223,226,248)
#EDEFFA
(237,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616DE6 color. Also use rgb(97,109,230) instead hex code.

Text Font Color

.myTextColor { color: #616DE6; }

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

This text font color is #616DE6.


Background Color

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

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

This div background color is #616DE6.


Border color

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

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

This div border color is #616DE6.


Opacity

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

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

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

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

This text has shadow with #616DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616DE6 on black background.


Color preview on white background

This text has color #616DE6 on white background.



Black color preview on #616DE6 background

This text has black color on #616DE6 background.


White color preview on #616DE6 background

This text has white color on #616DE6 background.