Shades of Fountain Blue #6EBDBD
Tints of Fountain Blue #6EBDBD
RGB
CMYK
RGB Variations
Color information
#6EBDBD (or 0x6EBDBD) is known color: Fountain Blue. HEX triplet: 6E, BD and BD. RGB value is (110,189,189). Sum of RGB (Red+Green+Blue) = 110+189+189=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #6EBDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDBD is #914242. Grayscale: #A5A5A5. Windows color (decimal): -9519683 or 12434798. OLE color: 12434798.
HSL color Cylindrical-coordinate representation of color #6EBDBD: hue angle of 180º 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 #6EBDBD is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 189 | - |
| CMYK | 0.42 | 0 | 0 | 0.26 |
| HSL | 180º | 0.37% | 0.59% | - |
| HSV(B) | 180º | 0.42% | 0.74% | - |
| XYZ | 33.81 | 43.38 | 54.74 | - |
| YUV | 165.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 189 | 0.42 | 0 | 0 | 0.26 | 180 | 0.37 | 0.59 |
| Hex | 6E | BD | BD | 2A | 0 | 0 | 1A | B4 | 25 | 3B |
| Octal | 156 | 275 | 275 | 52 | 0 | 0 | 32 | 264 | 45 | 73 |
| Binary | 1101110 | 10111101 | 10111101 | 101010 | 0 | 0 | 11010 | 10110100 | 100101 | 111011 |
Color Harmonies of #6EBDBD
Complementary color
Monochromatic Colors of #6EBDBD
Black with #6EBDBD
Text Example
Text Example
White with #6EBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDBD; }
p { color: rgb(110,189,189); }
H1.HeaderClassName
{
color: #6EBDBD;
}
.AnyTagClassName
{
color: #6EBDBD;
}
</style>
background-color css
<style>
a { background-color: #6EBDBD; }
a { background-color: rgb(110,189,189); }
div.DivClassName
{
background-color: #6EBDBD;
}
.BgClassName
{
background-color: #6EBDBD;
}
</style>
border-color css
<style>
span { border-color: #6EBDBD; }
span { border-color: rgb(110,189,189); }
td.TdClassName
{
border-color: #6EBDBD;
}
.TagClassName
{
border-color: #6EBDBD;
}
</style>