Shades of Fountain Blue #6DBDBA
Tints of Fountain Blue #6DBDBA
RGB
CMYK
RGB Variations
Color information
#6DBDBA (or 0x6DBDBA) is known color: Fountain Blue. HEX triplet: 6D, BD and BA. RGB value is (109,189,186). Sum of RGB (Red+Green+Blue) = 109+189+186=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDBA is #924245. Grayscale: #A4A4A4. Windows color (decimal): -9585222 or 12238189. OLE color: 12238189.
HSL color Cylindrical-coordinate representation of color #6DBDBA: hue angle of 177.75º degrees, saturation: 0.38, 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 #6DBDBA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 186 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.26 |
| HSL | 177.75º | 0.38% | 0.58% | - |
| HSV(B) | 177.75º | 0.42% | 0.74% | - |
| XYZ | 33.37 | 43.19 | 53.03 | - |
| YUV | 164.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 186 | 0.42 | 0 | 0.02 | 0.26 | 177.75 | 0.38 | 0.58 |
| Hex | 6D | BD | BA | 2A | 0 | 2 | 1A | B2 | 26 | 3A |
| Octal | 155 | 275 | 272 | 52 | 0 | 2 | 32 | 262 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10111010 | 101010 | 0 | 10 | 11010 | 10110010 | 100110 | 111010 |
Color Harmonies of #6DBDBA
Complementary color
Monochromatic Colors of #6DBDBA
Black with #6DBDBA
Text Example
Text Example
White with #6DBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDBA; }
p { color: rgb(109,189,186); }
H1.HeaderClassName
{
color: #6DBDBA;
}
.AnyTagClassName
{
color: #6DBDBA;
}
</style>
background-color css
<style>
a { background-color: #6DBDBA; }
a { background-color: rgb(109,189,186); }
div.DivClassName
{
background-color: #6DBDBA;
}
.BgClassName
{
background-color: #6DBDBA;
}
</style>
border-color css
<style>
span { border-color: #6DBDBA; }
span { border-color: rgb(109,189,186); }
td.TdClassName
{
border-color: #6DBDBA;
}
.TagClassName
{
border-color: #6DBDBA;
}
</style>