Shades of Fountain Blue #6BBABC
Tints of Fountain Blue #6BBABC
RGB
CMYK
RGB Variations
Color information
#6BBABC (or 0x6BBABC) is known color: Fountain Blue. HEX triplet: 6B, BA and BC. RGB value is (107,186,188). Sum of RGB (Red+Green+Blue) = 107+186+188=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBABC is #944543. Grayscale: #A2A2A2. Windows color (decimal): -9717060 or 12368491. OLE color: 12368491.
HSL color Cylindrical-coordinate representation of color #6BBABC: hue angle of 181.48º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBABC is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 186 | 188 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.26 |
| HSL | 181.48º | 0.38% | 0.58% | - |
| HSV(B) | 181.48º | 0.43% | 0.74% | - |
| XYZ | 32.7 | 41.87 | 53.94 | - |
| YUV | 162.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 188 | 0.43 | 0.01 | 0 | 0.26 | 181.48 | 0.38 | 0.58 |
| Hex | 6B | BA | BC | 2B | 1 | 0 | 1A | B5 | 26 | 3A |
| Octal | 153 | 272 | 274 | 53 | 1 | 0 | 32 | 265 | 46 | 72 |
| Binary | 1101011 | 10111010 | 10111100 | 101011 | 1 | 0 | 11010 | 10110101 | 100110 | 111010 |
Color Harmonies of #6BBABC
Complementary color
Monochromatic Colors of #6BBABC
Black with #6BBABC
Text Example
Text Example
White with #6BBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBABC; }
p { color: rgb(107,186,188); }
H1.HeaderClassName
{
color: #6BBABC;
}
.AnyTagClassName
{
color: #6BBABC;
}
</style>
background-color css
<style>
a { background-color: #6BBABC; }
a { background-color: rgb(107,186,188); }
div.DivClassName
{
background-color: #6BBABC;
}
.BgClassName
{
background-color: #6BBABC;
}
</style>
border-color css
<style>
span { border-color: #6BBABC; }
span { border-color: rgb(107,186,188); }
td.TdClassName
{
border-color: #6BBABC;
}
.TagClassName
{
border-color: #6BBABC;
}
</style>