Shades of Fountain Blue #6AB2BC
Tints of Fountain Blue #6AB2BC
RGB
CMYK
RGB Variations
Color information
#6AB2BC (or 0x6AB2BC) is known color: Fountain Blue. HEX triplet: 6A, B2 and BC. RGB value is (106,178,188). Sum of RGB (Red+Green+Blue) = 106+178+188=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AB2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB2BC is #954D43. Grayscale: #9D9D9D. Windows color (decimal): -9784644 or 12366442. OLE color: 12366442.
HSL color Cylindrical-coordinate representation of color #6AB2BC: hue angle of 187.32º 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 #6AB2BC is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 178 | 188 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.26 |
| HSL | 187.32º | 0.38% | 0.58% | - |
| HSV(B) | 187.32º | 0.44% | 0.74% | - |
| XYZ | 30.94 | 38.54 | 53.38 | - |
| YUV | 157.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 188 | 0.44 | 0.05 | 0 | 0.26 | 187.32 | 0.38 | 0.58 |
| Hex | 6A | B2 | BC | 2C | 5 | 0 | 1A | BB | 26 | 3A |
| Octal | 152 | 262 | 274 | 54 | 5 | 0 | 32 | 273 | 46 | 72 |
| Binary | 1101010 | 10110010 | 10111100 | 101100 | 101 | 0 | 11010 | 10111011 | 100110 | 111010 |
Color Harmonies of #6AB2BC
Complementary color
Monochromatic Colors of #6AB2BC
Black with #6AB2BC
Text Example
Text Example
White with #6AB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB2BC; }
p { color: rgb(106,178,188); }
H1.HeaderClassName
{
color: #6AB2BC;
}
.AnyTagClassName
{
color: #6AB2BC;
}
</style>
background-color css
<style>
a { background-color: #6AB2BC; }
a { background-color: rgb(106,178,188); }
div.DivClassName
{
background-color: #6AB2BC;
}
.BgClassName
{
background-color: #6AB2BC;
}
</style>
border-color css
<style>
span { border-color: #6AB2BC; }
span { border-color: rgb(106,178,188); }
td.TdClassName
{
border-color: #6AB2BC;
}
.TagClassName
{
border-color: #6AB2BC;
}
</style>