COLOR #616682

HEX: #616682
RGB: (97,102,130)

Color info

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

RGB color model

#616682 color RGB value is (97,102,130).

  • red value is 97;
  • green value is 102;
  • blue value is 130.
RGB:
(97,102,130)
(38%,40%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 102 of 255 = 40%
B 130 of 255 = 51%

97
102
130

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

Portions of RGB colors in percentages

R + G + B =
97 + 102 + 130 = 329 (100%)
R 97 of 329 ~ 29.48%
G 102 of 329 ~ 31%
B 130 of 329 ~ 39.51%

%29.48
%31
%39.51

CMYK color model

#616682 color CMYK value is (25,22,0,49).

  • cyan value is 25.38%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(25,22,0,49)
C25M22Y0K49 
(25%,22%,0%,49%)
(0.25/0.22/0.00/0.49)	

CMYK percentages

%25.38
%21.54
%0
%49.02

Codes

Color #616682 in popluar color models

616682
RGB97102130
HSL231°14.54%44.51%
HSB/HSV231°25.38%50.98%
CMYK25.38%21.54%0.00%
49.02%

Color #616682 in popluar number systems.

HEX616682
Decimal97102130
Binary1100001110011010000010
Octal141146202

Shades and tints

Shades of #616682

#616682
(97,102,130)
#595D77
(89,93,119)
#51546C
(81,84,108)
#494B61
(73,75,97)
#414256
(65,66,86)
#39394B
(57,57,75)
#313040
(49,48,64)
#292735
(41,39,53)
#211E2A
(33,30,42)
#19151F
(25,21,31)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #616682

#616682
(97,102,130)
#6F738D
(111,115,141)
#7D8098
(125,128,152)
#8B8DA3
(139,141,163)
#999AAE
(153,154,174)
#A7A7B9
(167,167,185)
#B5B4C4
(181,180,196)
#C3C1CF
(195,193,207)
#D1CEDA
(209,206,218)
#DFDBE5
(223,219,229)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616682; }

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

This text font color is #616682.


Background Color

.myBgColor { background-color: #616682; }

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

This div background color is #616682.


Border color

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

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

This div border color is #616682.


Opacity

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

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

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

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

This text has shadow with #616682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616682 on black background.


Color preview on white background

This text has color #616682 on white background.



Black color preview on #616682 background

This text has black color on #616682 background.


White color preview on #616682 background

This text has white color on #616682 background.