Shades of Fountain Blue #6BBAB5
Tints of Fountain Blue #6BBAB5
RGB
CMYK
RGB Variations
Color information
#6BBAB5 (or 0x6BBAB5) is known color: Fountain Blue. HEX triplet: 6B, BA and B5. RGB value is (107,186,181). Sum of RGB (Red+Green+Blue) = 107+186+181=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBAB5 is #94454A. Grayscale: #A1A1A1. Windows color (decimal): -9717067 or 11909739. OLE color: 11909739.
HSL color Cylindrical-coordinate representation of color #6BBAB5: hue angle of 176.2º 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 #6BBAB5 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 181 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.27 |
| HSL | 176.2º | 0.36% | 0.57% | - |
| HSV(B) | 176.2º | 0.42% | 0.73% | - |
| XYZ | 31.96 | 41.58 | 50.06 | - |
| YUV | 161.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 181 | 0.42 | 0 | 0.03 | 0.27 | 176.2 | 0.36 | 0.57 |
| Hex | 6B | BA | B5 | 2A | 0 | 3 | 1B | B0 | 24 | 39 |
| Octal | 153 | 272 | 265 | 52 | 0 | 3 | 33 | 260 | 44 | 71 |
| Binary | 1101011 | 10111010 | 10110101 | 101010 | 0 | 11 | 11011 | 10110000 | 100100 | 111001 |
Color Harmonies of #6BBAB5
Complementary color
Monochromatic Colors of #6BBAB5
Black with #6BBAB5
Text Example
Text Example
White with #6BBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBAB5; }
p { color: rgb(107,186,181); }
H1.HeaderClassName
{
color: #6BBAB5;
}
.AnyTagClassName
{
color: #6BBAB5;
}
</style>
background-color css
<style>
a { background-color: #6BBAB5; }
a { background-color: rgb(107,186,181); }
div.DivClassName
{
background-color: #6BBAB5;
}
.BgClassName
{
background-color: #6BBAB5;
}
</style>
border-color css
<style>
span { border-color: #6BBAB5; }
span { border-color: rgb(107,186,181); }
td.TdClassName
{
border-color: #6BBAB5;
}
.TagClassName
{
border-color: #6BBAB5;
}
</style>