Shades of Fountain Blue #6EB9BA
Tints of Fountain Blue #6EB9BA
RGB
CMYK
RGB Variations
Color information
#6EB9BA (or 0x6EB9BA) is known color: Fountain Blue. HEX triplet: 6E, B9 and BA. RGB value is (110,185,186). Sum of RGB (Red+Green+Blue) = 110+185+186=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EB9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB9BA is #914645. Grayscale: #A2A2A2. Windows color (decimal): -9520710 or 12237166. OLE color: 12237166.
HSL color Cylindrical-coordinate representation of color #6EB9BA: hue angle of 180.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EB9BA is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 185 | 186 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.27 |
| HSL | 180.79º | 0.36% | 0.58% | - |
| HSV(B) | 180.79º | 0.41% | 0.73% | - |
| XYZ | 32.64 | 41.56 | 52.76 | - |
| YUV | 162.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 185 | 186 | 0.41 | 0.01 | 0 | 0.27 | 180.79 | 0.36 | 0.58 |
| Hex | 6E | B9 | BA | 29 | 1 | 0 | 1B | B5 | 24 | 3A |
| Octal | 156 | 271 | 272 | 51 | 1 | 0 | 33 | 265 | 44 | 72 |
| Binary | 1101110 | 10111001 | 10111010 | 101001 | 1 | 0 | 11011 | 10110101 | 100100 | 111010 |
Color Harmonies of #6EB9BA
Complementary color
Monochromatic Colors of #6EB9BA
Black with #6EB9BA
Text Example
Text Example
White with #6EB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB9BA; }
p { color: rgb(110,185,186); }
H1.HeaderClassName
{
color: #6EB9BA;
}
.AnyTagClassName
{
color: #6EB9BA;
}
</style>
background-color css
<style>
a { background-color: #6EB9BA; }
a { background-color: rgb(110,185,186); }
div.DivClassName
{
background-color: #6EB9BA;
}
.BgClassName
{
background-color: #6EB9BA;
}
</style>
border-color css
<style>
span { border-color: #6EB9BA; }
span { border-color: rgb(110,185,186); }
td.TdClassName
{
border-color: #6EB9BA;
}
.TagClassName
{
border-color: #6EB9BA;
}
</style>