Shades of Fountain Blue #61A5B5
Tints of Fountain Blue #61A5B5
RGB
CMYK
RGB Variations
Color information
#61A5B5 (or 0x61A5B5) is known color: Fountain Blue. HEX triplet: 61, A5 and B5. RGB value is (97,165,181). Sum of RGB (Red+Green+Blue) = 97+165+181=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #61A5B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5B5 is #9E5A4A. Grayscale: #929292. Windows color (decimal): -10377803 or 11904353. OLE color: 11904353.
HSL color Cylindrical-coordinate representation of color #61A5B5: hue angle of 191.43º 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 #61A5B5 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 165 | 181 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.29 |
| HSL | 191.43º | 0.36% | 0.55% | - |
| HSV(B) | 191.43º | 0.46% | 0.71% | - |
| XYZ | 26.73 | 32.79 | 48.64 | - |
| YUV | 146.49 | 147.47 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 181 | 0.46 | 0.09 | 0 | 0.29 | 191.43 | 0.36 | 0.55 |
| Hex | 61 | A5 | B5 | 2E | 9 | 0 | 1D | BF | 24 | 37 |
| Octal | 141 | 245 | 265 | 56 | 11 | 0 | 35 | 277 | 44 | 67 |
| Binary | 1100001 | 10100101 | 10110101 | 101110 | 1001 | 0 | 11101 | 10111111 | 100100 | 110111 |
Color Harmonies of #61A5B5
Complementary color
Monochromatic Colors of #61A5B5
Black with #61A5B5
Text Example
Text Example
White with #61A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A5B5; }
p { color: rgb(97,165,181); }
H1.HeaderClassName
{
color: #61A5B5;
}
.AnyTagClassName
{
color: #61A5B5;
}
</style>
background-color css
<style>
a { background-color: #61A5B5; }
a { background-color: rgb(97,165,181); }
div.DivClassName
{
background-color: #61A5B5;
}
.BgClassName
{
background-color: #61A5B5;
}
</style>
border-color css
<style>
span { border-color: #61A5B5; }
span { border-color: rgb(97,165,181); }
td.TdClassName
{
border-color: #61A5B5;
}
.TagClassName
{
border-color: #61A5B5;
}
</style>