COLOR #61A4BD

HEX: #61A4BD
RGB: (97,164,189)

Color info

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

RGB color model

#61A4BD color RGB value is (97,164,189).

  • red value is 97;
  • green value is 164;
  • blue value is 189.
RGB:
(97,164,189)
(38%,64%,74%)

RGB channels and saturation

R 97 of 255 = 38%
G 164 of 255 = 64%
B 189 of 255 = 74%

97
164
189

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

Portions of RGB colors in percentages

R + G + B =
97 + 164 + 189 = 450 (100%)
R 97 of 450 ~ 21.56%
G 164 of 450 ~ 36.44%
B 189 of 450 ~ 42%

%21.56
%36.44
%42

CMYK color model

#61A4BD color CMYK value is (49,13,0,26).

  • cyan value is 48.68%
  • magenta value is 13.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(49,13,0,26)
C49M13Y0K26 
(49%,13%,0%,26%)
(0.49/0.13/0.00/0.26)	

CMYK percentages

%48.68
%13.23
%0
%25.88

Codes

Color #61A4BD in popluar color models

61A4BD
RGB97164189
HSL196°41.07%56.08%
HSB/HSV196°48.68%74.12%
CMYK48.68%13.23%0.00%
25.88%

Color #61A4BD in popluar number systems.

HEX61A4BD
Decimal97164189
Binary11000011010010010111101
Octal141244275

Shades and tints

Shades of #61A4BD

#61A4BD
(97,164,189)
#5996AC
(89,150,172)
#51889B
(81,136,155)
#497A8A
(73,122,138)
#416C79
(65,108,121)
#395E68
(57,94,104)
#315057
(49,80,87)
#294246
(41,66,70)
#213435
(33,52,53)
#192624
(25,38,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #61A4BD

#61A4BD
(97,164,189)
#6FACC3
(111,172,195)
#7DB4C9
(125,180,201)
#8BBCCF
(139,188,207)
#99C4D5
(153,196,213)
#A7CCDB
(167,204,219)
#B5D4E1
(181,212,225)
#C3DCE7
(195,220,231)
#D1E4ED
(209,228,237)
#DFECF3
(223,236,243)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A4BD color. Also use rgb(97,164,189) instead hex code.

Text Font Color

.myTextColor { color: #61A4BD; }

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

This text font color is #61A4BD.


Background Color

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

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

This div background color is #61A4BD.


Border color

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

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

This div border color is #61A4BD.


Opacity

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

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

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

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

This text has shadow with #61A4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A4BD on black background.


Color preview on white background

This text has color #61A4BD on white background.



Black color preview on #61A4BD background

This text has black color on #61A4BD background.


White color preview on #61A4BD background

This text has white color on #61A4BD background.