COLOR #619F9B

HEX: #619F9B
RGB: (97,159,155)

Color info

#619F9B contains mainly green and blue colors. Web safe color of #619F9B is #669999 (or #699).

RGB color model

#619F9B color RGB value is (97,159,155).

  • red value is 97;
  • green value is 159;
  • blue value is 155.
RGB:
(97,159,155)
(38%,62%,61%)

RGB channels and saturation

R 97 of 255 = 38%
G 159 of 255 = 62%
B 155 of 255 = 61%

97
159
155

R + G + B ~ 54%. #619F9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 159 + 155 = 411 (100%)
R 97 of 411 ~ 23.6%
G 159 of 411 ~ 38.69%
B 155 of 411 ~ 37.71%

%23.6
%38.69
%37.71

CMYK color model

#619F9B color CMYK value is (39,0,3,38).

  • cyan value is 38.99%
  • magenta value is 0.00%
  • yellow value is 2.52%
  • key color value is 37.65%
CMYK:
(39,0,3,38)
C39M0Y3K38 
(39%,0%,3%,38%)
(0.39/0.00/0.03/0.38)	

CMYK percentages

%38.99
%0
%2.52
%37.65

Codes

Color #619F9B in popluar color models

619F9B
RGB97159155
HSL176°24.41%50.20%
HSB/HSV176°38.99%62.35%
CMYK38.99%0.00%2.52%
37.65%

Color #619F9B in popluar number systems.

HEX619F9B
Decimal97159155
Binary11000011001111110011011
Octal141237233

Shades and tints

Shades of #619F9B

#619F9B
(97,159,155)
#59918D
(89,145,141)
#51837F
(81,131,127)
#497571
(73,117,113)
#416763
(65,103,99)
#395955
(57,89,85)
#314B47
(49,75,71)
#293D39
(41,61,57)
#212F2B
(33,47,43)
#19211D
(25,33,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #619F9B

#619F9B
(97,159,155)
#6FA7A4
(111,167,164)
#7DAFAD
(125,175,173)
#8BB7B6
(139,183,182)
#99BFBF
(153,191,191)
#A7C7C8
(167,199,200)
#B5CFD1
(181,207,209)
#C3D7DA
(195,215,218)
#D1DFE3
(209,223,227)
#DFE7EC
(223,231,236)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619F9B color. Also use rgb(97,159,155) instead hex code.

Text Font Color

.myTextColor { color: #619F9B; }

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

This text font color is #619F9B.


Background Color

.myBgColor { background-color: #619F9B; }

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

This div background color is #619F9B.


Border color

.myBorderColor { border: 1px solid #619F9B; }

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

This div border color is #619F9B.


Opacity

.myOpacity80 { color: #619F9B; opacity: 0.8; }

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

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

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

This text has shadow with #619F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619F9B on black background.


Color preview on white background

This text has color #619F9B on white background.



Black color preview on #619F9B background

This text has black color on #619F9B background.


White color preview on #619F9B background

This text has white color on #619F9B background.