Shades of Fountain Blue #6DB5BB
Tints of Fountain Blue #6DB5BB
RGB
CMYK
RGB Variations
Color information
#6DB5BB (or 0x6DB5BB) is known color: Fountain Blue. HEX triplet: 6D, B5 and BB. RGB value is (109,181,187). Sum of RGB (Red+Green+Blue) = 109+181+187=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DB5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5BB is #924A44. Grayscale: #A0A0A0. Windows color (decimal): -9587269 or 12301677. OLE color: 12301677.
HSL color Cylindrical-coordinate representation of color #6DB5BB: hue angle of 184.62º 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 #6DB5BB is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 181 | 187 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.27 |
| HSL | 184.62º | 0.36% | 0.58% | - |
| HSV(B) | 184.62º | 0.42% | 0.73% | - |
| XYZ | 31.8 | 39.89 | 53.04 | - |
| YUV | 160.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 187 | 0.42 | 0.03 | 0 | 0.27 | 184.62 | 0.36 | 0.58 |
| Hex | 6D | B5 | BB | 2A | 3 | 0 | 1B | B9 | 24 | 3A |
| Octal | 155 | 265 | 273 | 52 | 3 | 0 | 33 | 271 | 44 | 72 |
| Binary | 1101101 | 10110101 | 10111011 | 101010 | 11 | 0 | 11011 | 10111001 | 100100 | 111010 |
Color Harmonies of #6DB5BB
Complementary color
Monochromatic Colors of #6DB5BB
Black with #6DB5BB
Text Example
Text Example
White with #6DB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5BB; }
p { color: rgb(109,181,187); }
H1.HeaderClassName
{
color: #6DB5BB;
}
.AnyTagClassName
{
color: #6DB5BB;
}
</style>
background-color css
<style>
a { background-color: #6DB5BB; }
a { background-color: rgb(109,181,187); }
div.DivClassName
{
background-color: #6DB5BB;
}
.BgClassName
{
background-color: #6DB5BB;
}
</style>
border-color css
<style>
span { border-color: #6DB5BB; }
span { border-color: rgb(109,181,187); }
td.TdClassName
{
border-color: #6DB5BB;
}
.TagClassName
{
border-color: #6DB5BB;
}
</style>