COLOR #619691

HEX: #619691
RGB: (97,150,145)

Color info

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

RGB color model

#619691 color RGB value is (97,150,145).

  • red value is 97;
  • green value is 150;
  • blue value is 145.
RGB:
(97,150,145)
(38%,59%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 150 of 255 = 59%
B 145 of 255 = 57%

97
150
145

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

Portions of RGB colors in percentages

R + G + B =
97 + 150 + 145 = 392 (100%)
R 97 of 392 ~ 24.74%
G 150 of 392 ~ 38.27%
B 145 of 392 ~ 36.99%

%24.74
%38.27
%36.99

CMYK color model

#619691 color CMYK value is (35,0,3,41).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 41.18%
CMYK:
(35,0,3,41)
C35M0Y3K41 
(35%,0%,3%,41%)
(0.35/0.00/0.03/0.41)	

CMYK percentages

%35.33
%0
%3.33
%41.18

Codes

Color #619691 in popluar color models

619691
RGB97150145
HSL174°21.46%48.43%
HSB/HSV174°35.33%58.82%
CMYK35.33%0.00%3.33%
41.18%

Color #619691 in popluar number systems.

HEX619691
Decimal97150145
Binary11000011001011010010001
Octal141226221

Shades and tints

Shades of #619691

#619691
(97,150,145)
#598984
(89,137,132)
#517C77
(81,124,119)
#496F6A
(73,111,106)
#41625D
(65,98,93)
#395550
(57,85,80)
#314843
(49,72,67)
#293B36
(41,59,54)
#212E29
(33,46,41)
#19211C
(25,33,28)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #619691

#619691
(97,150,145)
#6F9F9B
(111,159,155)
#7DA8A5
(125,168,165)
#8BB1AF
(139,177,175)
#99BAB9
(153,186,185)
#A7C3C3
(167,195,195)
#B5CCCD
(181,204,205)
#C3D5D7
(195,213,215)
#D1DEE1
(209,222,225)
#DFE7EB
(223,231,235)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619691; }

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

This text font color is #619691.


Background Color

.myBgColor { background-color: #619691; }

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

This div background color is #619691.


Border color

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

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

This div border color is #619691.


Opacity

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

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

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

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

This text has shadow with #619691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619691 on black background.


Color preview on white background

This text has color #619691 on white background.



Black color preview on #619691 background

This text has black color on #619691 background.


White color preview on #619691 background

This text has white color on #619691 background.