COLOR #616490

HEX: #616490
RGB: (97,100,144)

Color info

#616490 contains red, green and blue colors in about the same proportion. Web safe color of #616490 is #666699 (or #669).

RGB color model

#616490 color RGB value is (97,100,144).

  • red value is 97;
  • green value is 100;
  • blue value is 144.
RGB:
(97,100,144)
(38%,39%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 144 of 255 = 56%

97
100
144

R + G + B ~ 44%. #616490 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 144 = 341 (100%)
R 97 of 341 ~ 28.45%
G 100 of 341 ~ 29.33%
B 144 of 341 ~ 42.23%

%28.45
%29.33
%42.23

CMYK color model

#616490 color CMYK value is (33,31,0,44).

  • cyan value is 32.64%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(33,31,0,44)
C33M31Y0K44 
(33%,31%,0%,44%)
(0.33/0.31/0.00/0.44)	

CMYK percentages

%32.64
%30.56
%0
%43.53

Codes

Color #616490 in popluar color models

616490
RGB97100144
HSL236°19.50%47.25%
HSB/HSV236°32.64%56.47%
CMYK32.64%30.56%0.00%
43.53%

Color #616490 in popluar number systems.

HEX616490
Decimal97100144
Binary1100001110010010010000
Octal141144220

Shades and tints

Shades of #616490

#616490
(97,100,144)
#595B83
(89,91,131)
#515276
(81,82,118)
#494969
(73,73,105)
#41405C
(65,64,92)
#39374F
(57,55,79)
#312E42
(49,46,66)
#292535
(41,37,53)
#211C28
(33,28,40)
#19131B
(25,19,27)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #616490

#616490
(97,100,144)
#6F729A
(111,114,154)
#7D80A4
(125,128,164)
#8B8EAE
(139,142,174)
#999CB8
(153,156,184)
#A7AAC2
(167,170,194)
#B5B8CC
(181,184,204)
#C3C6D6
(195,198,214)
#D1D4E0
(209,212,224)
#DFE2EA
(223,226,234)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616490 color. Also use rgb(97,100,144) instead hex code.

Text Font Color

.myTextColor { color: #616490; }

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

This text font color is #616490.


Background Color

.myBgColor { background-color: #616490; }

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

This div background color is #616490.


Border color

.myBorderColor { border: 1px solid #616490; }

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

This div border color is #616490.


Opacity

.myOpacity80 { color: #616490; opacity: 0.8; }

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

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

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

This text has shadow with #616490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616490 on black background.


Color preview on white background

This text has color #616490 on white background.



Black color preview on #616490 background

This text has black color on #616490 background.


White color preview on #616490 background

This text has white color on #616490 background.