Shades of Fountain Blue #6EBABC
Tints of Fountain Blue #6EBABC
RGB
CMYK
RGB Variations
Color information
#6EBABC (or 0x6EBABC) is known color: Fountain Blue. HEX triplet: 6E, BA and BC. RGB value is (110,186,188). Sum of RGB (Red+Green+Blue) = 110+186+188=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBABC is #914543. Grayscale: #A3A3A3. Windows color (decimal): -9520452 or 12368494. OLE color: 12368494.
HSL color Cylindrical-coordinate representation of color #6EBABC: hue angle of 181.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBABC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 186 | 188 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.26 |
| HSL | 181.54º | 0.37% | 0.58% | - |
| HSV(B) | 181.54º | 0.41% | 0.74% | - |
| XYZ | 33.07 | 42.06 | 53.95 | - |
| YUV | 163.5 | 141.82 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 188 | 0.41 | 0.01 | 0 | 0.26 | 181.54 | 0.37 | 0.58 |
| Hex | 6E | BA | BC | 29 | 1 | 0 | 1A | B6 | 25 | 3A |
| Octal | 156 | 272 | 274 | 51 | 1 | 0 | 32 | 266 | 45 | 72 |
| Binary | 1101110 | 10111010 | 10111100 | 101001 | 1 | 0 | 11010 | 10110110 | 100101 | 111010 |
Color Harmonies of #6EBABC
Complementary color
Monochromatic Colors of #6EBABC
Black with #6EBABC
Text Example
Text Example
White with #6EBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBABC; }
p { color: rgb(110,186,188); }
H1.HeaderClassName
{
color: #6EBABC;
}
.AnyTagClassName
{
color: #6EBABC;
}
</style>
background-color css
<style>
a { background-color: #6EBABC; }
a { background-color: rgb(110,186,188); }
div.DivClassName
{
background-color: #6EBABC;
}
.BgClassName
{
background-color: #6EBABC;
}
</style>
border-color css
<style>
span { border-color: #6EBABC; }
span { border-color: rgb(110,186,188); }
td.TdClassName
{
border-color: #6EBABC;
}
.TagClassName
{
border-color: #6EBABC;
}
</style>