Shades of Fountain Blue #61ADB5
Tints of Fountain Blue #61ADB5
RGB
CMYK
RGB Variations
Color information
#61ADB5 (or 0x61ADB5) is known color: Fountain Blue. HEX triplet: 61, AD and B5. RGB value is (97,173,181). Sum of RGB (Red+Green+Blue) = 97+173+181=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 181 - color contains mainly: blue. Hex color #61ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADB5 is #9E524A. Grayscale: #979797. Windows color (decimal): -10375755 or 11906401. OLE color: 11906401.
HSL color Cylindrical-coordinate representation of color #61ADB5: hue angle of 185.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61ADB5 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 173 | 181 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.29 |
| HSL | 185.71º | 0.36% | 0.55% | - |
| HSV(B) | 185.71º | 0.46% | 0.71% | - |
| XYZ | 28.21 | 35.76 | 49.13 | - |
| YUV | 151.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 181 | 0.46 | 0.04 | 0 | 0.29 | 185.71 | 0.36 | 0.55 |
| Hex | 61 | AD | B5 | 2E | 4 | 0 | 1D | BA | 24 | 37 |
| Octal | 141 | 255 | 265 | 56 | 4 | 0 | 35 | 272 | 44 | 67 |
| Binary | 1100001 | 10101101 | 10110101 | 101110 | 100 | 0 | 11101 | 10111010 | 100100 | 110111 |
Color Harmonies of #61ADB5
Complementary color
Monochromatic Colors of #61ADB5
Black with #61ADB5
Text Example
Text Example
White with #61ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADB5; }
p { color: rgb(97,173,181); }
H1.HeaderClassName
{
color: #61ADB5;
}
.AnyTagClassName
{
color: #61ADB5;
}
</style>
background-color css
<style>
a { background-color: #61ADB5; }
a { background-color: rgb(97,173,181); }
div.DivClassName
{
background-color: #61ADB5;
}
.BgClassName
{
background-color: #61ADB5;
}
</style>
border-color css
<style>
span { border-color: #61ADB5; }
span { border-color: rgb(97,173,181); }
td.TdClassName
{
border-color: #61ADB5;
}
.TagClassName
{
border-color: #61ADB5;
}
</style>