Shades of Fountain Blue #6BBDBA
Tints of Fountain Blue #6BBDBA
RGB
CMYK
RGB Variations
Color information
#6BBDBA (or 0x6BBDBA) is known color: Fountain Blue. HEX triplet: 6B, BD and BA. RGB value is (107,189,186). Sum of RGB (Red+Green+Blue) = 107+189+186=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDBA is #944245. Grayscale: #A4A4A4. Windows color (decimal): -9716294 or 12238187. OLE color: 12238187.
HSL color Cylindrical-coordinate representation of color #6BBDBA: hue angle of 177.8º 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 #6BBDBA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 189 | 186 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.26 |
| HSL | 177.8º | 0.38% | 0.58% | - |
| HSV(B) | 177.8º | 0.43% | 0.74% | - |
| XYZ | 33.12 | 43.07 | 53.02 | - |
| YUV | 164.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 186 | 0.43 | 0 | 0.02 | 0.26 | 177.8 | 0.38 | 0.58 |
| Hex | 6B | BD | BA | 2B | 0 | 2 | 1A | B2 | 26 | 3A |
| Octal | 153 | 275 | 272 | 53 | 0 | 2 | 32 | 262 | 46 | 72 |
| Binary | 1101011 | 10111101 | 10111010 | 101011 | 0 | 10 | 11010 | 10110010 | 100110 | 111010 |
Color Harmonies of #6BBDBA
Complementary color
Monochromatic Colors of #6BBDBA
Black with #6BBDBA
Text Example
Text Example
White with #6BBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBDBA; }
p { color: rgb(107,189,186); }
H1.HeaderClassName
{
color: #6BBDBA;
}
.AnyTagClassName
{
color: #6BBDBA;
}
</style>
background-color css
<style>
a { background-color: #6BBDBA; }
a { background-color: rgb(107,189,186); }
div.DivClassName
{
background-color: #6BBDBA;
}
.BgClassName
{
background-color: #6BBDBA;
}
</style>
border-color css
<style>
span { border-color: #6BBDBA; }
span { border-color: rgb(107,189,186); }
td.TdClassName
{
border-color: #6BBDBA;
}
.TagClassName
{
border-color: #6BBDBA;
}
</style>