Shades of Fountain Blue #6EACAE
Tints of Fountain Blue #6EACAE
RGB
CMYK
RGB Variations
Color information
#6EACAE (or 0x6EACAE) is known color: Fountain Blue. HEX triplet: 6E, AC and AE. RGB value is (110,172,174). Sum of RGB (Red+Green+Blue) = 110+172+174=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #6EACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAE is #915351. Grayscale: #999999. Windows color (decimal): -9524050 or 11447406. OLE color: 11447406.
HSL color Cylindrical-coordinate representation of color #6EACAE: hue angle of 181.88º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EACAE is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 172 | 174 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.32 |
| HSL | 181.88º | 0.28% | 0.56% | - |
| HSV(B) | 181.88º | 0.37% | 0.68% | - |
| XYZ | 28.82 | 35.88 | 45.45 | - |
| YUV | 153.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 174 | 0.37 | 0.01 | 0 | 0.32 | 181.88 | 0.28 | 0.56 |
| Hex | 6E | AC | AE | 25 | 1 | 0 | 20 | B6 | 1C | 38 |
| Octal | 156 | 254 | 256 | 45 | 1 | 0 | 40 | 266 | 34 | 70 |
| Binary | 1101110 | 10101100 | 10101110 | 100101 | 1 | 0 | 100000 | 10110110 | 11100 | 111000 |
Color Harmonies of #6EACAE
Complementary color
Monochromatic Colors of #6EACAE
Black with #6EACAE
Text Example
Text Example
White with #6EACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACAE; }
p { color: rgb(110,172,174); }
H1.HeaderClassName
{
color: #6EACAE;
}
.AnyTagClassName
{
color: #6EACAE;
}
</style>
background-color css
<style>
a { background-color: #6EACAE; }
a { background-color: rgb(110,172,174); }
div.DivClassName
{
background-color: #6EACAE;
}
.BgClassName
{
background-color: #6EACAE;
}
</style>
border-color css
<style>
span { border-color: #6EACAE; }
span { border-color: rgb(110,172,174); }
td.TdClassName
{
border-color: #6EACAE;
}
.TagClassName
{
border-color: #6EACAE;
}
</style>