Shades of Fountain Blue #61A3B0
Tints of Fountain Blue #61A3B0
RGB
CMYK
RGB Variations
Color information
#61A3B0 (or 0x61A3B0) is known color: Fountain Blue. HEX triplet: 61, A3 and B0. RGB value is (97,163,176). Sum of RGB (Red+Green+Blue) = 97+163+176=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #61A3B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A3B0 is #9E5C4F. Grayscale: #909090. Windows color (decimal): -10378320 or 11576161. OLE color: 11576161.
HSL color Cylindrical-coordinate representation of color #61A3B0: hue angle of 189.87º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61A3B0 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 163 | 176 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.31 |
| HSL | 189.87º | 0.33% | 0.54% | - |
| HSV(B) | 189.87º | 0.45% | 0.69% | - |
| XYZ | 25.86 | 31.87 | 45.86 | - |
| YUV | 144.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 176 | 0.45 | 0.07 | 0 | 0.31 | 189.87 | 0.33 | 0.54 |
| Hex | 61 | A3 | B0 | 2D | 7 | 0 | 1F | BE | 21 | 36 |
| Octal | 141 | 243 | 260 | 55 | 7 | 0 | 37 | 276 | 41 | 66 |
| Binary | 1100001 | 10100011 | 10110000 | 101101 | 111 | 0 | 11111 | 10111110 | 100001 | 110110 |
Color Harmonies of #61A3B0
Complementary color
Monochromatic Colors of #61A3B0
Black with #61A3B0
Text Example
Text Example
White with #61A3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A3B0; }
p { color: rgb(97,163,176); }
H1.HeaderClassName
{
color: #61A3B0;
}
.AnyTagClassName
{
color: #61A3B0;
}
</style>
background-color css
<style>
a { background-color: #61A3B0; }
a { background-color: rgb(97,163,176); }
div.DivClassName
{
background-color: #61A3B0;
}
.BgClassName
{
background-color: #61A3B0;
}
</style>
border-color css
<style>
span { border-color: #61A3B0; }
span { border-color: rgb(97,163,176); }
td.TdClassName
{
border-color: #61A3B0;
}
.TagClassName
{
border-color: #61A3B0;
}
</style>