COLOR #61A6D6

HEX: #61A6D6
RGB: (97,166,214)

Color info

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

RGB color model

#61A6D6 color RGB value is (97,166,214).

  • red value is 97;
  • green value is 166;
  • blue value is 214.
RGB:
(97,166,214)
(38%,65%,84%)

RGB channels and saturation

R 97 of 255 = 38%
G 166 of 255 = 65%
B 214 of 255 = 84%

97
166
214

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

Portions of RGB colors in percentages

R + G + B =
97 + 166 + 214 = 477 (100%)
R 97 of 477 ~ 20.34%
G 166 of 477 ~ 34.8%
B 214 of 477 ~ 44.86%

%20.34
%34.8
%44.86

CMYK color model

#61A6D6 color CMYK value is (55,22,0,16).

  • cyan value is 54.67%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(55,22,0,16)
C55M22Y0K16 
(55%,22%,0%,16%)
(0.55/0.22/0.00/0.16)	

CMYK percentages

%54.67
%22.43
%0
%16.08

Codes

Color #61A6D6 in popluar color models

61A6D6
RGB97166214
HSL205°58.79%60.98%
HSB/HSV205°54.67%83.92%
CMYK54.67%22.43%0.00%
16.08%

Color #61A6D6 in popluar number systems.

HEX61A6D6
Decimal97166214
Binary11000011010011011010110
Octal141246326

Shades and tints

Shades of #61A6D6

#61A6D6
(97,166,214)
#5997C3
(89,151,195)
#5188B0
(81,136,176)
#49799D
(73,121,157)
#416A8A
(65,106,138)
#395B77
(57,91,119)
#314C64
(49,76,100)
#293D51
(41,61,81)
#212E3E
(33,46,62)
#191F2B
(25,31,43)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #61A6D6

#61A6D6
(97,166,214)
#6FAED9
(111,174,217)
#7DB6DC
(125,182,220)
#8BBEDF
(139,190,223)
#99C6E2
(153,198,226)
#A7CEE5
(167,206,229)
#B5D6E8
(181,214,232)
#C3DEEB
(195,222,235)
#D1E6EE
(209,230,238)
#DFEEF1
(223,238,241)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A6D6 color. Also use rgb(97,166,214) instead hex code.

Text Font Color

.myTextColor { color: #61A6D6; }

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

This text font color is #61A6D6.


Background Color

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

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

This div background color is #61A6D6.


Border color

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

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

This div border color is #61A6D6.


Opacity

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

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

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

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

This text has shadow with #61A6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A6D6 on black background.


Color preview on white background

This text has color #61A6D6 on white background.



Black color preview on #61A6D6 background

This text has black color on #61A6D6 background.


White color preview on #61A6D6 background

This text has white color on #61A6D6 background.