Shades of Fountain Blue #6EAAAF
Tints of Fountain Blue #6EAAAF
RGB
CMYK
RGB Variations
Color information
#6EAAAF (or 0x6EAAAF) is known color: Fountain Blue. HEX triplet: 6E, AA and AF. RGB value is (110,170,175). Sum of RGB (Red+Green+Blue) = 110+170+175=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #6EAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAAAF is #915550. Grayscale: #989898. Windows color (decimal): -9524561 or 11512430. OLE color: 11512430.
HSL color Cylindrical-coordinate representation of color #6EAAAF: hue angle of 184.62º 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 #6EAAAF is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 170 | 175 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.31 |
| HSL | 184.62º | 0.29% | 0.56% | - |
| HSV(B) | 184.62º | 0.37% | 0.69% | - |
| XYZ | 28.54 | 35.16 | 45.84 | - |
| YUV | 152.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 175 | 0.37 | 0.03 | 0 | 0.31 | 184.62 | 0.29 | 0.56 |
| Hex | 6E | AA | AF | 25 | 3 | 0 | 1F | B9 | 1D | 38 |
| Octal | 156 | 252 | 257 | 45 | 3 | 0 | 37 | 271 | 35 | 70 |
| Binary | 1101110 | 10101010 | 10101111 | 100101 | 11 | 0 | 11111 | 10111001 | 11101 | 111000 |
Color Harmonies of #6EAAAF
Complementary color
Monochromatic Colors of #6EAAAF
Black with #6EAAAF
Text Example
Text Example
White with #6EAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAAAF; }
p { color: rgb(110,170,175); }
H1.HeaderClassName
{
color: #6EAAAF;
}
.AnyTagClassName
{
color: #6EAAAF;
}
</style>
background-color css
<style>
a { background-color: #6EAAAF; }
a { background-color: rgb(110,170,175); }
div.DivClassName
{
background-color: #6EAAAF;
}
.BgClassName
{
background-color: #6EAAAF;
}
</style>
border-color css
<style>
span { border-color: #6EAAAF; }
span { border-color: rgb(110,170,175); }
td.TdClassName
{
border-color: #6EAAAF;
}
.TagClassName
{
border-color: #6EAAAF;
}
</style>