Shades of Fountain Blue #6DBAB9
Tints of Fountain Blue #6DBAB9
RGB
CMYK
RGB Variations
Color information
#6DBAB9 (or 0x6DBAB9) is known color: Fountain Blue. HEX triplet: 6D, BA and B9. RGB value is (109,186,185). Sum of RGB (Red+Green+Blue) = 109+186+185=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAB9 is #924546. Grayscale: #A2A2A2. Windows color (decimal): -9585991 or 12171885. OLE color: 12171885.
HSL color Cylindrical-coordinate representation of color #6DBAB9: hue angle of 179.22º 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 #6DBAB9 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 185 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.27 |
| HSL | 179.22º | 0.36% | 0.58% | - |
| HSV(B) | 179.22º | 0.41% | 0.73% | - |
| XYZ | 32.62 | 41.87 | 52.26 | - |
| YUV | 162.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 185 | 0.41 | 0 | 0.01 | 0.27 | 179.22 | 0.36 | 0.58 |
| Hex | 6D | BA | B9 | 29 | 0 | 1 | 1B | B3 | 24 | 3A |
| Octal | 155 | 272 | 271 | 51 | 0 | 1 | 33 | 263 | 44 | 72 |
| Binary | 1101101 | 10111010 | 10111001 | 101001 | 0 | 1 | 11011 | 10110011 | 100100 | 111010 |
Color Harmonies of #6DBAB9
Complementary color
Monochromatic Colors of #6DBAB9
Black with #6DBAB9
Text Example
Text Example
White with #6DBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAB9; }
p { color: rgb(109,186,185); }
H1.HeaderClassName
{
color: #6DBAB9;
}
.AnyTagClassName
{
color: #6DBAB9;
}
</style>
background-color css
<style>
a { background-color: #6DBAB9; }
a { background-color: rgb(109,186,185); }
div.DivClassName
{
background-color: #6DBAB9;
}
.BgClassName
{
background-color: #6DBAB9;
}
</style>
border-color css
<style>
span { border-color: #6DBAB9; }
span { border-color: rgb(109,186,185); }
td.TdClassName
{
border-color: #6DBAB9;
}
.TagClassName
{
border-color: #6DBAB9;
}
</style>