Shades of Fountain Blue #68A8AE
Tints of Fountain Blue #68A8AE
RGB
CMYK
RGB Variations
Color information
#68A8AE (or 0x68A8AE) is known color: Fountain Blue. HEX triplet: 68, A8 and AE. RGB value is (104,168,174). Sum of RGB (Red+Green+Blue) = 104+168+174=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #68A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A8AE is #975751. Grayscale: #959595. Windows color (decimal): -9918290 or 11446376. OLE color: 11446376.
HSL color Cylindrical-coordinate representation of color #68A8AE: hue angle of 185.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68A8AE is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 168 | 174 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.32 |
| HSL | 185.14º | 0.3% | 0.55% | - |
| HSV(B) | 185.14º | 0.4% | 0.68% | - |
| XYZ | 27.35 | 34 | 45.17 | - |
| YUV | 149.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 174 | 0.40 | 0.03 | 0 | 0.32 | 185.14 | 0.3 | 0.55 |
| Hex | 68 | A8 | AE | 28 | 3 | 0 | 20 | B9 | 1E | 37 |
| Octal | 150 | 250 | 256 | 50 | 3 | 0 | 40 | 271 | 36 | 67 |
| Binary | 1101000 | 10101000 | 10101110 | 101000 | 11 | 0 | 100000 | 10111001 | 11110 | 110111 |
Color Harmonies of #68A8AE
Complementary color
Monochromatic Colors of #68A8AE
Black with #68A8AE
Text Example
Text Example
White with #68A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8AE; }
p { color: rgb(104,168,174); }
H1.HeaderClassName
{
color: #68A8AE;
}
.AnyTagClassName
{
color: #68A8AE;
}
</style>
background-color css
<style>
a { background-color: #68A8AE; }
a { background-color: rgb(104,168,174); }
div.DivClassName
{
background-color: #68A8AE;
}
.BgClassName
{
background-color: #68A8AE;
}
</style>
border-color css
<style>
span { border-color: #68A8AE; }
span { border-color: rgb(104,168,174); }
td.TdClassName
{
border-color: #68A8AE;
}
.TagClassName
{
border-color: #68A8AE;
}
</style>