Shades of Fountain Blue #6BACBA
Tints of Fountain Blue #6BACBA
RGB
CMYK
RGB Variations
Color information
#6BACBA (or 0x6BACBA) is known color: Fountain Blue. HEX triplet: 6B, AC and BA. RGB value is (107,172,186). Sum of RGB (Red+Green+Blue) = 107+172+186=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACBA is #945345. Grayscale: #9A9A9A. Windows color (decimal): -9720646 or 12233835. OLE color: 12233835.
HSL color Cylindrical-coordinate representation of color #6BACBA: hue angle of 190.63º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BACBA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 172 | 186 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.27 |
| HSL | 190.63º | 0.36% | 0.57% | - |
| HSV(B) | 190.63º | 0.42% | 0.73% | - |
| XYZ | 29.68 | 36.18 | 51.87 | - |
| YUV | 154.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 186 | 0.42 | 0.08 | 0 | 0.27 | 190.63 | 0.36 | 0.57 |
| Hex | 6B | AC | BA | 2A | 8 | 0 | 1B | BF | 24 | 39 |
| Octal | 153 | 254 | 272 | 52 | 10 | 0 | 33 | 277 | 44 | 71 |
| Binary | 1101011 | 10101100 | 10111010 | 101010 | 1000 | 0 | 11011 | 10111111 | 100100 | 111001 |
Color Harmonies of #6BACBA
Complementary color
Monochromatic Colors of #6BACBA
Black with #6BACBA
Text Example
Text Example
White with #6BACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACBA; }
p { color: rgb(107,172,186); }
H1.HeaderClassName
{
color: #6BACBA;
}
.AnyTagClassName
{
color: #6BACBA;
}
</style>
background-color css
<style>
a { background-color: #6BACBA; }
a { background-color: rgb(107,172,186); }
div.DivClassName
{
background-color: #6BACBA;
}
.BgClassName
{
background-color: #6BACBA;
}
</style>
border-color css
<style>
span { border-color: #6BACBA; }
span { border-color: rgb(107,172,186); }
td.TdClassName
{
border-color: #6BACBA;
}
.TagClassName
{
border-color: #6BACBA;
}
</style>