Shades of Fountain Blue #6ABCBD
Tints of Fountain Blue #6ABCBD
RGB
CMYK
RGB Variations
Color information
#6ABCBD (or 0x6ABCBD) is known color: Fountain Blue. HEX triplet: 6A, BC and BD. RGB value is (106,188,189). Sum of RGB (Red+Green+Blue) = 106+188+189=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #6ABCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCBD is #954342. Grayscale: #A3A3A3. Windows color (decimal): -9782083 or 12434538. OLE color: 12434538.
HSL color Cylindrical-coordinate representation of color #6ABCBD: hue angle of 180.72º 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 #6ABCBD is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 189 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.26 |
| HSL | 180.72º | 0.39% | 0.58% | - |
| HSV(B) | 180.72º | 0.44% | 0.74% | - |
| XYZ | 33.11 | 42.7 | 54.64 | - |
| YUV | 163.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 189 | 0.44 | 0.01 | 0 | 0.26 | 180.72 | 0.39 | 0.58 |
| Hex | 6A | BC | BD | 2C | 1 | 0 | 1A | B5 | 27 | 3A |
| Octal | 152 | 274 | 275 | 54 | 1 | 0 | 32 | 265 | 47 | 72 |
| Binary | 1101010 | 10111100 | 10111101 | 101100 | 1 | 0 | 11010 | 10110101 | 100111 | 111010 |
Color Harmonies of #6ABCBD
Complementary color
Monochromatic Colors of #6ABCBD
Black with #6ABCBD
Text Example
Text Example
White with #6ABCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABCBD; }
p { color: rgb(106,188,189); }
H1.HeaderClassName
{
color: #6ABCBD;
}
.AnyTagClassName
{
color: #6ABCBD;
}
</style>
background-color css
<style>
a { background-color: #6ABCBD; }
a { background-color: rgb(106,188,189); }
div.DivClassName
{
background-color: #6ABCBD;
}
.BgClassName
{
background-color: #6ABCBD;
}
</style>
border-color css
<style>
span { border-color: #6ABCBD; }
span { border-color: rgb(106,188,189); }
td.TdClassName
{
border-color: #6ABCBD;
}
.TagClassName
{
border-color: #6ABCBD;
}
</style>