Shades of Fountain Blue #6ABABE
Tints of Fountain Blue #6ABABE
RGB
CMYK
RGB Variations
Color information
#6ABABE (or 0x6ABABE) is known color: Fountain Blue. HEX triplet: 6A, BA and BE. RGB value is (106,186,190). Sum of RGB (Red+Green+Blue) = 106+186+190=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #6ABABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABABE is #954541. Grayscale: #A2A2A2. Windows color (decimal): -9782594 or 12499562. OLE color: 12499562.
HSL color Cylindrical-coordinate representation of color #6ABABE: hue angle of 182.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABABE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 186 | 190 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.25 |
| HSL | 182.86º | 0.39% | 0.58% | - |
| HSV(B) | 182.86º | 0.44% | 0.75% | - |
| XYZ | 32.8 | 41.9 | 55.07 | - |
| YUV | 162.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 190 | 0.44 | 0.02 | 0 | 0.25 | 182.86 | 0.39 | 0.58 |
| Hex | 6A | BA | BE | 2C | 2 | 0 | 19 | B7 | 27 | 3A |
| Octal | 152 | 272 | 276 | 54 | 2 | 0 | 31 | 267 | 47 | 72 |
| Binary | 1101010 | 10111010 | 10111110 | 101100 | 10 | 0 | 11001 | 10110111 | 100111 | 111010 |
Color Harmonies of #6ABABE
Complementary color
Monochromatic Colors of #6ABABE
Black with #6ABABE
Text Example
Text Example
White with #6ABABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABABE; }
p { color: rgb(106,186,190); }
H1.HeaderClassName
{
color: #6ABABE;
}
.AnyTagClassName
{
color: #6ABABE;
}
</style>
background-color css
<style>
a { background-color: #6ABABE; }
a { background-color: rgb(106,186,190); }
div.DivClassName
{
background-color: #6ABABE;
}
.BgClassName
{
background-color: #6ABABE;
}
</style>
border-color css
<style>
span { border-color: #6ABABE; }
span { border-color: rgb(106,186,190); }
td.TdClassName
{
border-color: #6ABABE;
}
.TagClassName
{
border-color: #6ABABE;
}
</style>