COLOR #61A5B7

HEX: #61A5B7
RGB: (97,165,183)

Color info

#61A5B7 contains mainly green and blue colors. Web safe color of #61A5B7 is #6699CC (or #69C).

RGB color model

#61A5B7 color RGB value is (97,165,183).

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

RGB channels and saturation

R 97 of 255 = 38%
G 165 of 255 = 65%
B 183 of 255 = 72%

97
165
183

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

Portions of RGB colors in percentages

R + G + B =
97 + 165 + 183 = 445 (100%)
R 97 of 445 ~ 21.8%
G 165 of 445 ~ 37.08%
B 183 of 445 ~ 41.12%

%21.8
%37.08
%41.12

CMYK color model

#61A5B7 color CMYK value is (47,10,0,28).

  • cyan value is 46.99%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(47,10,0,28)
C47M10Y0K28 
(47%,10%,0%,28%)
(0.47/0.10/0.00/0.28)	

CMYK percentages

%46.99
%9.84
%0
%28.24

Codes

Color #61A5B7 in popluar color models

61A5B7
RGB97165183
HSL193°37.39%54.90%
HSB/HSV193°46.99%71.76%
CMYK46.99%9.84%0.00%
28.24%

Color #61A5B7 in popluar number systems.

HEX61A5B7
Decimal97165183
Binary11000011010010110110111
Octal141245267

Shades and tints

Shades of #61A5B7

#61A5B7
(97,165,183)
#5996A7
(89,150,167)
#518797
(81,135,151)
#497887
(73,120,135)
#416977
(65,105,119)
#395A67
(57,90,103)
#314B57
(49,75,87)
#293C47
(41,60,71)
#212D37
(33,45,55)
#191E27
(25,30,39)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #61A5B7

#61A5B7
(97,165,183)
#6FADBD
(111,173,189)
#7DB5C3
(125,181,195)
#8BBDC9
(139,189,201)
#99C5CF
(153,197,207)
#A7CDD5
(167,205,213)
#B5D5DB
(181,213,219)
#C3DDE1
(195,221,225)
#D1E5E7
(209,229,231)
#DFEDED
(223,237,237)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61A5B7; }

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

This text font color is #61A5B7.


Background Color

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

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

This div background color is #61A5B7.


Border color

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

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

This div border color is #61A5B7.


Opacity

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

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

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

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

This text has shadow with #61A5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A5B7 on black background.


Color preview on white background

This text has color #61A5B7 on white background.



Black color preview on #61A5B7 background

This text has black color on #61A5B7 background.


White color preview on #61A5B7 background

This text has white color on #61A5B7 background.