Shades of Fountain Blue #6FBABB
Tints of Fountain Blue #6FBABB
RGB
CMYK
RGB Variations
Color information
#6FBABB (or 0x6FBABB) is known color: Fountain Blue. HEX triplet: 6F, BA and BB. RGB value is (111,186,187). Sum of RGB (Red+Green+Blue) = 111+186+187=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBABB is #904544. Grayscale: #A3A3A3. Windows color (decimal): -9454917 or 12302959. OLE color: 12302959.
HSL color Cylindrical-coordinate representation of color #6FBABB: hue angle of 180.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBABB is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 187 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.27 |
| HSL | 180.79º | 0.36% | 0.58% | - |
| HSV(B) | 180.79º | 0.41% | 0.73% | - |
| XYZ | 33.08 | 42.09 | 53.39 | - |
| YUV | 163.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 187 | 0.41 | 0.01 | 0 | 0.27 | 180.79 | 0.36 | 0.58 |
| Hex | 6F | BA | BB | 29 | 1 | 0 | 1B | B5 | 24 | 3A |
| Octal | 157 | 272 | 273 | 51 | 1 | 0 | 33 | 265 | 44 | 72 |
| Binary | 1101111 | 10111010 | 10111011 | 101001 | 1 | 0 | 11011 | 10110101 | 100100 | 111010 |
Color Harmonies of #6FBABB
Complementary color
Monochromatic Colors of #6FBABB
Black with #6FBABB
Text Example
Text Example
White with #6FBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBABB; }
p { color: rgb(111,186,187); }
H1.HeaderClassName
{
color: #6FBABB;
}
.AnyTagClassName
{
color: #6FBABB;
}
</style>
background-color css
<style>
a { background-color: #6FBABB; }
a { background-color: rgb(111,186,187); }
div.DivClassName
{
background-color: #6FBABB;
}
.BgClassName
{
background-color: #6FBABB;
}
</style>
border-color css
<style>
span { border-color: #6FBABB; }
span { border-color: rgb(111,186,187); }
td.TdClassName
{
border-color: #6FBABB;
}
.TagClassName
{
border-color: #6FBABB;
}
</style>