COLOR #616195

HEX: #616195
RGB: (97,97,149)

Color info

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

RGB color model

#616195 color RGB value is (97,97,149).

  • red value is 97;
  • green value is 97;
  • blue value is 149.
RGB:
(97,97,149)
(38%,38%,58%)

RGB channels and saturation

R 97 of 255 = 38%
G 97 of 255 = 38%
B 149 of 255 = 58%

97
97
149

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

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 149 = 343 (100%)
R 97 of 343 ~ 28.28%
G 97 of 343 ~ 28.28%
B 149 of 343 ~ 43.44%

%28.28
%28.28
%43.44

CMYK color model

#616195 color CMYK value is (35,35,0,42).

  • cyan value is 34.90%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(35,35,0,42)
C35M35Y0K42 
(35%,35%,0%,42%)
(0.35/0.35/0.00/0.42)	

CMYK percentages

%34.9
%34.9
%0
%41.57

Codes

Color #616195 in popluar color models

616195
RGB9797149
HSL240°21.14%48.24%
HSB/HSV240°34.90%58.43%
CMYK34.90%34.90%0.00%
41.57%

Color #616195 in popluar number systems.

HEX616195
Decimal9797149
Binary1100001110000110010101
Octal141141225

Shades and tints

Shades of #616195

#616195
(97,97,149)
#595988
(89,89,136)
#51517B
(81,81,123)
#49496E
(73,73,110)
#414161
(65,65,97)
#393954
(57,57,84)
#313147
(49,49,71)
#29293A
(41,41,58)
#21212D
(33,33,45)
#191920
(25,25,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #616195

#616195
(97,97,149)
#6F6F9E
(111,111,158)
#7D7DA7
(125,125,167)
#8B8BB0
(139,139,176)
#9999B9
(153,153,185)
#A7A7C2
(167,167,194)
#B5B5CB
(181,181,203)
#C3C3D4
(195,195,212)
#D1D1DD
(209,209,221)
#DFDFE6
(223,223,230)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616195; }

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

This text font color is #616195.


Background Color

.myBgColor { background-color: #616195; }

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

This div background color is #616195.


Border color

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

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

This div border color is #616195.


Opacity

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

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

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

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

This text has shadow with #616195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616195 on black background.


Color preview on white background

This text has color #616195 on white background.



Black color preview on #616195 background

This text has black color on #616195 background.


White color preview on #616195 background

This text has white color on #616195 background.