Shades of Fountain Blue #61AAA9
Tints of Fountain Blue #61AAA9
RGB
CMYK
RGB Variations
Color information
#61AAA9 (or 0x61AAA9) is known color: Fountain Blue. HEX triplet: 61, AA and A9. RGB value is (97,170,169). Sum of RGB (Red+Green+Blue) = 97+170+169=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #61AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AAA9 is #9E5556. Grayscale: #939393. Windows color (decimal): -10376535 or 11119201. OLE color: 11119201.
HSL color Cylindrical-coordinate representation of color #61AAA9: hue angle of 179.18º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AAA9 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 170 | 169 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.33 |
| HSL | 179.18º | 0.3% | 0.52% | - |
| HSV(B) | 179.18º | 0.43% | 0.67% | - |
| XYZ | 26.47 | 34.16 | 42.73 | - |
| YUV | 148.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 169 | 0.43 | 0 | 0.01 | 0.33 | 179.18 | 0.3 | 0.52 |
| Hex | 61 | AA | A9 | 2B | 0 | 1 | 21 | B3 | 1E | 34 |
| Octal | 141 | 252 | 251 | 53 | 0 | 1 | 41 | 263 | 36 | 64 |
| Binary | 1100001 | 10101010 | 10101001 | 101011 | 0 | 1 | 100001 | 10110011 | 11110 | 110100 |
Color Harmonies of #61AAA9
Complementary color
Monochromatic Colors of #61AAA9
Black with #61AAA9
Text Example
Text Example
White with #61AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAA9; }
p { color: rgb(97,170,169); }
H1.HeaderClassName
{
color: #61AAA9;
}
.AnyTagClassName
{
color: #61AAA9;
}
</style>
background-color css
<style>
a { background-color: #61AAA9; }
a { background-color: rgb(97,170,169); }
div.DivClassName
{
background-color: #61AAA9;
}
.BgClassName
{
background-color: #61AAA9;
}
</style>
border-color css
<style>
span { border-color: #61AAA9; }
span { border-color: rgb(97,170,169); }
td.TdClassName
{
border-color: #61AAA9;
}
.TagClassName
{
border-color: #61AAA9;
}
</style>