Shades of Fountain Blue #61B4B1
Tints of Fountain Blue #61B4B1
RGB
CMYK
RGB Variations
Color information
#61B4B1 (or 0x61B4B1) is known color: Fountain Blue. HEX triplet: 61, B4 and B1. RGB value is (97,180,177). Sum of RGB (Red+Green+Blue) = 97+180+177=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #61B4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B4B1 is #9E4B4E. Grayscale: #9A9A9A. Windows color (decimal): -10373967 or 11646049. OLE color: 11646049.
HSL color Cylindrical-coordinate representation of color #61B4B1: hue angle of 177.83º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B4B1 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 180 | 177 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.29 |
| HSL | 177.83º | 0.36% | 0.54% | - |
| HSV(B) | 177.83º | 0.46% | 0.71% | - |
| XYZ | 29.19 | 38.36 | 47.46 | - |
| YUV | 154.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 180 | 177 | 0.46 | 0 | 0.02 | 0.29 | 177.83 | 0.36 | 0.54 |
| Hex | 61 | B4 | B1 | 2E | 0 | 2 | 1D | B2 | 24 | 36 |
| Octal | 141 | 264 | 261 | 56 | 0 | 2 | 35 | 262 | 44 | 66 |
| Binary | 1100001 | 10110100 | 10110001 | 101110 | 0 | 10 | 11101 | 10110010 | 100100 | 110110 |
Color Harmonies of #61B4B1
Complementary color
Monochromatic Colors of #61B4B1
Black with #61B4B1
Text Example
Text Example
White with #61B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B4B1; }
p { color: rgb(97,180,177); }
H1.HeaderClassName
{
color: #61B4B1;
}
.AnyTagClassName
{
color: #61B4B1;
}
</style>
background-color css
<style>
a { background-color: #61B4B1; }
a { background-color: rgb(97,180,177); }
div.DivClassName
{
background-color: #61B4B1;
}
.BgClassName
{
background-color: #61B4B1;
}
</style>
border-color css
<style>
span { border-color: #61B4B1; }
span { border-color: rgb(97,180,177); }
td.TdClassName
{
border-color: #61B4B1;
}
.TagClassName
{
border-color: #61B4B1;
}
</style>