Shades of Fountain Blue #6DBCB7
Tints of Fountain Blue #6DBCB7
RGB
CMYK
RGB Variations
Color information
#6DBCB7 (or 0x6DBCB7) is known color: Fountain Blue. HEX triplet: 6D, BC and B7. RGB value is (109,188,183). Sum of RGB (Red+Green+Blue) = 109+188+183=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCB7 is #924348. Grayscale: #A3A3A3. Windows color (decimal): -9585481 or 12041325. OLE color: 12041325.
HSL color Cylindrical-coordinate representation of color #6DBCB7: hue angle of 176.2º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCB7 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 183 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.26 |
| HSL | 176.2º | 0.37% | 0.58% | - |
| HSV(B) | 176.2º | 0.42% | 0.74% | - |
| XYZ | 32.84 | 42.64 | 51.3 | - |
| YUV | 163.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 183 | 0.42 | 0 | 0.03 | 0.26 | 176.2 | 0.37 | 0.58 |
| Hex | 6D | BC | B7 | 2A | 0 | 3 | 1A | B0 | 25 | 3A |
| Octal | 155 | 274 | 267 | 52 | 0 | 3 | 32 | 260 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10110111 | 101010 | 0 | 11 | 11010 | 10110000 | 100101 | 111010 |
Color Harmonies of #6DBCB7
Complementary color
Monochromatic Colors of #6DBCB7
Black with #6DBCB7
Text Example
Text Example
White with #6DBCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCB7; }
p { color: rgb(109,188,183); }
H1.HeaderClassName
{
color: #6DBCB7;
}
.AnyTagClassName
{
color: #6DBCB7;
}
</style>
background-color css
<style>
a { background-color: #6DBCB7; }
a { background-color: rgb(109,188,183); }
div.DivClassName
{
background-color: #6DBCB7;
}
.BgClassName
{
background-color: #6DBCB7;
}
</style>
border-color css
<style>
span { border-color: #6DBCB7; }
span { border-color: rgb(109,188,183); }
td.TdClassName
{
border-color: #6DBCB7;
}
.TagClassName
{
border-color: #6DBCB7;
}
</style>