Shades of Fountain Blue #6AA3AA
Tints of Fountain Blue #6AA3AA
RGB
CMYK
RGB Variations
Color information
#6AA3AA (or 0x6AA3AA) is known color: Fountain Blue. HEX triplet: 6A, A3 and AA. RGB value is (106,163,170). Sum of RGB (Red+Green+Blue) = 106+163+170=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #6AA3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA3AA is #955C55. Grayscale: #929292. Windows color (decimal): -9788502 or 11182954. OLE color: 11182954.
HSL color Cylindrical-coordinate representation of color #6AA3AA: hue angle of 186.56º degrees, saturation: 0.27, 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 #6AA3AA is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 163 | 170 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.33 |
| HSL | 186.56º | 0.27% | 0.54% | - |
| HSV(B) | 186.56º | 0.38% | 0.67% | - |
| XYZ | 26.3 | 32.16 | 42.85 | - |
| YUV | 146.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 170 | 0.38 | 0.04 | 0 | 0.33 | 186.56 | 0.27 | 0.54 |
| Hex | 6A | A3 | AA | 26 | 4 | 0 | 21 | BB | 1B | 36 |
| Octal | 152 | 243 | 252 | 46 | 4 | 0 | 41 | 273 | 33 | 66 |
| Binary | 1101010 | 10100011 | 10101010 | 100110 | 100 | 0 | 100001 | 10111011 | 11011 | 110110 |
Color Harmonies of #6AA3AA
Complementary color
Monochromatic Colors of #6AA3AA
Black with #6AA3AA
Text Example
Text Example
White with #6AA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA3AA; }
p { color: rgb(106,163,170); }
H1.HeaderClassName
{
color: #6AA3AA;
}
.AnyTagClassName
{
color: #6AA3AA;
}
</style>
background-color css
<style>
a { background-color: #6AA3AA; }
a { background-color: rgb(106,163,170); }
div.DivClassName
{
background-color: #6AA3AA;
}
.BgClassName
{
background-color: #6AA3AA;
}
</style>
border-color css
<style>
span { border-color: #6AA3AA; }
span { border-color: rgb(106,163,170); }
td.TdClassName
{
border-color: #6AA3AA;
}
.TagClassName
{
border-color: #6AA3AA;
}
</style>