Shades of Fountain Blue #61B1B4
Tints of Fountain Blue #61B1B4
RGB
CMYK
RGB Variations
Color information
#61B1B4 (or 0x61B1B4) is known color: Fountain Blue. HEX triplet: 61, B1 and B4. RGB value is (97,177,180). Sum of RGB (Red+Green+Blue) = 97+177+180=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #61B1B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B1B4 is #9E4E4B. Grayscale: #999999. Windows color (decimal): -10374732 or 11841889. OLE color: 11841889.
HSL color Cylindrical-coordinate representation of color #61B1B4: hue angle of 182.17º 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 #61B1B4 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 177 | 180 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.29 |
| HSL | 182.17º | 0.36% | 0.54% | - |
| HSV(B) | 182.17º | 0.46% | 0.71% | - |
| XYZ | 28.89 | 37.28 | 48.85 | - |
| YUV | 153.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 177 | 180 | 0.46 | 0.02 | 0 | 0.29 | 182.17 | 0.36 | 0.54 |
| Hex | 61 | B1 | B4 | 2E | 2 | 0 | 1D | B6 | 24 | 36 |
| Octal | 141 | 261 | 264 | 56 | 2 | 0 | 35 | 266 | 44 | 66 |
| Binary | 1100001 | 10110001 | 10110100 | 101110 | 10 | 0 | 11101 | 10110110 | 100100 | 110110 |
Color Harmonies of #61B1B4
Complementary color
Monochromatic Colors of #61B1B4
Black with #61B1B4
Text Example
Text Example
White with #61B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B1B4; }
p { color: rgb(97,177,180); }
H1.HeaderClassName
{
color: #61B1B4;
}
.AnyTagClassName
{
color: #61B1B4;
}
</style>
background-color css
<style>
a { background-color: #61B1B4; }
a { background-color: rgb(97,177,180); }
div.DivClassName
{
background-color: #61B1B4;
}
.BgClassName
{
background-color: #61B1B4;
}
</style>
border-color css
<style>
span { border-color: #61B1B4; }
span { border-color: rgb(97,177,180); }
td.TdClassName
{
border-color: #61B1B4;
}
.TagClassName
{
border-color: #61B1B4;
}
</style>