Shades of Fountain Blue #68A8AD
Tints of Fountain Blue #68A8AD
RGB
CMYK
RGB Variations
Color information
#68A8AD (or 0x68A8AD) is known color: Fountain Blue. HEX triplet: 68, A8 and AD. RGB value is (104,168,173). Sum of RGB (Red+Green+Blue) = 104+168+173=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #68A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A8AD is #975752. Grayscale: #959595. Windows color (decimal): -9918291 or 11380840. OLE color: 11380840.
HSL color Cylindrical-coordinate representation of color #68A8AD: hue angle of 184.35º 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 #68A8AD is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 168 | 173 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.32 |
| HSL | 184.35º | 0.3% | 0.54% | - |
| HSV(B) | 184.35º | 0.4% | 0.68% | - |
| XYZ | 27.25 | 33.97 | 44.65 | - |
| YUV | 149.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 173 | 0.40 | 0.03 | 0 | 0.32 | 184.35 | 0.3 | 0.54 |
| Hex | 68 | A8 | AD | 28 | 3 | 0 | 20 | B8 | 1E | 36 |
| Octal | 150 | 250 | 255 | 50 | 3 | 0 | 40 | 270 | 36 | 66 |
| Binary | 1101000 | 10101000 | 10101101 | 101000 | 11 | 0 | 100000 | 10111000 | 11110 | 110110 |
Color Harmonies of #68A8AD
Complementary color
Monochromatic Colors of #68A8AD
Black with #68A8AD
Text Example
Text Example
White with #68A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8AD; }
p { color: rgb(104,168,173); }
H1.HeaderClassName
{
color: #68A8AD;
}
.AnyTagClassName
{
color: #68A8AD;
}
</style>
background-color css
<style>
a { background-color: #68A8AD; }
a { background-color: rgb(104,168,173); }
div.DivClassName
{
background-color: #68A8AD;
}
.BgClassName
{
background-color: #68A8AD;
}
</style>
border-color css
<style>
span { border-color: #68A8AD; }
span { border-color: rgb(104,168,173); }
td.TdClassName
{
border-color: #68A8AD;
}
.TagClassName
{
border-color: #68A8AD;
}
</style>