Shades of Fountain Blue #6AA9AB
Tints of Fountain Blue #6AA9AB
RGB
CMYK
RGB Variations
Color information
#6AA9AB (or 0x6AA9AB) is known color: Fountain Blue. HEX triplet: 6A, A9 and AB. RGB value is (106,169,171). Sum of RGB (Red+Green+Blue) = 106+169+171=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #6AA9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA9AB is #955654. Grayscale: #969696. Windows color (decimal): -9786965 or 11250026. OLE color: 11250026.
HSL color Cylindrical-coordinate representation of color #6AA9AB: hue angle of 181.85º 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 #6AA9AB is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 169 | 171 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.33 |
| HSL | 181.85º | 0.28% | 0.54% | - |
| HSV(B) | 181.85º | 0.38% | 0.67% | - |
| XYZ | 27.48 | 34.38 | 43.72 | - |
| YUV | 150.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 171 | 0.38 | 0.01 | 0 | 0.33 | 181.85 | 0.28 | 0.54 |
| Hex | 6A | A9 | AB | 26 | 1 | 0 | 21 | B6 | 1C | 36 |
| Octal | 152 | 251 | 253 | 46 | 1 | 0 | 41 | 266 | 34 | 66 |
| Binary | 1101010 | 10101001 | 10101011 | 100110 | 1 | 0 | 100001 | 10110110 | 11100 | 110110 |
Color Harmonies of #6AA9AB
Complementary color
Monochromatic Colors of #6AA9AB
Black with #6AA9AB
Text Example
Text Example
White with #6AA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA9AB; }
p { color: rgb(106,169,171); }
H1.HeaderClassName
{
color: #6AA9AB;
}
.AnyTagClassName
{
color: #6AA9AB;
}
</style>
background-color css
<style>
a { background-color: #6AA9AB; }
a { background-color: rgb(106,169,171); }
div.DivClassName
{
background-color: #6AA9AB;
}
.BgClassName
{
background-color: #6AA9AB;
}
</style>
border-color css
<style>
span { border-color: #6AA9AB; }
span { border-color: rgb(106,169,171); }
td.TdClassName
{
border-color: #6AA9AB;
}
.TagClassName
{
border-color: #6AA9AB;
}
</style>