COLOR #61A2B3

HEX: #61A2B3
RGB: (97,162,179)

Color info

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

RGB color model

#61A2B3 color RGB value is (97,162,179).

  • red value is 97;
  • green value is 162;
  • blue value is 179.
RGB:
(97,162,179)
(38%,64%,70%)

RGB channels and saturation

R 97 of 255 = 38%
G 162 of 255 = 64%
B 179 of 255 = 70%

97
162
179

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

Portions of RGB colors in percentages

R + G + B =
97 + 162 + 179 = 438 (100%)
R 97 of 438 ~ 22.15%
G 162 of 438 ~ 36.99%
B 179 of 438 ~ 40.87%

%22.15
%36.99
%40.87

CMYK color model

#61A2B3 color CMYK value is (46,9,0,30).

  • cyan value is 45.81%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(46,9,0,30)
C46M9Y0K30 
(46%,9%,0%,30%)
(0.46/0.09/0.00/0.30)	

CMYK percentages

%45.81
%9.5
%0
%29.8

Codes

Color #61A2B3 in popluar color models

61A2B3
RGB97162179
HSL192°35.04%54.12%
HSB/HSV192°45.81%70.20%
CMYK45.81%9.50%0.00%
29.80%

Color #61A2B3 in popluar number systems.

HEX61A2B3
Decimal97162179
Binary11000011010001010110011
Octal141242263

Shades and tints

Shades of #61A2B3

#61A2B3
(97,162,179)
#5994A3
(89,148,163)
#518693
(81,134,147)
#497883
(73,120,131)
#416A73
(65,106,115)
#395C63
(57,92,99)
#314E53
(49,78,83)
#294043
(41,64,67)
#213233
(33,50,51)
#192423
(25,36,35)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #61A2B3

#61A2B3
(97,162,179)
#6FAAB9
(111,170,185)
#7DB2BF
(125,178,191)
#8BBAC5
(139,186,197)
#99C2CB
(153,194,203)
#A7CAD1
(167,202,209)
#B5D2D7
(181,210,215)
#C3DADD
(195,218,221)
#D1E2E3
(209,226,227)
#DFEAE9
(223,234,233)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A2B3 color. Also use rgb(97,162,179) instead hex code.

Text Font Color

.myTextColor { color: #61A2B3; }

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

This text font color is #61A2B3.


Background Color

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

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

This div background color is #61A2B3.


Border color

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

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

This div border color is #61A2B3.


Opacity

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

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

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

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

This text has shadow with #61A2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A2B3 on black background.


Color preview on white background

This text has color #61A2B3 on white background.



Black color preview on #61A2B3 background

This text has black color on #61A2B3 background.


White color preview on #61A2B3 background

This text has white color on #61A2B3 background.