Shades of Fountain Blue #6AB9BC
Tints of Fountain Blue #6AB9BC
RGB
CMYK
RGB Variations
Color information
#6AB9BC (or 0x6AB9BC) is known color: Fountain Blue. HEX triplet: 6A, B9 and BC. RGB value is (106,185,188). Sum of RGB (Red+Green+Blue) = 106+185+188=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AB9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9BC is #954643. Grayscale: #A1A1A1. Windows color (decimal): -9782852 or 12368234. OLE color: 12368234.
HSL color Cylindrical-coordinate representation of color #6AB9BC: hue angle of 182.2º degrees, saturation: 0.38, 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 #6AB9BC is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 185 | 188 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.26 |
| HSL | 182.2º | 0.38% | 0.58% | - |
| HSV(B) | 182.2º | 0.44% | 0.74% | - |
| XYZ | 32.37 | 41.39 | 53.86 | - |
| YUV | 161.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 185 | 188 | 0.44 | 0.02 | 0 | 0.26 | 182.2 | 0.38 | 0.58 |
| Hex | 6A | B9 | BC | 2C | 2 | 0 | 1A | B6 | 26 | 3A |
| Octal | 152 | 271 | 274 | 54 | 2 | 0 | 32 | 266 | 46 | 72 |
| Binary | 1101010 | 10111001 | 10111100 | 101100 | 10 | 0 | 11010 | 10110110 | 100110 | 111010 |
Color Harmonies of #6AB9BC
Complementary color
Monochromatic Colors of #6AB9BC
Black with #6AB9BC
Text Example
Text Example
White with #6AB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB9BC; }
p { color: rgb(106,185,188); }
H1.HeaderClassName
{
color: #6AB9BC;
}
.AnyTagClassName
{
color: #6AB9BC;
}
</style>
background-color css
<style>
a { background-color: #6AB9BC; }
a { background-color: rgb(106,185,188); }
div.DivClassName
{
background-color: #6AB9BC;
}
.BgClassName
{
background-color: #6AB9BC;
}
</style>
border-color css
<style>
span { border-color: #6AB9BC; }
span { border-color: rgb(106,185,188); }
td.TdClassName
{
border-color: #6AB9BC;
}
.TagClassName
{
border-color: #6AB9BC;
}
</style>