Shades of Fountain Blue #6DB0BA
Tints of Fountain Blue #6DB0BA
RGB
CMYK
RGB Variations
Color information
#6DB0BA (or 0x6DB0BA) is known color: Fountain Blue. HEX triplet: 6D, B0 and BA. RGB value is (109,176,186). Sum of RGB (Red+Green+Blue) = 109+176+186=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DB0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0BA is #924F45. Grayscale: #9D9D9D. Windows color (decimal): -9588550 or 12234861. OLE color: 12234861.
HSL color Cylindrical-coordinate representation of color #6DB0BA: hue angle of 187.79º 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 #6DB0BA is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 176 | 186 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.27 |
| HSL | 187.79º | 0.36% | 0.58% | - |
| HSV(B) | 187.79º | 0.41% | 0.73% | - |
| XYZ | 30.69 | 37.85 | 52.14 | - |
| YUV | 157.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 186 | 0.41 | 0.05 | 0 | 0.27 | 187.79 | 0.36 | 0.58 |
| Hex | 6D | B0 | BA | 29 | 5 | 0 | 1B | BC | 24 | 3A |
| Octal | 155 | 260 | 272 | 51 | 5 | 0 | 33 | 274 | 44 | 72 |
| Binary | 1101101 | 10110000 | 10111010 | 101001 | 101 | 0 | 11011 | 10111100 | 100100 | 111010 |
Color Harmonies of #6DB0BA
Complementary color
Monochromatic Colors of #6DB0BA
Black with #6DB0BA
Text Example
Text Example
White with #6DB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB0BA; }
p { color: rgb(109,176,186); }
H1.HeaderClassName
{
color: #6DB0BA;
}
.AnyTagClassName
{
color: #6DB0BA;
}
</style>
background-color css
<style>
a { background-color: #6DB0BA; }
a { background-color: rgb(109,176,186); }
div.DivClassName
{
background-color: #6DB0BA;
}
.BgClassName
{
background-color: #6DB0BA;
}
</style>
border-color css
<style>
span { border-color: #6DB0BA; }
span { border-color: rgb(109,176,186); }
td.TdClassName
{
border-color: #6DB0BA;
}
.TagClassName
{
border-color: #6DB0BA;
}
</style>