Shades of Fountain Blue #6AABAB
Tints of Fountain Blue #6AABAB
RGB
CMYK
RGB Variations
Color information
#6AABAB (or 0x6AABAB) is known color: Fountain Blue. HEX triplet: 6A, AB and AB. RGB value is (106,171,171). Sum of RGB (Red+Green+Blue) = 106+171+171=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #6AABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AABAB is #955454. Grayscale: #979797. Windows color (decimal): -9786453 or 11250538. OLE color: 11250538.
HSL color Cylindrical-coordinate representation of color #6AABAB: hue angle of 180º 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 #6AABAB is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 171 | 171 | - |
| CMYK | 0.38 | 0 | 0 | 0.33 |
| HSL | 180º | 0.28% | 0.54% | - |
| HSV(B) | 180º | 0.38% | 0.67% | - |
| XYZ | 27.86 | 35.13 | 43.84 | - |
| YUV | 151.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 171 | 0.38 | 0 | 0 | 0.33 | 180 | 0.28 | 0.54 |
| Hex | 6A | AB | AB | 26 | 0 | 0 | 21 | B4 | 1C | 36 |
| Octal | 152 | 253 | 253 | 46 | 0 | 0 | 41 | 264 | 34 | 66 |
| Binary | 1101010 | 10101011 | 10101011 | 100110 | 0 | 0 | 100001 | 10110100 | 11100 | 110110 |
Color Harmonies of #6AABAB
Complementary color
Monochromatic Colors of #6AABAB
Black with #6AABAB
Text Example
Text Example
White with #6AABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AABAB; }
p { color: rgb(106,171,171); }
H1.HeaderClassName
{
color: #6AABAB;
}
.AnyTagClassName
{
color: #6AABAB;
}
</style>
background-color css
<style>
a { background-color: #6AABAB; }
a { background-color: rgb(106,171,171); }
div.DivClassName
{
background-color: #6AABAB;
}
.BgClassName
{
background-color: #6AABAB;
}
</style>
border-color css
<style>
span { border-color: #6AABAB; }
span { border-color: rgb(106,171,171); }
td.TdClassName
{
border-color: #6AABAB;
}
.TagClassName
{
border-color: #6AABAB;
}
</style>