COLOR #616C99

HEX: #616C99
RGB: (97,108,153)

Color info

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

RGB color model

#616C99 color RGB value is (97,108,153).

  • red value is 97;
  • green value is 108;
  • blue value is 153.
RGB:
(97,108,153)
(38%,42%,60%)

RGB channels and saturation

R 97 of 255 = 38%
G 108 of 255 = 42%
B 153 of 255 = 60%

97
108
153

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

Portions of RGB colors in percentages

R + G + B =
97 + 108 + 153 = 358 (100%)
R 97 of 358 ~ 27.09%
G 108 of 358 ~ 30.17%
B 153 of 358 ~ 42.74%

%27.09
%30.17
%42.74

CMYK color model

#616C99 color CMYK value is (37,29,0,40).

  • cyan value is 36.60%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(37,29,0,40)
C37M29Y0K40 
(37%,29%,0%,40%)
(0.37/0.29/0.00/0.40)	

CMYK percentages

%36.6
%29.41
%0
%40

Codes

Color #616C99 in popluar color models

616C99
RGB97108153
HSL228°22.40%49.02%
HSB/HSV228°36.60%60.00%
CMYK36.60%29.41%0.00%
40.00%

Color #616C99 in popluar number systems.

HEX616C99
Decimal97108153
Binary1100001110110010011001
Octal141154231

Shades and tints

Shades of #616C99

#616C99
(97,108,153)
#59638C
(89,99,140)
#515A7F
(81,90,127)
#495172
(73,81,114)
#414865
(65,72,101)
#393F58
(57,63,88)
#31364B
(49,54,75)
#292D3E
(41,45,62)
#212431
(33,36,49)
#191B24
(25,27,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #616C99

#616C99
(97,108,153)
#6F79A2
(111,121,162)
#7D86AB
(125,134,171)
#8B93B4
(139,147,180)
#99A0BD
(153,160,189)
#A7ADC6
(167,173,198)
#B5BACF
(181,186,207)
#C3C7D8
(195,199,216)
#D1D4E1
(209,212,225)
#DFE1EA
(223,225,234)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616C99 color. Also use rgb(97,108,153) instead hex code.

Text Font Color

.myTextColor { color: #616C99; }

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

This text font color is #616C99.


Background Color

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

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

This div background color is #616C99.


Border color

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

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

This div border color is #616C99.


Opacity

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

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

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

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

This text has shadow with #616C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616C99 on black background.


Color preview on white background

This text has color #616C99 on white background.



Black color preview on #616C99 background

This text has black color on #616C99 background.


White color preview on #616C99 background

This text has white color on #616C99 background.