Shades of Fountain Blue #6DBBBD
Tints of Fountain Blue #6DBBBD
RGB
CMYK
RGB Variations
Color information
#6DBBBD (or 0x6DBBBD) is known color: Fountain Blue. HEX triplet: 6D, BB and BD. RGB value is (109,187,189). Sum of RGB (Red+Green+Blue) = 109+187+189=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DBBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBBD is #924442. Grayscale: #A3A3A3. Windows color (decimal): -9585731 or 12434285. OLE color: 12434285.
HSL color Cylindrical-coordinate representation of color #6DBBBD: hue angle of 181.5º 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 #6DBBBD is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 187 | 189 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.26 |
| HSL | 181.5º | 0.38% | 0.58% | - |
| HSV(B) | 181.5º | 0.42% | 0.74% | - |
| XYZ | 33.26 | 42.47 | 54.59 | - |
| YUV | 163.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 189 | 0.42 | 0.01 | 0 | 0.26 | 181.5 | 0.38 | 0.58 |
| Hex | 6D | BB | BD | 2A | 1 | 0 | 1A | B6 | 26 | 3A |
| Octal | 155 | 273 | 275 | 52 | 1 | 0 | 32 | 266 | 46 | 72 |
| Binary | 1101101 | 10111011 | 10111101 | 101010 | 1 | 0 | 11010 | 10110110 | 100110 | 111010 |
Color Harmonies of #6DBBBD
Complementary color
Monochromatic Colors of #6DBBBD
Black with #6DBBBD
Text Example
Text Example
White with #6DBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBBD; }
p { color: rgb(109,187,189); }
H1.HeaderClassName
{
color: #6DBBBD;
}
.AnyTagClassName
{
color: #6DBBBD;
}
</style>
background-color css
<style>
a { background-color: #6DBBBD; }
a { background-color: rgb(109,187,189); }
div.DivClassName
{
background-color: #6DBBBD;
}
.BgClassName
{
background-color: #6DBBBD;
}
</style>
border-color css
<style>
span { border-color: #6DBBBD; }
span { border-color: rgb(109,187,189); }
td.TdClassName
{
border-color: #6DBBBD;
}
.TagClassName
{
border-color: #6DBBBD;
}
</style>