Shades of Fountain Blue #61ADB9
Tints of Fountain Blue #61ADB9
RGB
CMYK
RGB Variations
Color information
#61ADB9 (or 0x61ADB9) is known color: Fountain Blue. HEX triplet: 61, AD and B9. RGB value is (97,173,185). Sum of RGB (Red+Green+Blue) = 97+173+185=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #61ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADB9 is #9E5246. Grayscale: #979797. Windows color (decimal): -10375751 or 12168545. OLE color: 12168545.
HSL color Cylindrical-coordinate representation of color #61ADB9: hue angle of 188.18º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61ADB9 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 173 | 185 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.27 |
| HSL | 188.18º | 0.39% | 0.55% | - |
| HSV(B) | 188.18º | 0.48% | 0.73% | - |
| XYZ | 28.63 | 35.93 | 51.33 | - |
| YUV | 151.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 185 | 0.48 | 0.06 | 0 | 0.27 | 188.18 | 0.39 | 0.55 |
| Hex | 61 | AD | B9 | 30 | 6 | 0 | 1B | BC | 27 | 37 |
| Octal | 141 | 255 | 271 | 60 | 6 | 0 | 33 | 274 | 47 | 67 |
| Binary | 1100001 | 10101101 | 10111001 | 110000 | 110 | 0 | 11011 | 10111100 | 100111 | 110111 |
Color Harmonies of #61ADB9
Complementary color
Monochromatic Colors of #61ADB9
Black with #61ADB9
Text Example
Text Example
White with #61ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADB9; }
p { color: rgb(97,173,185); }
H1.HeaderClassName
{
color: #61ADB9;
}
.AnyTagClassName
{
color: #61ADB9;
}
</style>
background-color css
<style>
a { background-color: #61ADB9; }
a { background-color: rgb(97,173,185); }
div.DivClassName
{
background-color: #61ADB9;
}
.BgClassName
{
background-color: #61ADB9;
}
</style>
border-color css
<style>
span { border-color: #61ADB9; }
span { border-color: rgb(97,173,185); }
td.TdClassName
{
border-color: #61ADB9;
}
.TagClassName
{
border-color: #61ADB9;
}
</style>