Shades of Fountain Blue #6DBBBB
Tints of Fountain Blue #6DBBBB
RGB
CMYK
RGB Variations
Color information
#6DBBBB (or 0x6DBBBB) is known color: Fountain Blue. HEX triplet: 6D, BB and BB. RGB value is (109,187,187). Sum of RGB (Red+Green+Blue) = 109+187+187=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #6DBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBBB is #924444. Grayscale: #A3A3A3. Windows color (decimal): -9585733 or 12303213. OLE color: 12303213.
HSL color Cylindrical-coordinate representation of color #6DBBBB: hue angle of 180º 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 #6DBBBB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 187 | - |
| CMYK | 0.42 | 0 | 0 | 0.27 |
| HSL | 180º | 0.36% | 0.58% | - |
| HSV(B) | 180º | 0.42% | 0.73% | - |
| XYZ | 33.05 | 42.38 | 53.45 | - |
| YUV | 163.68 | 141.16 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 187 | 0.42 | 0 | 0 | 0.27 | 180 | 0.36 | 0.58 |
| Hex | 6D | BB | BB | 2A | 0 | 0 | 1B | B4 | 24 | 3A |
| Octal | 155 | 273 | 273 | 52 | 0 | 0 | 33 | 264 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10111011 | 101010 | 0 | 0 | 11011 | 10110100 | 100100 | 111010 |
Color Harmonies of #6DBBBB
Complementary color
Monochromatic Colors of #6DBBBB
Black with #6DBBBB
Text Example
Text Example
White with #6DBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBBB; }
p { color: rgb(109,187,187); }
H1.HeaderClassName
{
color: #6DBBBB;
}
.AnyTagClassName
{
color: #6DBBBB;
}
</style>
background-color css
<style>
a { background-color: #6DBBBB; }
a { background-color: rgb(109,187,187); }
div.DivClassName
{
background-color: #6DBBBB;
}
.BgClassName
{
background-color: #6DBBBB;
}
</style>
border-color css
<style>
span { border-color: #6DBBBB; }
span { border-color: rgb(109,187,187); }
td.TdClassName
{
border-color: #6DBBBB;
}
.TagClassName
{
border-color: #6DBBBB;
}
</style>