COLOR #619987

HEX: #619987
RGB: (97,153,135)

Color info

#619987 contains red, green and blue colors in about the same proportion. Web safe color of #619987 is #669999 (or #699).

RGB color model

#619987 color RGB value is (97,153,135).

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

RGB channels and saturation

R 97 of 255 = 38%
G 153 of 255 = 60%
B 135 of 255 = 53%

97
153
135

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

Portions of RGB colors in percentages

R + G + B =
97 + 153 + 135 = 385 (100%)
R 97 of 385 ~ 25.19%
G 153 of 385 ~ 39.74%
B 135 of 385 ~ 35.06%

%25.19
%39.74
%35.06

CMYK color model

#619987 color CMYK value is (37,0,12,40).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(37,0,12,40)
C37M0Y12K40 
(37%,0%,12%,40%)
(0.37/0.00/0.12/0.40)	

CMYK percentages

%36.6
%0
%11.76
%40

Codes

Color #619987 in popluar color models

619987
RGB97153135
HSL161°22.40%49.02%
HSB/HSV161°36.60%60.00%
CMYK36.60%0.00%11.76%
40.00%

Color #619987 in popluar number systems.

HEX619987
Decimal97153135
Binary11000011001100110000111
Octal141231207

Shades and tints

Shades of #619987

#619987
(97,153,135)
#598C7B
(89,140,123)
#517F6F
(81,127,111)
#497263
(73,114,99)
#416557
(65,101,87)
#39584B
(57,88,75)
#314B3F
(49,75,63)
#293E33
(41,62,51)
#213127
(33,49,39)
#19241B
(25,36,27)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #619987

#619987
(97,153,135)
#6FA291
(111,162,145)
#7DAB9B
(125,171,155)
#8BB4A5
(139,180,165)
#99BDAF
(153,189,175)
#A7C6B9
(167,198,185)
#B5CFC3
(181,207,195)
#C3D8CD
(195,216,205)
#D1E1D7
(209,225,215)
#DFEAE1
(223,234,225)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619987; }

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

This text font color is #619987.


Background Color

.myBgColor { background-color: #619987; }

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

This div background color is #619987.


Border color

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

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

This div border color is #619987.


Opacity

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

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

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

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

This text has shadow with #619987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619987 on black background.


Color preview on white background

This text has color #619987 on white background.



Black color preview on #619987 background

This text has black color on #619987 background.


White color preview on #619987 background

This text has white color on #619987 background.