Shades of Fountain Blue #6EB8BC
Tints of Fountain Blue #6EB8BC
RGB
CMYK
RGB Variations
Color information
#6EB8BC (or 0x6EB8BC) is known color: Fountain Blue. HEX triplet: 6E, B8 and BC. RGB value is (110,184,188). Sum of RGB (Red+Green+Blue) = 110+184+188=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EB8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8BC is #914743. Grayscale: #A2A2A2. Windows color (decimal): -9520964 or 12367982. OLE color: 12367982.
HSL color Cylindrical-coordinate representation of color #6EB8BC: hue angle of 183.08º 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 #6EB8BC is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 184 | 188 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.26 |
| HSL | 183.08º | 0.37% | 0.58% | - |
| HSV(B) | 183.08º | 0.41% | 0.74% | - |
| XYZ | 32.65 | 41.23 | 53.81 | - |
| YUV | 162.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 184 | 188 | 0.41 | 0.02 | 0 | 0.26 | 183.08 | 0.37 | 0.58 |
| Hex | 6E | B8 | BC | 29 | 2 | 0 | 1A | B7 | 25 | 3A |
| Octal | 156 | 270 | 274 | 51 | 2 | 0 | 32 | 267 | 45 | 72 |
| Binary | 1101110 | 10111000 | 10111100 | 101001 | 10 | 0 | 11010 | 10110111 | 100101 | 111010 |
Color Harmonies of #6EB8BC
Complementary color
Monochromatic Colors of #6EB8BC
Black with #6EB8BC
Text Example
Text Example
White with #6EB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB8BC; }
p { color: rgb(110,184,188); }
H1.HeaderClassName
{
color: #6EB8BC;
}
.AnyTagClassName
{
color: #6EB8BC;
}
</style>
background-color css
<style>
a { background-color: #6EB8BC; }
a { background-color: rgb(110,184,188); }
div.DivClassName
{
background-color: #6EB8BC;
}
.BgClassName
{
background-color: #6EB8BC;
}
</style>
border-color css
<style>
span { border-color: #6EB8BC; }
span { border-color: rgb(110,184,188); }
td.TdClassName
{
border-color: #6EB8BC;
}
.TagClassName
{
border-color: #6EB8BC;
}
</style>