HEX: #61B4DD
RGB: (97,180,221)
#61B4DD contains mainly green and blue colors. Web safe color of #61B4DD is #66CCCC (or #6CC).
#61B4DD color RGB value is (97,180,221).
RGB: (97,180,221)
(38%, 71%, 87%)
R 97 of 255 = 38%
G 180 of 255 = 71%
B 221 of 255 = 87%
R + G + B ~ 65%. #61B4DD is quite light color.
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'%
#61B4DD color CMYK value is (56,19,0,13).
CMYK: (56,19,0,13)
C56M19Y0K13 (56%, 19%, 0%, 13%)
(0.56 / 0.19 / 0.00 / 0.13)
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 of #61B4DD
Tints of #61B4DD
Examples of css and html codes for elements with #61B4DD color. Also use rgb(97,180,221) instead hex code.
.myTextColor { color: #61B4DD; }
<p style="color:#61B4DD">This sample text font color is #61B4DD.</p>
This text font color is #61B4DD.
.myBgColor { background-color: #61B4DD; }
<div style="background-color:#61B4DD">Inner text</div>
This div background color is #61B4DD.
.myBorderColor { border: 1px solid #61B4DD; }
<div style="border:3px solid #61B4DD">Div</div>
This div border color is #61B4DD.
.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%.
.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.
/* 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 text has color #61B4DD on black background.
This text has color #61B4DD on white background.
This text has black color on #61B4DD background.
This text has white color on #61B4DD background.
Complementary color for #hex is #9E4B22.