Shades of Fountain Blue #6FB9BA
Tints of Fountain Blue #6FB9BA
RGB
CMYK
RGB Variations
Color information
#6FB9BA (or 0x6FB9BA) is known color: Fountain Blue. HEX triplet: 6F, B9 and BA. RGB value is (111,185,186). Sum of RGB (Red+Green+Blue) = 111+185+186=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FB9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9BA is #904645. Grayscale: #A2A2A2. Windows color (decimal): -9455174 or 12237167. OLE color: 12237167.
HSL color Cylindrical-coordinate representation of color #6FB9BA: hue angle of 180.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB9BA is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 186 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.27 |
| HSL | 180.8º | 0.35% | 0.58% | - |
| HSV(B) | 180.8º | 0.4% | 0.73% | - |
| XYZ | 32.77 | 41.62 | 52.76 | - |
| YUV | 162.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 186 | 0.40 | 0.01 | 0 | 0.27 | 180.8 | 0.35 | 0.58 |
| Hex | 6F | B9 | BA | 28 | 1 | 0 | 1B | B5 | 23 | 3A |
| Octal | 157 | 271 | 272 | 50 | 1 | 0 | 33 | 265 | 43 | 72 |
| Binary | 1101111 | 10111001 | 10111010 | 101000 | 1 | 0 | 11011 | 10110101 | 100011 | 111010 |
Color Harmonies of #6FB9BA
Complementary color
Monochromatic Colors of #6FB9BA
Black with #6FB9BA
Text Example
Text Example
White with #6FB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB9BA; }
p { color: rgb(111,185,186); }
H1.HeaderClassName
{
color: #6FB9BA;
}
.AnyTagClassName
{
color: #6FB9BA;
}
</style>
background-color css
<style>
a { background-color: #6FB9BA; }
a { background-color: rgb(111,185,186); }
div.DivClassName
{
background-color: #6FB9BA;
}
.BgClassName
{
background-color: #6FB9BA;
}
</style>
border-color css
<style>
span { border-color: #6FB9BA; }
span { border-color: rgb(111,185,186); }
td.TdClassName
{
border-color: #6FB9BA;
}
.TagClassName
{
border-color: #6FB9BA;
}
</style>