Shades of Fountain Blue #6DBCBB
Tints of Fountain Blue #6DBCBB
RGB
CMYK
RGB Variations
Color information
#6DBCBB (or 0x6DBCBB) is known color: Fountain Blue. HEX triplet: 6D, BC and BB. RGB value is (109,188,187). Sum of RGB (Red+Green+Blue) = 109+188+187=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCBB is #924344. Grayscale: #A4A4A4. Windows color (decimal): -9585477 or 12303469. OLE color: 12303469.
HSL color Cylindrical-coordinate representation of color #6DBCBB: hue angle of 179.24º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCBB is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 187 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.26 |
| HSL | 179.24º | 0.37% | 0.58% | - |
| HSV(B) | 179.24º | 0.42% | 0.74% | - |
| XYZ | 33.26 | 42.81 | 53.52 | - |
| YUV | 164.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 187 | 0.42 | 0 | 0.01 | 0.26 | 179.24 | 0.37 | 0.58 |
| Hex | 6D | BC | BB | 2A | 0 | 1 | 1A | B3 | 25 | 3A |
| Octal | 155 | 274 | 273 | 52 | 0 | 1 | 32 | 263 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10111011 | 101010 | 0 | 1 | 11010 | 10110011 | 100101 | 111010 |
Color Harmonies of #6DBCBB
Complementary color
Monochromatic Colors of #6DBCBB
Black with #6DBCBB
Text Example
Text Example
White with #6DBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCBB; }
p { color: rgb(109,188,187); }
H1.HeaderClassName
{
color: #6DBCBB;
}
.AnyTagClassName
{
color: #6DBCBB;
}
</style>
background-color css
<style>
a { background-color: #6DBCBB; }
a { background-color: rgb(109,188,187); }
div.DivClassName
{
background-color: #6DBCBB;
}
.BgClassName
{
background-color: #6DBCBB;
}
</style>
border-color css
<style>
span { border-color: #6DBCBB; }
span { border-color: rgb(109,188,187); }
td.TdClassName
{
border-color: #6DBCBB;
}
.TagClassName
{
border-color: #6DBCBB;
}
</style>