Shades of Fountain Blue #6ABAC0
Tints of Fountain Blue #6ABAC0
RGB
CMYK
RGB Variations
Color information
#6ABAC0 (or 0x6ABAC0) is known color: Fountain Blue. HEX triplet: 6A, BA and C0. RGB value is (106,186,192). Sum of RGB (Red+Green+Blue) = 106+186+192=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #6ABAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABAC0 is #95453F. Grayscale: #A2A2A2. Windows color (decimal): -9782592 or 12630634. OLE color: 12630634.
HSL color Cylindrical-coordinate representation of color #6ABAC0: hue angle of 184.19º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABAC0 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 186 | 192 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.25 |
| HSL | 184.19º | 0.41% | 0.58% | - |
| HSV(B) | 184.19º | 0.45% | 0.75% | - |
| XYZ | 33.02 | 41.99 | 56.23 | - |
| YUV | 162.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 192 | 0.45 | 0.03 | 0 | 0.25 | 184.19 | 0.41 | 0.58 |
| Hex | 6A | BA | C0 | 2D | 3 | 0 | 19 | B8 | 29 | 3A |
| Octal | 152 | 272 | 300 | 55 | 3 | 0 | 31 | 270 | 51 | 72 |
| Binary | 1101010 | 10111010 | 11000000 | 101101 | 11 | 0 | 11001 | 10111000 | 101001 | 111010 |
Color Harmonies of #6ABAC0
Complementary color
Monochromatic Colors of #6ABAC0
Black with #6ABAC0
Text Example
Text Example
White with #6ABAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABAC0; }
p { color: rgb(106,186,192); }
H1.HeaderClassName
{
color: #6ABAC0;
}
.AnyTagClassName
{
color: #6ABAC0;
}
</style>
background-color css
<style>
a { background-color: #6ABAC0; }
a { background-color: rgb(106,186,192); }
div.DivClassName
{
background-color: #6ABAC0;
}
.BgClassName
{
background-color: #6ABAC0;
}
</style>
border-color css
<style>
span { border-color: #6ABAC0; }
span { border-color: rgb(106,186,192); }
td.TdClassName
{
border-color: #6ABAC0;
}
.TagClassName
{
border-color: #6ABAC0;
}
</style>