Shades of Fountain Blue #6ABDBD
Tints of Fountain Blue #6ABDBD
RGB
CMYK
RGB Variations
Color information
#6ABDBD (or 0x6ABDBD) is known color: Fountain Blue. HEX triplet: 6A, BD and BD. RGB value is (106,189,189). Sum of RGB (Red+Green+Blue) = 106+189+189=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #6ABDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDBD is #954242. Grayscale: #A4A4A4. Windows color (decimal): -9781827 or 12434794. OLE color: 12434794.
HSL color Cylindrical-coordinate representation of color #6ABDBD: hue angle of 180º 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 #6ABDBD is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 189 | - |
| CMYK | 0.44 | 0 | 0 | 0.26 |
| HSL | 180º | 0.39% | 0.58% | - |
| HSV(B) | 180º | 0.44% | 0.74% | - |
| XYZ | 33.33 | 43.13 | 54.71 | - |
| YUV | 164.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 189 | 0.44 | 0 | 0 | 0.26 | 180 | 0.39 | 0.58 |
| Hex | 6A | BD | BD | 2C | 0 | 0 | 1A | B4 | 27 | 3A |
| Octal | 152 | 275 | 275 | 54 | 0 | 0 | 32 | 264 | 47 | 72 |
| Binary | 1101010 | 10111101 | 10111101 | 101100 | 0 | 0 | 11010 | 10110100 | 100111 | 111010 |
Color Harmonies of #6ABDBD
Complementary color
Monochromatic Colors of #6ABDBD
Black with #6ABDBD
Text Example
Text Example
White with #6ABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDBD; }
p { color: rgb(106,189,189); }
H1.HeaderClassName
{
color: #6ABDBD;
}
.AnyTagClassName
{
color: #6ABDBD;
}
</style>
background-color css
<style>
a { background-color: #6ABDBD; }
a { background-color: rgb(106,189,189); }
div.DivClassName
{
background-color: #6ABDBD;
}
.BgClassName
{
background-color: #6ABDBD;
}
</style>
border-color css
<style>
span { border-color: #6ABDBD; }
span { border-color: rgb(106,189,189); }
td.TdClassName
{
border-color: #6ABDBD;
}
.TagClassName
{
border-color: #6ABDBD;
}
</style>