Shades of Fountain Blue #6ABDB9
Tints of Fountain Blue #6ABDB9
RGB
CMYK
RGB Variations
Color information
#6ABDB9 (or 0x6ABDB9) is known color: Fountain Blue. HEX triplet: 6A, BD and B9. RGB value is (106,189,185). Sum of RGB (Red+Green+Blue) = 106+189+185=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDB9 is #954246. Grayscale: #A3A3A3. Windows color (decimal): -9781831 or 12172650. OLE color: 12172650.
HSL color Cylindrical-coordinate representation of color #6ABDB9: hue angle of 177.11º degrees, saturation: 0.39, 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 #6ABDB9 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 185 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.26 |
| HSL | 177.11º | 0.39% | 0.58% | - |
| HSV(B) | 177.11º | 0.44% | 0.74% | - |
| XYZ | 32.9 | 42.96 | 52.46 | - |
| YUV | 163.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 185 | 0.44 | 0 | 0.02 | 0.26 | 177.11 | 0.39 | 0.58 |
| Hex | 6A | BD | B9 | 2C | 0 | 2 | 1A | B1 | 27 | 3A |
| Octal | 152 | 275 | 271 | 54 | 0 | 2 | 32 | 261 | 47 | 72 |
| Binary | 1101010 | 10111101 | 10111001 | 101100 | 0 | 10 | 11010 | 10110001 | 100111 | 111010 |
Color Harmonies of #6ABDB9
Complementary color
Monochromatic Colors of #6ABDB9
Black with #6ABDB9
Text Example
Text Example
White with #6ABDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDB9; }
p { color: rgb(106,189,185); }
H1.HeaderClassName
{
color: #6ABDB9;
}
.AnyTagClassName
{
color: #6ABDB9;
}
</style>
background-color css
<style>
a { background-color: #6ABDB9; }
a { background-color: rgb(106,189,185); }
div.DivClassName
{
background-color: #6ABDB9;
}
.BgClassName
{
background-color: #6ABDB9;
}
</style>
border-color css
<style>
span { border-color: #6ABDB9; }
span { border-color: rgb(106,189,185); }
td.TdClassName
{
border-color: #6ABDB9;
}
.TagClassName
{
border-color: #6ABDB9;
}
</style>