Shades of Fountain Blue #61A7B2
Tints of Fountain Blue #61A7B2
RGB
CMYK
RGB Variations
Color information
#61A7B2 (or 0x61A7B2) is known color: Fountain Blue. HEX triplet: 61, A7 and B2. RGB value is (97,167,178). Sum of RGB (Red+Green+Blue) = 97+167+178=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #61A7B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A7B2 is #9E584D. Grayscale: #939393. Windows color (decimal): -10377294 or 11708257. OLE color: 11708257.
HSL color Cylindrical-coordinate representation of color #61A7B2: hue angle of 188.15º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61A7B2 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 167 | 178 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.30 |
| HSL | 188.15º | 0.34% | 0.54% | - |
| HSV(B) | 188.15º | 0.46% | 0.7% | - |
| XYZ | 26.78 | 33.39 | 47.15 | - |
| YUV | 147.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 178 | 0.46 | 0.06 | 0 | 0.30 | 188.15 | 0.34 | 0.54 |
| Hex | 61 | A7 | B2 | 2E | 6 | 0 | 1E | BC | 22 | 36 |
| Octal | 141 | 247 | 262 | 56 | 6 | 0 | 36 | 274 | 42 | 66 |
| Binary | 1100001 | 10100111 | 10110010 | 101110 | 110 | 0 | 11110 | 10111100 | 100010 | 110110 |
Color Harmonies of #61A7B2
Complementary color
Monochromatic Colors of #61A7B2
Black with #61A7B2
Text Example
Text Example
White with #61A7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A7B2; }
p { color: rgb(97,167,178); }
H1.HeaderClassName
{
color: #61A7B2;
}
.AnyTagClassName
{
color: #61A7B2;
}
</style>
background-color css
<style>
a { background-color: #61A7B2; }
a { background-color: rgb(97,167,178); }
div.DivClassName
{
background-color: #61A7B2;
}
.BgClassName
{
background-color: #61A7B2;
}
</style>
border-color css
<style>
span { border-color: #61A7B2; }
span { border-color: rgb(97,167,178); }
td.TdClassName
{
border-color: #61A7B2;
}
.TagClassName
{
border-color: #61A7B2;
}
</style>