COLOR #61B4DD

HEX: #61B4DD RGB: (97,180,221)

Color info

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

RGB color model

#61B4DD color RGB value is (97,180,221).

RGB: (97,180,221) (38%, 71%, 87%)

RGB channels and saturation

R 97 of 255 = 38%
G 180 of 255 = 71%
B 221 of 255 = 87%

97
180
221

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

Portions of RGB colors in percentages

R + G + B = 97 + 180 + 221 = 498 (100%)
R 97 of 498 ~ 19.48%
G 180 of 498 ~ 36.14%
B 221 of 498 ~ 44.38'%

%19.48
%36.14
%44.38

CMYK color model

#61B4DD color CMYK value is (56,19,0,13).

  • cyan value is 56.11%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (56,19,0,13)
C56M19Y0K13 (56%, 19%, 0%, 13%)
(0.56 / 0.19 / 0.00 / 0.13)

CMYK percentages

%56.11
%18.55
%0
%13.33

Codes

Color #61B4DD in popluar color models

61 B4 DD
RGB 97 180 221
HSL 200° 64.58% 62.35%
HSB/HSV 200° 56.11% 86.67%
CMYK 56.11% 18.55% 0.00%
13.33%

Color #61B4DD in popluar number systems.

HEX 61 B4 DD
Decimal 97 180 221
Binary 1100001 10110100 11011101
Octal 141 264 335

Shades and tints

Shades of #61B4DD

#61B4DD
(97,180,221)
#59A4C9
(89,164,201)
#5194B5
(81,148,181)
#4984A1
(73,132,161)
#41748D
(65,116,141)
#396479
(57,100,121)
#315465
(49,84,101)
#294451
(41,68,81)
#21343D
(33,52,61)
#192429
(25,36,41)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #61B4DD

#61B4DD
(97,180,221)
#6FBAE0
(111,186,224)
#7DC0E3
(125,192,227)
#8BC6E6
(139,198,230)
#99CCE9
(153,204,233)
#A7D2EC
(167,210,236)
#B5D8EF
(181,216,239)
#C3DEF2
(195,222,242)
#D1E4F5
(209,228,245)
#DFEAF8
(223,234,248)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B4DD color. Also use rgb(97,180,221) instead hex code.

Text Font Color

.myTextColor { color: #61B4DD; }

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

This text font color is #61B4DD.

Background Color

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

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

This div background color is #61B4DD.

Border color

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

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

This div border color is #61B4DD.

Opacity

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

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

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

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

This text has shadow with #61B4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61B4DD.

Preview

Color preview on black background

This text has color #61B4DD on black background.


Color preview on white background

This text has color #61B4DD on white background.


Black color preview on #61B4DD background

This text has black color on #61B4DD background.


White color preview on #61B4DD background

This text has white color on #61B4DD background.


Related colors

Complementary color

Complementary color for #hex is #9E4B22.


I love getcolorcode.com

Triadic colors

1 #DD61B4 and #B4DD61 with #61B4DD are triadic colors.

2 #DDB461 and #B461DD with #61B4DD are triadic colors.