Shades of Fountain Blue #6DB6BB
Tints of Fountain Blue #6DB6BB
RGB
CMYK
RGB Variations
Color information
#6DB6BB (or 0x6DB6BB) is known color: Fountain Blue. HEX triplet: 6D, B6 and BB. RGB value is (109,182,187). Sum of RGB (Red+Green+Blue) = 109+182+187=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DB6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6BB is #924944. Grayscale: #A0A0A0. Windows color (decimal): -9587013 or 12301933. OLE color: 12301933.
HSL color Cylindrical-coordinate representation of color #6DB6BB: hue angle of 183.85º 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 #6DB6BB is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 182 | 187 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.27 |
| HSL | 183.85º | 0.36% | 0.58% | - |
| HSV(B) | 183.85º | 0.42% | 0.73% | - |
| XYZ | 32 | 40.29 | 53.1 | - |
| YUV | 160.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 187 | 0.42 | 0.03 | 0 | 0.27 | 183.85 | 0.36 | 0.58 |
| Hex | 6D | B6 | BB | 2A | 3 | 0 | 1B | B8 | 24 | 3A |
| Octal | 155 | 266 | 273 | 52 | 3 | 0 | 33 | 270 | 44 | 72 |
| Binary | 1101101 | 10110110 | 10111011 | 101010 | 11 | 0 | 11011 | 10111000 | 100100 | 111010 |
Color Harmonies of #6DB6BB
Complementary color
Monochromatic Colors of #6DB6BB
Black with #6DB6BB
Text Example
Text Example
White with #6DB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6BB; }
p { color: rgb(109,182,187); }
H1.HeaderClassName
{
color: #6DB6BB;
}
.AnyTagClassName
{
color: #6DB6BB;
}
</style>
background-color css
<style>
a { background-color: #6DB6BB; }
a { background-color: rgb(109,182,187); }
div.DivClassName
{
background-color: #6DB6BB;
}
.BgClassName
{
background-color: #6DB6BB;
}
</style>
border-color css
<style>
span { border-color: #6DB6BB; }
span { border-color: rgb(109,182,187); }
td.TdClassName
{
border-color: #6DB6BB;
}
.TagClassName
{
border-color: #6DB6BB;
}
</style>