COLOR #61A2D2

HEX: #61A2D2 RGB: (97,162,210)

Color info

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

RGB color model

#61A2D2 color RGB value is (97,162,210).

RGB: (97,162,210) (38%, 64%, 82%)

RGB channels and saturation

R 97 of 255 = 38%
G 162 of 255 = 64%
B 210 of 255 = 82%

97
162
210

R + G + B ~ 61%. #61A2D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 162 + 210 = 469 (100%)
R 97 of 469 ~ 20.68%
G 162 of 469 ~ 34.54%
B 210 of 469 ~ 44.78'%

%20.68
%34.54
%44.78

CMYK color model

#61A2D2 color CMYK value is (54,23,0,18).

  • cyan value is 53.81%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (54,23,0,18)
C54M23Y0K18 (54%, 23%, 0%, 18%)
(0.54 / 0.23 / 0.00 / 0.18)

CMYK percentages

%53.81
%22.86
%0
%17.65

Codes

Color #61A2D2 in popluar color models

61 A2 D2
RGB 97 162 210
HSL 205° 55.67% 60.20%
HSB/HSV 205° 53.81% 82.35%
CMYK 53.81% 22.86% 0.00%
17.65%

Color #61A2D2 in popluar number systems.

HEX 61 A2 D2
Decimal 97 162 210
Binary 1100001 10100010 11010010
Octal 141 242 322

Shades and tints

Shades of #61A2D2

#61A2D2
(97,162,210)
#5994BF
(89,148,191)
#5186AC
(81,134,172)
#497899
(73,120,153)
#416A86
(65,106,134)
#395C73
(57,92,115)
#314E60
(49,78,96)
#29404D
(41,64,77)
#21323A
(33,50,58)
#192427
(25,36,39)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #61A2D2

#61A2D2
(97,162,210)
#6FAAD6
(111,170,214)
#7DB2DA
(125,178,218)
#8BBADE
(139,186,222)
#99C2E2
(153,194,226)
#A7CAE6
(167,202,230)
#B5D2EA
(181,210,234)
#C3DAEE
(195,218,238)
#D1E2F2
(209,226,242)
#DFEAF6
(223,234,246)
#EDF2FA
(237,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61A2D2; }

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

This text font color is #61A2D2.

Background Color

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

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

This div background color is #61A2D2.

Border color

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

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

This div border color is #61A2D2.

Opacity

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

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

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

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

This text has shadow with #61A2D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61A2D2.

Preview

Color preview on black background

This text has color #61A2D2 on black background.


Color preview on white background

This text has color #61A2D2 on white background.


Black color preview on #61A2D2 background

This text has black color on #61A2D2 background.


White color preview on #61A2D2 background

This text has white color on #61A2D2 background.


Related colors

Complementary color

Complementary color for #hex is #9E5D2D.


I love getcolorcode.com

Triadic colors

1 #D261A2 and #A2D261 with #61A2D2 are triadic colors.

2 #D2A261 and #A261D2 with #61A2D2 are triadic colors.