Shades of Fountain Blue #6AA8AB
Tints of Fountain Blue #6AA8AB
RGB
CMYK
RGB Variations
Color information
#6AA8AB (or 0x6AA8AB) is known color: Fountain Blue. HEX triplet: 6A, A8 and AB. RGB value is (106,168,171). Sum of RGB (Red+Green+Blue) = 106+168+171=445 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.82% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #6AA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA8AB is #955754. Grayscale: #959595. Windows color (decimal): -9787221 or 11249770. OLE color: 11249770.
HSL color Cylindrical-coordinate representation of color #6AA8AB: hue angle of 182.77º 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 #6AA8AB is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 168 | 171 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.33 |
| HSL | 182.77º | 0.28% | 0.54% | - |
| HSV(B) | 182.77º | 0.38% | 0.67% | - |
| XYZ | 27.3 | 34.01 | 43.65 | - |
| YUV | 149.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 171 | 0.38 | 0.02 | 0 | 0.33 | 182.77 | 0.28 | 0.54 |
| Hex | 6A | A8 | AB | 26 | 2 | 0 | 21 | B7 | 1C | 36 |
| Octal | 152 | 250 | 253 | 46 | 2 | 0 | 41 | 267 | 34 | 66 |
| Binary | 1101010 | 10101000 | 10101011 | 100110 | 10 | 0 | 100001 | 10110111 | 11100 | 110110 |
Color Harmonies of #6AA8AB
Complementary color
Monochromatic Colors of #6AA8AB
Black with #6AA8AB
Text Example
Text Example
White with #6AA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA8AB; }
p { color: rgb(106,168,171); }
H1.HeaderClassName
{
color: #6AA8AB;
}
.AnyTagClassName
{
color: #6AA8AB;
}
</style>
background-color css
<style>
a { background-color: #6AA8AB; }
a { background-color: rgb(106,168,171); }
div.DivClassName
{
background-color: #6AA8AB;
}
.BgClassName
{
background-color: #6AA8AB;
}
</style>
border-color css
<style>
span { border-color: #6AA8AB; }
span { border-color: rgb(106,168,171); }
td.TdClassName
{
border-color: #6AA8AB;
}
.TagClassName
{
border-color: #6AA8AB;
}
</style>