Shades of Fountain Blue #60A0AD
Tints of Fountain Blue #60A0AD
RGB
CMYK
RGB Variations
Color information
#60A0AD (or 0x60A0AD) is known color: Fountain Blue. HEX triplet: 60, A0 and AD. RGB value is (96,160,173). Sum of RGB (Red+Green+Blue) = 96+160+173=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #60A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A0AD is #9F5F52. Grayscale: #8E8E8E. Windows color (decimal): -10444627 or 11378784. OLE color: 11378784.
HSL color Cylindrical-coordinate representation of color #60A0AD: hue angle of 190.13º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60A0AD is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 160 | 173 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.32 |
| HSL | 190.13º | 0.32% | 0.53% | - |
| HSV(B) | 190.13º | 0.45% | 0.68% | - |
| XYZ | 24.94 | 30.65 | 44.14 | - |
| YUV | 142.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 173 | 0.45 | 0.08 | 0 | 0.32 | 190.13 | 0.32 | 0.53 |
| Hex | 60 | A0 | AD | 2D | 8 | 0 | 20 | BE | 20 | 35 |
| Octal | 140 | 240 | 255 | 55 | 10 | 0 | 40 | 276 | 40 | 65 |
| Binary | 1100000 | 10100000 | 10101101 | 101101 | 1000 | 0 | 100000 | 10111110 | 100000 | 110101 |
Color Harmonies of #60A0AD
Complementary color
Monochromatic Colors of #60A0AD
Black with #60A0AD
Text Example
Text Example
White with #60A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A0AD; }
p { color: rgb(96,160,173); }
H1.HeaderClassName
{
color: #60A0AD;
}
.AnyTagClassName
{
color: #60A0AD;
}
</style>
background-color css
<style>
a { background-color: #60A0AD; }
a { background-color: rgb(96,160,173); }
div.DivClassName
{
background-color: #60A0AD;
}
.BgClassName
{
background-color: #60A0AD;
}
</style>
border-color css
<style>
span { border-color: #60A0AD; }
span { border-color: rgb(96,160,173); }
td.TdClassName
{
border-color: #60A0AD;
}
.TagClassName
{
border-color: #60A0AD;
}
</style>