Shades of Fountain Blue #6AB7BA
Tints of Fountain Blue #6AB7BA
RGB
CMYK
RGB Variations
Color information
#6AB7BA (or 0x6AB7BA) is known color: Fountain Blue. HEX triplet: 6A, B7 and BA. RGB value is (106,183,186). Sum of RGB (Red+Green+Blue) = 106+183+186=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AB7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7BA is #954845. Grayscale: #A0A0A0. Windows color (decimal): -9783366 or 12236650. OLE color: 12236650.
HSL color Cylindrical-coordinate representation of color #6AB7BA: hue angle of 182.25º 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 #6AB7BA is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 183 | 186 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.27 |
| HSL | 182.25º | 0.37% | 0.57% | - |
| HSV(B) | 182.25º | 0.43% | 0.73% | - |
| XYZ | 31.74 | 40.48 | 52.59 | - |
| YUV | 160.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 186 | 0.43 | 0.02 | 0 | 0.27 | 182.25 | 0.37 | 0.57 |
| Hex | 6A | B7 | BA | 2B | 2 | 0 | 1B | B6 | 25 | 39 |
| Octal | 152 | 267 | 272 | 53 | 2 | 0 | 33 | 266 | 45 | 71 |
| Binary | 1101010 | 10110111 | 10111010 | 101011 | 10 | 0 | 11011 | 10110110 | 100101 | 111001 |
Color Harmonies of #6AB7BA
Complementary color
Monochromatic Colors of #6AB7BA
Black with #6AB7BA
Text Example
Text Example
White with #6AB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB7BA; }
p { color: rgb(106,183,186); }
H1.HeaderClassName
{
color: #6AB7BA;
}
.AnyTagClassName
{
color: #6AB7BA;
}
</style>
background-color css
<style>
a { background-color: #6AB7BA; }
a { background-color: rgb(106,183,186); }
div.DivClassName
{
background-color: #6AB7BA;
}
.BgClassName
{
background-color: #6AB7BA;
}
</style>
border-color css
<style>
span { border-color: #6AB7BA; }
span { border-color: rgb(106,183,186); }
td.TdClassName
{
border-color: #6AB7BA;
}
.TagClassName
{
border-color: #6AB7BA;
}
</style>