Shades of Fountain Blue #6DABAF
Tints of Fountain Blue #6DABAF
RGB
CMYK
RGB Variations
Color information
#6DABAF (or 0x6DABAF) is known color: Fountain Blue. HEX triplet: 6D, AB and AF. RGB value is (109,171,175). Sum of RGB (Red+Green+Blue) = 109+171+175=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #6DABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABAF is #925450. Grayscale: #989898. Windows color (decimal): -9589841 or 11512685. OLE color: 11512685.
HSL color Cylindrical-coordinate representation of color #6DABAF: hue angle of 183.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DABAF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 171 | 175 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.31 |
| HSL | 183.64º | 0.29% | 0.56% | - |
| HSV(B) | 183.64º | 0.38% | 0.69% | - |
| XYZ | 28.61 | 35.47 | 45.9 | - |
| YUV | 152.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 175 | 0.38 | 0.02 | 0 | 0.31 | 183.64 | 0.29 | 0.56 |
| Hex | 6D | AB | AF | 26 | 2 | 0 | 1F | B8 | 1D | 38 |
| Octal | 155 | 253 | 257 | 46 | 2 | 0 | 37 | 270 | 35 | 70 |
| Binary | 1101101 | 10101011 | 10101111 | 100110 | 10 | 0 | 11111 | 10111000 | 11101 | 111000 |
Color Harmonies of #6DABAF
Complementary color
Monochromatic Colors of #6DABAF
Black with #6DABAF
Text Example
Text Example
White with #6DABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABAF; }
p { color: rgb(109,171,175); }
H1.HeaderClassName
{
color: #6DABAF;
}
.AnyTagClassName
{
color: #6DABAF;
}
</style>
background-color css
<style>
a { background-color: #6DABAF; }
a { background-color: rgb(109,171,175); }
div.DivClassName
{
background-color: #6DABAF;
}
.BgClassName
{
background-color: #6DABAF;
}
</style>
border-color css
<style>
span { border-color: #6DABAF; }
span { border-color: rgb(109,171,175); }
td.TdClassName
{
border-color: #6DABAF;
}
.TagClassName
{
border-color: #6DABAF;
}
</style>