Shades of Fountain Blue #6AB9BA
Tints of Fountain Blue #6AB9BA
RGB
CMYK
RGB Variations
Color information
#6AB9BA (or 0x6AB9BA) is known color: Fountain Blue. HEX triplet: 6A, B9 and BA. RGB value is (106,185,186). Sum of RGB (Red+Green+Blue) = 106+185+186=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AB9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9BA is #954645. Grayscale: #A1A1A1. Windows color (decimal): -9782854 or 12237162. OLE color: 12237162.
HSL color Cylindrical-coordinate representation of color #6AB9BA: hue angle of 180.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB9BA is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 185 | 186 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.27 |
| HSL | 180.75º | 0.37% | 0.57% | - |
| HSV(B) | 180.75º | 0.43% | 0.73% | - |
| XYZ | 32.16 | 41.31 | 52.73 | - |
| YUV | 161.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 185 | 186 | 0.43 | 0.01 | 0 | 0.27 | 180.75 | 0.37 | 0.57 |
| Hex | 6A | B9 | BA | 2B | 1 | 0 | 1B | B5 | 25 | 39 |
| Octal | 152 | 271 | 272 | 53 | 1 | 0 | 33 | 265 | 45 | 71 |
| Binary | 1101010 | 10111001 | 10111010 | 101011 | 1 | 0 | 11011 | 10110101 | 100101 | 111001 |
Color Harmonies of #6AB9BA
Complementary color
Monochromatic Colors of #6AB9BA
Black with #6AB9BA
Text Example
Text Example
White with #6AB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB9BA; }
p { color: rgb(106,185,186); }
H1.HeaderClassName
{
color: #6AB9BA;
}
.AnyTagClassName
{
color: #6AB9BA;
}
</style>
background-color css
<style>
a { background-color: #6AB9BA; }
a { background-color: rgb(106,185,186); }
div.DivClassName
{
background-color: #6AB9BA;
}
.BgClassName
{
background-color: #6AB9BA;
}
</style>
border-color css
<style>
span { border-color: #6AB9BA; }
span { border-color: rgb(106,185,186); }
td.TdClassName
{
border-color: #6AB9BA;
}
.TagClassName
{
border-color: #6AB9BA;
}
</style>