Shades of Fountain Blue #6EACAF
Tints of Fountain Blue #6EACAF
RGB
CMYK
RGB Variations
Color information
#6EACAF (or 0x6EACAF) is known color: Fountain Blue. HEX triplet: 6E, AC and AF. RGB value is (110,172,175). Sum of RGB (Red+Green+Blue) = 110+172+175=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #6EACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAF is #915350. Grayscale: #999999. Windows color (decimal): -9524049 or 11512942. OLE color: 11512942.
HSL color Cylindrical-coordinate representation of color #6EACAF: hue angle of 182.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EACAF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 172 | 175 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.31 |
| HSL | 182.77º | 0.29% | 0.56% | - |
| HSV(B) | 182.77º | 0.37% | 0.69% | - |
| XYZ | 28.92 | 35.92 | 45.97 | - |
| YUV | 153.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 175 | 0.37 | 0.02 | 0 | 0.31 | 182.77 | 0.29 | 0.56 |
| Hex | 6E | AC | AF | 25 | 2 | 0 | 1F | B7 | 1D | 38 |
| Octal | 156 | 254 | 257 | 45 | 2 | 0 | 37 | 267 | 35 | 70 |
| Binary | 1101110 | 10101100 | 10101111 | 100101 | 10 | 0 | 11111 | 10110111 | 11101 | 111000 |
Color Harmonies of #6EACAF
Complementary color
Monochromatic Colors of #6EACAF
Black with #6EACAF
Text Example
Text Example
White with #6EACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACAF; }
p { color: rgb(110,172,175); }
H1.HeaderClassName
{
color: #6EACAF;
}
.AnyTagClassName
{
color: #6EACAF;
}
</style>
background-color css
<style>
a { background-color: #6EACAF; }
a { background-color: rgb(110,172,175); }
div.DivClassName
{
background-color: #6EACAF;
}
.BgClassName
{
background-color: #6EACAF;
}
</style>
border-color css
<style>
span { border-color: #6EACAF; }
span { border-color: rgb(110,172,175); }
td.TdClassName
{
border-color: #6EACAF;
}
.TagClassName
{
border-color: #6EACAF;
}
</style>