Shades of Fountain Blue #6AB3BC
Tints of Fountain Blue #6AB3BC
RGB
CMYK
RGB Variations
Color information
#6AB3BC (or 0x6AB3BC) is known color: Fountain Blue. HEX triplet: 6A, B3 and BC. RGB value is (106,179,188). Sum of RGB (Red+Green+Blue) = 106+179+188=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AB3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB3BC is #954C43. Grayscale: #9E9E9E. Windows color (decimal): -9784388 or 12366698. OLE color: 12366698.
HSL color Cylindrical-coordinate representation of color #6AB3BC: hue angle of 186.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AB3BC is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 179 | 188 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.26 |
| HSL | 186.59º | 0.38% | 0.58% | - |
| HSV(B) | 186.59º | 0.44% | 0.74% | - |
| XYZ | 31.14 | 38.94 | 53.45 | - |
| YUV | 158.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 188 | 0.44 | 0.05 | 0 | 0.26 | 186.59 | 0.38 | 0.58 |
| Hex | 6A | B3 | BC | 2C | 5 | 0 | 1A | BB | 26 | 3A |
| Octal | 152 | 263 | 274 | 54 | 5 | 0 | 32 | 273 | 46 | 72 |
| Binary | 1101010 | 10110011 | 10111100 | 101100 | 101 | 0 | 11010 | 10111011 | 100110 | 111010 |
Color Harmonies of #6AB3BC
Complementary color
Monochromatic Colors of #6AB3BC
Black with #6AB3BC
Text Example
Text Example
White with #6AB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB3BC; }
p { color: rgb(106,179,188); }
H1.HeaderClassName
{
color: #6AB3BC;
}
.AnyTagClassName
{
color: #6AB3BC;
}
</style>
background-color css
<style>
a { background-color: #6AB3BC; }
a { background-color: rgb(106,179,188); }
div.DivClassName
{
background-color: #6AB3BC;
}
.BgClassName
{
background-color: #6AB3BC;
}
</style>
border-color css
<style>
span { border-color: #6AB3BC; }
span { border-color: rgb(106,179,188); }
td.TdClassName
{
border-color: #6AB3BC;
}
.TagClassName
{
border-color: #6AB3BC;
}
</style>