Shades of Fountain Blue #68A5AD
Tints of Fountain Blue #68A5AD
RGB
CMYK
RGB Variations
Color information
#68A5AD (or 0x68A5AD) is known color: Fountain Blue. HEX triplet: 68, A5 and AD. RGB value is (104,165,173). Sum of RGB (Red+Green+Blue) = 104+165+173=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #68A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A5AD is #975A52. Grayscale: #939393. Windows color (decimal): -9919059 or 11380072. OLE color: 11380072.
HSL color Cylindrical-coordinate representation of color #68A5AD: hue angle of 186.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68A5AD is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 165 | 173 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.32 |
| HSL | 186.96º | 0.3% | 0.54% | - |
| HSV(B) | 186.96º | 0.4% | 0.68% | - |
| XYZ | 26.71 | 32.87 | 44.47 | - |
| YUV | 147.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 173 | 0.40 | 0.05 | 0 | 0.32 | 186.96 | 0.3 | 0.54 |
| Hex | 68 | A5 | AD | 28 | 5 | 0 | 20 | BB | 1E | 36 |
| Octal | 150 | 245 | 255 | 50 | 5 | 0 | 40 | 273 | 36 | 66 |
| Binary | 1101000 | 10100101 | 10101101 | 101000 | 101 | 0 | 100000 | 10111011 | 11110 | 110110 |
Color Harmonies of #68A5AD
Complementary color
Monochromatic Colors of #68A5AD
Black with #68A5AD
Text Example
Text Example
White with #68A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A5AD; }
p { color: rgb(104,165,173); }
H1.HeaderClassName
{
color: #68A5AD;
}
.AnyTagClassName
{
color: #68A5AD;
}
</style>
background-color css
<style>
a { background-color: #68A5AD; }
a { background-color: rgb(104,165,173); }
div.DivClassName
{
background-color: #68A5AD;
}
.BgClassName
{
background-color: #68A5AD;
}
</style>
border-color css
<style>
span { border-color: #68A5AD; }
span { border-color: rgb(104,165,173); }
td.TdClassName
{
border-color: #68A5AD;
}
.TagClassName
{
border-color: #68A5AD;
}
</style>