Shades of Fountain Blue #60A4B0
Tints of Fountain Blue #60A4B0
RGB
CMYK
RGB Variations
Color information
#60A4B0 (or 0x60A4B0) is known color: Fountain Blue. HEX triplet: 60, A4 and B0. RGB value is (96,164,176). Sum of RGB (Red+Green+Blue) = 96+164+176=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 164 (64.45% from 255 or 37.61% 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 #60A4B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A4B0 is #9F5B4F. Grayscale: #909090. Windows color (decimal): -10443600 or 11576416. OLE color: 11576416.
HSL color Cylindrical-coordinate representation of color #60A4B0: hue angle of 189º degrees, saturation: 0.34, 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 #60A4B0 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 164 | 176 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.31 |
| HSL | 189º | 0.34% | 0.53% | - |
| HSV(B) | 189º | 0.45% | 0.69% | - |
| XYZ | 25.94 | 32.17 | 45.92 | - |
| YUV | 145.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 176 | 0.45 | 0.07 | 0 | 0.31 | 189 | 0.34 | 0.53 |
| Hex | 60 | A4 | B0 | 2D | 7 | 0 | 1F | BD | 22 | 35 |
| Octal | 140 | 244 | 260 | 55 | 7 | 0 | 37 | 275 | 42 | 65 |
| Binary | 1100000 | 10100100 | 10110000 | 101101 | 111 | 0 | 11111 | 10111101 | 100010 | 110101 |
Color Harmonies of #60A4B0
Complementary color
Monochromatic Colors of #60A4B0
Black with #60A4B0
Text Example
Text Example
White with #60A4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A4B0; }
p { color: rgb(96,164,176); }
H1.HeaderClassName
{
color: #60A4B0;
}
.AnyTagClassName
{
color: #60A4B0;
}
</style>
background-color css
<style>
a { background-color: #60A4B0; }
a { background-color: rgb(96,164,176); }
div.DivClassName
{
background-color: #60A4B0;
}
.BgClassName
{
background-color: #60A4B0;
}
</style>
border-color css
<style>
span { border-color: #60A4B0; }
span { border-color: rgb(96,164,176); }
td.TdClassName
{
border-color: #60A4B0;
}
.TagClassName
{
border-color: #60A4B0;
}
</style>