Shades of Fountain Blue #68A1AD
Tints of Fountain Blue #68A1AD
RGB
CMYK
RGB Variations
Color information
#68A1AD (or 0x68A1AD) is known color: Fountain Blue. HEX triplet: 68, A1 and AD. RGB value is (104,161,173). Sum of RGB (Red+Green+Blue) = 104+161+173=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #68A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A1AD is #975E52. Grayscale: #919191. Windows color (decimal): -9920083 or 11379048. OLE color: 11379048.
HSL color Cylindrical-coordinate representation of color #68A1AD: hue angle of 190.43º 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 #68A1AD is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 161 | 173 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.32 |
| HSL | 190.43º | 0.3% | 0.54% | - |
| HSV(B) | 190.43º | 0.4% | 0.68% | - |
| XYZ | 26 | 31.45 | 44.24 | - |
| YUV | 145.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 173 | 0.40 | 0.07 | 0 | 0.32 | 190.43 | 0.3 | 0.54 |
| Hex | 68 | A1 | AD | 28 | 7 | 0 | 20 | BE | 1E | 36 |
| Octal | 150 | 241 | 255 | 50 | 7 | 0 | 40 | 276 | 36 | 66 |
| Binary | 1101000 | 10100001 | 10101101 | 101000 | 111 | 0 | 100000 | 10111110 | 11110 | 110110 |
Color Harmonies of #68A1AD
Complementary color
Monochromatic Colors of #68A1AD
Black with #68A1AD
Text Example
Text Example
White with #68A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A1AD; }
p { color: rgb(104,161,173); }
H1.HeaderClassName
{
color: #68A1AD;
}
.AnyTagClassName
{
color: #68A1AD;
}
</style>
background-color css
<style>
a { background-color: #68A1AD; }
a { background-color: rgb(104,161,173); }
div.DivClassName
{
background-color: #68A1AD;
}
.BgClassName
{
background-color: #68A1AD;
}
</style>
border-color css
<style>
span { border-color: #68A1AD; }
span { border-color: rgb(104,161,173); }
td.TdClassName
{
border-color: #68A1AD;
}
.TagClassName
{
border-color: #68A1AD;
}
</style>