Shades of Fountain Blue #6DBABC
Tints of Fountain Blue #6DBABC
RGB
CMYK
RGB Variations
Color information
#6DBABC (or 0x6DBABC) is known color: Fountain Blue. HEX triplet: 6D, BA and BC. RGB value is (109,186,188). Sum of RGB (Red+Green+Blue) = 109+186+188=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBABC is #924543. Grayscale: #A3A3A3. Windows color (decimal): -9585988 or 12368493. OLE color: 12368493.
HSL color Cylindrical-coordinate representation of color #6DBABC: hue angle of 181.52º 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 #6DBABC is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 186 | 188 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.26 |
| HSL | 181.52º | 0.37% | 0.58% | - |
| HSV(B) | 181.52º | 0.42% | 0.74% | - |
| XYZ | 32.94 | 42 | 53.95 | - |
| YUV | 163.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 188 | 0.42 | 0.01 | 0 | 0.26 | 181.52 | 0.37 | 0.58 |
| Hex | 6D | BA | BC | 2A | 1 | 0 | 1A | B6 | 25 | 3A |
| Octal | 155 | 272 | 274 | 52 | 1 | 0 | 32 | 266 | 45 | 72 |
| Binary | 1101101 | 10111010 | 10111100 | 101010 | 1 | 0 | 11010 | 10110110 | 100101 | 111010 |
Color Harmonies of #6DBABC
Complementary color
Monochromatic Colors of #6DBABC
Black with #6DBABC
Text Example
Text Example
White with #6DBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBABC; }
p { color: rgb(109,186,188); }
H1.HeaderClassName
{
color: #6DBABC;
}
.AnyTagClassName
{
color: #6DBABC;
}
</style>
background-color css
<style>
a { background-color: #6DBABC; }
a { background-color: rgb(109,186,188); }
div.DivClassName
{
background-color: #6DBABC;
}
.BgClassName
{
background-color: #6DBABC;
}
</style>
border-color css
<style>
span { border-color: #6DBABC; }
span { border-color: rgb(109,186,188); }
td.TdClassName
{
border-color: #6DBABC;
}
.TagClassName
{
border-color: #6DBABC;
}
</style>