Shades of Fountain Blue #6DB7B6
Tints of Fountain Blue #6DB7B6
RGB
CMYK
RGB Variations
Color information
#6DB7B6 (or 0x6DB7B6) is known color: Fountain Blue. HEX triplet: 6D, B7 and B6. RGB value is (109,183,182). Sum of RGB (Red+Green+Blue) = 109+183+182=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB7B6 is #924849. Grayscale: #A0A0A0. Windows color (decimal): -9586762 or 11974509. OLE color: 11974509.
HSL color Cylindrical-coordinate representation of color #6DB7B6: hue angle of 179.19º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB7B6 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 182 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.28 |
| HSL | 179.19º | 0.34% | 0.57% | - |
| HSV(B) | 179.19º | 0.4% | 0.72% | - |
| XYZ | 31.68 | 40.5 | 50.4 | - |
| YUV | 160.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 182 | 0.40 | 0 | 0.01 | 0.28 | 179.19 | 0.34 | 0.57 |
| Hex | 6D | B7 | B6 | 28 | 0 | 1 | 1C | B3 | 22 | 39 |
| Octal | 155 | 267 | 266 | 50 | 0 | 1 | 34 | 263 | 42 | 71 |
| Binary | 1101101 | 10110111 | 10110110 | 101000 | 0 | 1 | 11100 | 10110011 | 100010 | 111001 |
Color Harmonies of #6DB7B6
Complementary color
Monochromatic Colors of #6DB7B6
Black with #6DB7B6
Text Example
Text Example
White with #6DB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB7B6; }
p { color: rgb(109,183,182); }
H1.HeaderClassName
{
color: #6DB7B6;
}
.AnyTagClassName
{
color: #6DB7B6;
}
</style>
background-color css
<style>
a { background-color: #6DB7B6; }
a { background-color: rgb(109,183,182); }
div.DivClassName
{
background-color: #6DB7B6;
}
.BgClassName
{
background-color: #6DB7B6;
}
</style>
border-color css
<style>
span { border-color: #6DB7B6; }
span { border-color: rgb(109,183,182); }
td.TdClassName
{
border-color: #6DB7B6;
}
.TagClassName
{
border-color: #6DB7B6;
}
</style>