Shades of Fountain Blue #6AAABA
Tints of Fountain Blue #6AAABA
RGB
CMYK
RGB Variations
Color information
#6AAABA (or 0x6AAABA) is known color: Fountain Blue. HEX triplet: 6A, AA and BA. RGB value is (106,170,186). Sum of RGB (Red+Green+Blue) = 106+170+186=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAABA is #955545. Grayscale: #989898. Windows color (decimal): -9786694 or 12233322. OLE color: 12233322.
HSL color Cylindrical-coordinate representation of color #6AAABA: hue angle of 192º 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 #6AAABA is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 170 | 186 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.27 |
| HSL | 192º | 0.37% | 0.57% | - |
| HSV(B) | 192º | 0.43% | 0.73% | - |
| XYZ | 29.18 | 35.36 | 51.74 | - |
| YUV | 152.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 186 | 0.43 | 0.09 | 0 | 0.27 | 192 | 0.37 | 0.57 |
| Hex | 6A | AA | BA | 2B | 9 | 0 | 1B | C0 | 25 | 39 |
| Octal | 152 | 252 | 272 | 53 | 11 | 0 | 33 | 300 | 45 | 71 |
| Binary | 1101010 | 10101010 | 10111010 | 101011 | 1001 | 0 | 11011 | 11000000 | 100101 | 111001 |
Color Harmonies of #6AAABA
Complementary color
Monochromatic Colors of #6AAABA
Black with #6AAABA
Text Example
Text Example
White with #6AAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAABA; }
p { color: rgb(106,170,186); }
H1.HeaderClassName
{
color: #6AAABA;
}
.AnyTagClassName
{
color: #6AAABA;
}
</style>
background-color css
<style>
a { background-color: #6AAABA; }
a { background-color: rgb(106,170,186); }
div.DivClassName
{
background-color: #6AAABA;
}
.BgClassName
{
background-color: #6AAABA;
}
</style>
border-color css
<style>
span { border-color: #6AAABA; }
span { border-color: rgb(106,170,186); }
td.TdClassName
{
border-color: #6AAABA;
}
.TagClassName
{
border-color: #6AAABA;
}
</style>