Shades of Fountain Blue #6EBBB7
Tints of Fountain Blue #6EBBB7
RGB
CMYK
RGB Variations
Color information
#6EBBB7 (or 0x6EBBB7) is known color: Fountain Blue. HEX triplet: 6E, BB and B7. RGB value is (110,187,183). Sum of RGB (Red+Green+Blue) = 110+187+183=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBB7 is #914448. Grayscale: #A3A3A3. Windows color (decimal): -9520201 or 12041070. OLE color: 12041070.
HSL color Cylindrical-coordinate representation of color #6EBBB7: hue angle of 176.88º 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 #6EBBB7 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 187 | 183 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.27 |
| HSL | 176.88º | 0.36% | 0.58% | - |
| HSV(B) | 176.88º | 0.41% | 0.73% | - |
| XYZ | 32.75 | 42.27 | 51.23 | - |
| YUV | 163.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 183 | 0.41 | 0 | 0.02 | 0.27 | 176.88 | 0.36 | 0.58 |
| Hex | 6E | BB | B7 | 29 | 0 | 2 | 1B | B1 | 24 | 3A |
| Octal | 156 | 273 | 267 | 51 | 0 | 2 | 33 | 261 | 44 | 72 |
| Binary | 1101110 | 10111011 | 10110111 | 101001 | 0 | 10 | 11011 | 10110001 | 100100 | 111010 |
Color Harmonies of #6EBBB7
Complementary color
Monochromatic Colors of #6EBBB7
Black with #6EBBB7
Text Example
Text Example
White with #6EBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBB7; }
p { color: rgb(110,187,183); }
H1.HeaderClassName
{
color: #6EBBB7;
}
.AnyTagClassName
{
color: #6EBBB7;
}
</style>
background-color css
<style>
a { background-color: #6EBBB7; }
a { background-color: rgb(110,187,183); }
div.DivClassName
{
background-color: #6EBBB7;
}
.BgClassName
{
background-color: #6EBBB7;
}
</style>
border-color css
<style>
span { border-color: #6EBBB7; }
span { border-color: rgb(110,187,183); }
td.TdClassName
{
border-color: #6EBBB7;
}
.TagClassName
{
border-color: #6EBBB7;
}
</style>