Shades of Fountain Blue #6DB9BC
Tints of Fountain Blue #6DB9BC
RGB
CMYK
RGB Variations
Color information
#6DB9BC (or 0x6DB9BC) is known color: Fountain Blue. HEX triplet: 6D, B9 and BC. RGB value is (109,185,188). Sum of RGB (Red+Green+Blue) = 109+185+188=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DB9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9BC is #924643. Grayscale: #A2A2A2. Windows color (decimal): -9586244 or 12368237. OLE color: 12368237.
HSL color Cylindrical-coordinate representation of color #6DB9BC: hue angle of 182.28º 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 #6DB9BC is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 185 | 188 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.26 |
| HSL | 182.28º | 0.37% | 0.58% | - |
| HSV(B) | 182.28º | 0.42% | 0.74% | - |
| XYZ | 32.73 | 41.58 | 53.88 | - |
| YUV | 162.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 188 | 0.42 | 0.02 | 0 | 0.26 | 182.28 | 0.37 | 0.58 |
| Hex | 6D | B9 | BC | 2A | 2 | 0 | 1A | B6 | 25 | 3A |
| Octal | 155 | 271 | 274 | 52 | 2 | 0 | 32 | 266 | 45 | 72 |
| Binary | 1101101 | 10111001 | 10111100 | 101010 | 10 | 0 | 11010 | 10110110 | 100101 | 111010 |
Color Harmonies of #6DB9BC
Complementary color
Monochromatic Colors of #6DB9BC
Black with #6DB9BC
Text Example
Text Example
White with #6DB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB9BC; }
p { color: rgb(109,185,188); }
H1.HeaderClassName
{
color: #6DB9BC;
}
.AnyTagClassName
{
color: #6DB9BC;
}
</style>
background-color css
<style>
a { background-color: #6DB9BC; }
a { background-color: rgb(109,185,188); }
div.DivClassName
{
background-color: #6DB9BC;
}
.BgClassName
{
background-color: #6DB9BC;
}
</style>
border-color css
<style>
span { border-color: #6DB9BC; }
span { border-color: rgb(109,185,188); }
td.TdClassName
{
border-color: #6DB9BC;
}
.TagClassName
{
border-color: #6DB9BC;
}
</style>