Shades of Fountain Blue #6DBBB9
Tints of Fountain Blue #6DBBB9
RGB
CMYK
RGB Variations
Color information
#6DBBB9 (or 0x6DBBB9) is known color: Fountain Blue. HEX triplet: 6D, BB and B9. RGB value is (109,187,185). Sum of RGB (Red+Green+Blue) = 109+187+185=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBB9 is #924446. Grayscale: #A3A3A3. Windows color (decimal): -9585735 or 12172141. OLE color: 12172141.
HSL color Cylindrical-coordinate representation of color #6DBBB9: hue angle of 178.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBB9 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 185 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.27 |
| HSL | 178.46º | 0.36% | 0.58% | - |
| HSV(B) | 178.46º | 0.42% | 0.73% | - |
| XYZ | 32.83 | 42.29 | 52.33 | - |
| YUV | 163.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 185 | 0.42 | 0 | 0.01 | 0.27 | 178.46 | 0.36 | 0.58 |
| Hex | 6D | BB | B9 | 2A | 0 | 1 | 1B | B2 | 24 | 3A |
| Octal | 155 | 273 | 271 | 52 | 0 | 1 | 33 | 262 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10111001 | 101010 | 0 | 1 | 11011 | 10110010 | 100100 | 111010 |
Color Harmonies of #6DBBB9
Complementary color
Monochromatic Colors of #6DBBB9
Black with #6DBBB9
Text Example
Text Example
White with #6DBBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBB9; }
p { color: rgb(109,187,185); }
H1.HeaderClassName
{
color: #6DBBB9;
}
.AnyTagClassName
{
color: #6DBBB9;
}
</style>
background-color css
<style>
a { background-color: #6DBBB9; }
a { background-color: rgb(109,187,185); }
div.DivClassName
{
background-color: #6DBBB9;
}
.BgClassName
{
background-color: #6DBBB9;
}
</style>
border-color css
<style>
span { border-color: #6DBBB9; }
span { border-color: rgb(109,187,185); }
td.TdClassName
{
border-color: #6DBBB9;
}
.TagClassName
{
border-color: #6DBBB9;
}
</style>