Shades of Fountain Blue #6AA6AB
Tints of Fountain Blue #6AA6AB
RGB
CMYK
RGB Variations
Color information
#6AA6AB (or 0x6AA6AB) is known color: Fountain Blue. HEX triplet: 6A, A6 and AB. RGB value is (106,166,171). Sum of RGB (Red+Green+Blue) = 106+166+171=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #6AA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA6AB is #955954. Grayscale: #949494. Windows color (decimal): -9787733 or 11249258. OLE color: 11249258.
HSL color Cylindrical-coordinate representation of color #6AA6AB: hue angle of 184.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AA6AB is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 166 | 171 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.33 |
| HSL | 184.62º | 0.28% | 0.54% | - |
| HSV(B) | 184.62º | 0.38% | 0.67% | - |
| XYZ | 26.93 | 33.28 | 43.53 | - |
| YUV | 148.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 166 | 171 | 0.38 | 0.03 | 0 | 0.33 | 184.62 | 0.28 | 0.54 |
| Hex | 6A | A6 | AB | 26 | 3 | 0 | 21 | B9 | 1C | 36 |
| Octal | 152 | 246 | 253 | 46 | 3 | 0 | 41 | 271 | 34 | 66 |
| Binary | 1101010 | 10100110 | 10101011 | 100110 | 11 | 0 | 100001 | 10111001 | 11100 | 110110 |
Color Harmonies of #6AA6AB
Complementary color
Monochromatic Colors of #6AA6AB
Black with #6AA6AB
Text Example
Text Example
White with #6AA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA6AB; }
p { color: rgb(106,166,171); }
H1.HeaderClassName
{
color: #6AA6AB;
}
.AnyTagClassName
{
color: #6AA6AB;
}
</style>
background-color css
<style>
a { background-color: #6AA6AB; }
a { background-color: rgb(106,166,171); }
div.DivClassName
{
background-color: #6AA6AB;
}
.BgClassName
{
background-color: #6AA6AB;
}
</style>
border-color css
<style>
span { border-color: #6AA6AB; }
span { border-color: rgb(106,166,171); }
td.TdClassName
{
border-color: #6AA6AB;
}
.TagClassName
{
border-color: #6AA6AB;
}
</style>