COLOR #61A5A9

HEX: #61A5A9
RGB: (97,165,169)

Color info

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

RGB color model

#61A5A9 color RGB value is (97,165,169).

  • red value is 97;
  • green value is 165;
  • blue value is 169.
RGB:
(97,165,169)
(38%,65%,66%)

RGB channels and saturation

R 97 of 255 = 38%
G 165 of 255 = 65%
B 169 of 255 = 66%

97
165
169

R + G + B ~ 56%. #61A5A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 165 + 169 = 431 (100%)
R 97 of 431 ~ 22.51%
G 165 of 431 ~ 38.28%
B 169 of 431 ~ 39.21%

%22.51
%38.28
%39.21

CMYK color model

#61A5A9 color CMYK value is (43,2,0,34).

  • cyan value is 42.60%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(43,2,0,34)
C43M2Y0K34 
(43%,2%,0%,34%)
(0.43/0.02/0.00/0.34)	

CMYK percentages

%42.6
%2.37
%0
%33.73

Codes

Color #61A5A9 in popluar color models

61A5A9
RGB97165169
HSL183°29.51%52.16%
HSB/HSV183°42.60%66.27%
CMYK42.60%2.37%0.00%
33.73%

Color #61A5A9 in popluar number systems.

HEX61A5A9
Decimal97165169
Binary11000011010010110101001
Octal141245251

Shades and tints

Shades of #61A5A9

#61A5A9
(97,165,169)
#59969A
(89,150,154)
#51878B
(81,135,139)
#49787C
(73,120,124)
#41696D
(65,105,109)
#395A5E
(57,90,94)
#314B4F
(49,75,79)
#293C40
(41,60,64)
#212D31
(33,45,49)
#191E22
(25,30,34)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #61A5A9

#61A5A9
(97,165,169)
#6FADB0
(111,173,176)
#7DB5B7
(125,181,183)
#8BBDBE
(139,189,190)
#99C5C5
(153,197,197)
#A7CDCC
(167,205,204)
#B5D5D3
(181,213,211)
#C3DDDA
(195,221,218)
#D1E5E1
(209,229,225)
#DFEDE8
(223,237,232)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A5A9 color. Also use rgb(97,165,169) instead hex code.

Text Font Color

.myTextColor { color: #61A5A9; }

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

This text font color is #61A5A9.


Background Color

.myBgColor { background-color: #61A5A9; }

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

This div background color is #61A5A9.


Border color

.myBorderColor { border: 1px solid #61A5A9; }

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

This div border color is #61A5A9.


Opacity

.myOpacity80 { color: #61A5A9; opacity: 0.8; }

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

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

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

This text has shadow with #61A5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A5A9 on black background.


Color preview on white background

This text has color #61A5A9 on white background.



Black color preview on #61A5A9 background

This text has black color on #61A5A9 background.


White color preview on #61A5A9 background

This text has white color on #61A5A9 background.