Shades of Fountain Blue #68AAAD
Tints of Fountain Blue #68AAAD
RGB
CMYK
RGB Variations
Color information
#68AAAD (or 0x68AAAD) is known color: Fountain Blue. HEX triplet: 68, AA and AD. RGB value is (104,170,173). Sum of RGB (Red+Green+Blue) = 104+170+173=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #68AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AAAD is #975552. Grayscale: #969696. Windows color (decimal): -9917779 or 11381352. OLE color: 11381352.
HSL color Cylindrical-coordinate representation of color #68AAAD: hue angle of 182.61º 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 #68AAAD is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 170 | 173 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.32 |
| HSL | 182.61º | 0.3% | 0.54% | - |
| HSV(B) | 182.61º | 0.4% | 0.68% | - |
| XYZ | 27.63 | 34.71 | 44.78 | - |
| YUV | 150.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 173 | 0.40 | 0.02 | 0 | 0.32 | 182.61 | 0.3 | 0.54 |
| Hex | 68 | AA | AD | 28 | 2 | 0 | 20 | B7 | 1E | 36 |
| Octal | 150 | 252 | 255 | 50 | 2 | 0 | 40 | 267 | 36 | 66 |
| Binary | 1101000 | 10101010 | 10101101 | 101000 | 10 | 0 | 100000 | 10110111 | 11110 | 110110 |
Color Harmonies of #68AAAD
Complementary color
Monochromatic Colors of #68AAAD
Black with #68AAAD
Text Example
Text Example
White with #68AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAAD; }
p { color: rgb(104,170,173); }
H1.HeaderClassName
{
color: #68AAAD;
}
.AnyTagClassName
{
color: #68AAAD;
}
</style>
background-color css
<style>
a { background-color: #68AAAD; }
a { background-color: rgb(104,170,173); }
div.DivClassName
{
background-color: #68AAAD;
}
.BgClassName
{
background-color: #68AAAD;
}
</style>
border-color css
<style>
span { border-color: #68AAAD; }
span { border-color: rgb(104,170,173); }
td.TdClassName
{
border-color: #68AAAD;
}
.TagClassName
{
border-color: #68AAAD;
}
</style>