Shades of Fountain Blue #6EBCBD
Tints of Fountain Blue #6EBCBD
RGB
CMYK
RGB Variations
Color information
#6EBCBD (or 0x6EBCBD) is known color: Fountain Blue. HEX triplet: 6E, BC and BD. RGB value is (110,188,189). Sum of RGB (Red+Green+Blue) = 110+188+189=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EBCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCBD is #914342. Grayscale: #A4A4A4. Windows color (decimal): -9519939 or 12434542. OLE color: 12434542.
HSL color Cylindrical-coordinate representation of color #6EBCBD: hue angle of 180.76º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBCBD is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 188 | 189 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.26 |
| HSL | 180.76º | 0.37% | 0.59% | - |
| HSV(B) | 180.76º | 0.42% | 0.74% | - |
| XYZ | 33.6 | 42.96 | 54.66 | - |
| YUV | 164.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 189 | 0.42 | 0.01 | 0 | 0.26 | 180.76 | 0.37 | 0.59 |
| Hex | 6E | BC | BD | 2A | 1 | 0 | 1A | B5 | 25 | 3B |
| Octal | 156 | 274 | 275 | 52 | 1 | 0 | 32 | 265 | 45 | 73 |
| Binary | 1101110 | 10111100 | 10111101 | 101010 | 1 | 0 | 11010 | 10110101 | 100101 | 111011 |
Color Harmonies of #6EBCBD
Complementary color
Monochromatic Colors of #6EBCBD
Black with #6EBCBD
Text Example
Text Example
White with #6EBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCBD; }
p { color: rgb(110,188,189); }
H1.HeaderClassName
{
color: #6EBCBD;
}
.AnyTagClassName
{
color: #6EBCBD;
}
</style>
background-color css
<style>
a { background-color: #6EBCBD; }
a { background-color: rgb(110,188,189); }
div.DivClassName
{
background-color: #6EBCBD;
}
.BgClassName
{
background-color: #6EBCBD;
}
</style>
border-color css
<style>
span { border-color: #6EBCBD; }
span { border-color: rgb(110,188,189); }
td.TdClassName
{
border-color: #6EBCBD;
}
.TagClassName
{
border-color: #6EBCBD;
}
</style>