COLOR #61A2C9

HEX: #61A2C9 RGB: (97,162,201)

Color info

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

RGB color model

#61A2C9 color RGB value is (97,162,201).

RGB: (97,162,201) (38%, 64%, 79%)

RGB channels and saturation

R 97 of 255 = 38%
G 162 of 255 = 64%
B 201 of 255 = 79%

97
162
201

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

Portions of RGB colors in percentages

R + G + B = 97 + 162 + 201 = 460 (100%)
R 97 of 460 ~ 21.09%
G 162 of 460 ~ 35.22%
B 201 of 460 ~ 43.7'%

%21.09
%35.22
%43.7

CMYK color model

#61A2C9 color CMYK value is (52,19,0,21).

  • cyan value is 51.74%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (52,19,0,21)
C52M19Y0K21 (52%, 19%, 0%, 21%)
(0.52 / 0.19 / 0.00 / 0.21)

CMYK percentages

%51.74
%19.4
%0
%21.18

Codes

Color #61A2C9 in popluar color models

61 A2 C9
RGB 97 162 201
HSL 203° 49.06% 58.43%
HSB/HSV 203° 51.74% 78.82%
CMYK 51.74% 19.40% 0.00%
21.18%

Color #61A2C9 in popluar number systems.

HEX 61 A2 C9
Decimal 97 162 201
Binary 1100001 10100010 11001001
Octal 141 242 311

Shades and tints

Shades of #61A2C9

#61A2C9
(97,162,201)
#5994B7
(89,148,183)
#5186A5
(81,134,165)
#497893
(73,120,147)
#416A81
(65,106,129)
#395C6F
(57,92,111)
#314E5D
(49,78,93)
#29404B
(41,64,75)
#213239
(33,50,57)
#192427
(25,36,39)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #61A2C9

#61A2C9
(97,162,201)
#6FAACD
(111,170,205)
#7DB2D1
(125,178,209)
#8BBAD5
(139,186,213)
#99C2D9
(153,194,217)
#A7CADD
(167,202,221)
#B5D2E1
(181,210,225)
#C3DAE5
(195,218,229)
#D1E2E9
(209,226,233)
#DFEAED
(223,234,237)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61A2C9; }

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

This text font color is #61A2C9.

Background Color

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

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

This div background color is #61A2C9.

Border color

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

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

This div border color is #61A2C9.

Opacity

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

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

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

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

This text has shadow with #61A2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61A2C9.

Preview

Color preview on black background

This text has color #61A2C9 on black background.


Color preview on white background

This text has color #61A2C9 on white background.


Black color preview on #61A2C9 background

This text has black color on #61A2C9 background.


White color preview on #61A2C9 background

This text has white color on #61A2C9 background.


Related colors

Complementary color

Complementary color for #hex is #9E5D36.


I love getcolorcode.com

Triadic colors

1 #C961A2 and #A2C961 with #61A2C9 are triadic colors.

2 #C9A261 and #A261C9 with #61A2C9 are triadic colors.