COLOR #61B6C9

HEX: #61B6C9
RGB: (97,182,201)

Color info

#61B6C9 contains mainly green and blue colors. Web safe color of #61B6C9 is #66CCCC (or #6CC).

RGB color model

#61B6C9 color RGB value is (97,182,201).

  • red value is 97;
  • green value is 182;
  • blue value is 201.
RGB:
(97,182,201)
(38%,71%,79%)

RGB channels and saturation

R 97 of 255 = 38%
G 182 of 255 = 71%
B 201 of 255 = 79%

97
182
201

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

Portions of RGB colors in percentages

R + G + B =
97 + 182 + 201 = 480 (100%)
R 97 of 480 ~ 20.21%
G 182 of 480 ~ 37.92%
B 201 of 480 ~ 41.88%

%20.21
%37.92
%41.88

CMYK color model

#61B6C9 color CMYK value is (52,9,0,21).

  • cyan value is 51.74%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(52,9,0,21)
C52M9Y0K21 
(52%,9%,0%,21%)
(0.52/0.09/0.00/0.21)	

CMYK percentages

%51.74
%9.45
%0
%21.18

Codes

Color #61B6C9 in popluar color models

61B6C9
RGB97182201
HSL191°49.06%58.43%
HSB/HSV191°51.74%78.82%
CMYK51.74%9.45%0.00%
21.18%

Color #61B6C9 in popluar number systems.

HEX61B6C9
Decimal97182201
Binary11000011011011011001001
Octal141266311

Shades and tints

Shades of #61B6C9

#61B6C9
(97,182,201)
#59A6B7
(89,166,183)
#5196A5
(81,150,165)
#498693
(73,134,147)
#417681
(65,118,129)
#39666F
(57,102,111)
#31565D
(49,86,93)
#29464B
(41,70,75)
#213639
(33,54,57)
#192627
(25,38,39)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #61B6C9

#61B6C9
(97,182,201)
#6FBCCD
(111,188,205)
#7DC2D1
(125,194,209)
#8BC8D5
(139,200,213)
#99CED9
(153,206,217)
#A7D4DD
(167,212,221)
#B5DAE1
(181,218,225)
#C3E0E5
(195,224,229)
#D1E6E9
(209,230,233)
#DFECED
(223,236,237)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61B6C9; }

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

This text font color is #61B6C9.


Background Color

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

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

This div background color is #61B6C9.


Border color

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

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

This div border color is #61B6C9.


Opacity

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

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

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

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

This text has shadow with #61B6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B6C9 on black background.


Color preview on white background

This text has color #61B6C9 on white background.



Black color preview on #61B6C9 background

This text has black color on #61B6C9 background.


White color preview on #61B6C9 background

This text has white color on #61B6C9 background.