Shades of Fountain Blue #61A6AF
Tints of Fountain Blue #61A6AF
RGB
CMYK
RGB Variations
Color information
#61A6AF (or 0x61A6AF) is known color: Fountain Blue. HEX triplet: 61, A6 and AF. RGB value is (97,166,175). Sum of RGB (Red+Green+Blue) = 97+166+175=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #61A6AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A6AF is #9E5950. Grayscale: #929292. Windows color (decimal): -10377553 or 11511393. OLE color: 11511393.
HSL color Cylindrical-coordinate representation of color #61A6AF: hue angle of 186.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61A6AF is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 166 | 175 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.31 |
| HSL | 186.92º | 0.33% | 0.53% | - |
| HSV(B) | 186.92º | 0.45% | 0.69% | - |
| XYZ | 26.3 | 32.91 | 45.52 | - |
| YUV | 146.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 175 | 0.45 | 0.05 | 0 | 0.31 | 186.92 | 0.33 | 0.53 |
| Hex | 61 | A6 | AF | 2D | 5 | 0 | 1F | BB | 21 | 35 |
| Octal | 141 | 246 | 257 | 55 | 5 | 0 | 37 | 273 | 41 | 65 |
| Binary | 1100001 | 10100110 | 10101111 | 101101 | 101 | 0 | 11111 | 10111011 | 100001 | 110101 |
Color Harmonies of #61A6AF
Complementary color
Monochromatic Colors of #61A6AF
Black with #61A6AF
Text Example
Text Example
White with #61A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A6AF; }
p { color: rgb(97,166,175); }
H1.HeaderClassName
{
color: #61A6AF;
}
.AnyTagClassName
{
color: #61A6AF;
}
</style>
background-color css
<style>
a { background-color: #61A6AF; }
a { background-color: rgb(97,166,175); }
div.DivClassName
{
background-color: #61A6AF;
}
.BgClassName
{
background-color: #61A6AF;
}
</style>
border-color css
<style>
span { border-color: #61A6AF; }
span { border-color: rgb(97,166,175); }
td.TdClassName
{
border-color: #61A6AF;
}
.TagClassName
{
border-color: #61A6AF;
}
</style>