Shades of Fountain Blue #6ABDBF
Tints of Fountain Blue #6ABDBF
RGB
CMYK
RGB Variations
Color information
#6ABDBF (or 0x6ABDBF) is known color: Fountain Blue. HEX triplet: 6A, BD and BF. RGB value is (106,189,191). Sum of RGB (Red+Green+Blue) = 106+189+191=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #6ABDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDBF is #954240. Grayscale: #A4A4A4. Windows color (decimal): -9781825 or 12565866. OLE color: 12565866.
HSL color Cylindrical-coordinate representation of color #6ABDBF: hue angle of 181.41º degrees, saturation: 0.4, 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 #6ABDBF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 189 | 191 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.25 |
| HSL | 181.41º | 0.4% | 0.58% | - |
| HSV(B) | 181.41º | 0.45% | 0.75% | - |
| XYZ | 33.55 | 43.22 | 55.86 | - |
| YUV | 164.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 191 | 0.45 | 0.01 | 0 | 0.25 | 181.41 | 0.4 | 0.58 |
| Hex | 6A | BD | BF | 2D | 1 | 0 | 19 | B5 | 28 | 3A |
| Octal | 152 | 275 | 277 | 55 | 1 | 0 | 31 | 265 | 50 | 72 |
| Binary | 1101010 | 10111101 | 10111111 | 101101 | 1 | 0 | 11001 | 10110101 | 101000 | 111010 |
Color Harmonies of #6ABDBF
Complementary color
Monochromatic Colors of #6ABDBF
Black with #6ABDBF
Text Example
Text Example
White with #6ABDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDBF; }
p { color: rgb(106,189,191); }
H1.HeaderClassName
{
color: #6ABDBF;
}
.AnyTagClassName
{
color: #6ABDBF;
}
</style>
background-color css
<style>
a { background-color: #6ABDBF; }
a { background-color: rgb(106,189,191); }
div.DivClassName
{
background-color: #6ABDBF;
}
.BgClassName
{
background-color: #6ABDBF;
}
</style>
border-color css
<style>
span { border-color: #6ABDBF; }
span { border-color: rgb(106,189,191); }
td.TdClassName
{
border-color: #6ABDBF;
}
.TagClassName
{
border-color: #6ABDBF;
}
</style>