Shades of Fountain Blue #6DABAD
Tints of Fountain Blue #6DABAD
RGB
CMYK
RGB Variations
Color information
#6DABAD (or 0x6DABAD) is known color: Fountain Blue. HEX triplet: 6D, AB and AD. RGB value is (109,171,173). Sum of RGB (Red+Green+Blue) = 109+171+173=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #6DABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABAD is #925452. Grayscale: #989898. Windows color (decimal): -9589843 or 11381613. OLE color: 11381613.
HSL color Cylindrical-coordinate representation of color #6DABAD: hue angle of 181.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DABAD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 171 | 173 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.32 |
| HSL | 181.88º | 0.28% | 0.55% | - |
| HSV(B) | 181.88º | 0.37% | 0.68% | - |
| XYZ | 28.41 | 35.39 | 44.87 | - |
| YUV | 152.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 173 | 0.37 | 0.01 | 0 | 0.32 | 181.88 | 0.28 | 0.55 |
| Hex | 6D | AB | AD | 25 | 1 | 0 | 20 | B6 | 1C | 37 |
| Octal | 155 | 253 | 255 | 45 | 1 | 0 | 40 | 266 | 34 | 67 |
| Binary | 1101101 | 10101011 | 10101101 | 100101 | 1 | 0 | 100000 | 10110110 | 11100 | 110111 |
Color Harmonies of #6DABAD
Complementary color
Monochromatic Colors of #6DABAD
Black with #6DABAD
Text Example
Text Example
White with #6DABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABAD; }
p { color: rgb(109,171,173); }
H1.HeaderClassName
{
color: #6DABAD;
}
.AnyTagClassName
{
color: #6DABAD;
}
</style>
background-color css
<style>
a { background-color: #6DABAD; }
a { background-color: rgb(109,171,173); }
div.DivClassName
{
background-color: #6DABAD;
}
.BgClassName
{
background-color: #6DABAD;
}
</style>
border-color css
<style>
span { border-color: #6DABAD; }
span { border-color: rgb(109,171,173); }
td.TdClassName
{
border-color: #6DABAD;
}
.TagClassName
{
border-color: #6DABAD;
}
</style>