Shades of Fountain Blue #6BBABB
Tints of Fountain Blue #6BBABB
RGB
CMYK
RGB Variations
Color information
#6BBABB (or 0x6BBABB) is known color: Fountain Blue. HEX triplet: 6B, BA and BB. RGB value is (107,186,187). Sum of RGB (Red+Green+Blue) = 107+186+187=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #6BBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBABB is #944544. Grayscale: #A2A2A2. Windows color (decimal): -9717061 or 12302955. OLE color: 12302955.
HSL color Cylindrical-coordinate representation of color #6BBABB: hue angle of 180.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBABB is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 187 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.27 |
| HSL | 180.75º | 0.37% | 0.58% | - |
| HSV(B) | 180.75º | 0.43% | 0.73% | - |
| XYZ | 32.59 | 41.83 | 53.37 | - |
| YUV | 162.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 187 | 0.43 | 0.01 | 0 | 0.27 | 180.75 | 0.37 | 0.58 |
| Hex | 6B | BA | BB | 2B | 1 | 0 | 1B | B5 | 25 | 3A |
| Octal | 153 | 272 | 273 | 53 | 1 | 0 | 33 | 265 | 45 | 72 |
| Binary | 1101011 | 10111010 | 10111011 | 101011 | 1 | 0 | 11011 | 10110101 | 100101 | 111010 |
Color Harmonies of #6BBABB
Complementary color
Monochromatic Colors of #6BBABB
Black with #6BBABB
Text Example
Text Example
White with #6BBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBABB; }
p { color: rgb(107,186,187); }
H1.HeaderClassName
{
color: #6BBABB;
}
.AnyTagClassName
{
color: #6BBABB;
}
</style>
background-color css
<style>
a { background-color: #6BBABB; }
a { background-color: rgb(107,186,187); }
div.DivClassName
{
background-color: #6BBABB;
}
.BgClassName
{
background-color: #6BBABB;
}
</style>
border-color css
<style>
span { border-color: #6BBABB; }
span { border-color: rgb(107,186,187); }
td.TdClassName
{
border-color: #6BBABB;
}
.TagClassName
{
border-color: #6BBABB;
}
</style>