Shades of Fountain Blue #6DABAE
Tints of Fountain Blue #6DABAE
RGB
CMYK
RGB Variations
Color information
#6DABAE (or 0x6DABAE) is known color: Fountain Blue. HEX triplet: 6D, AB and AE. RGB value is (109,171,174). Sum of RGB (Red+Green+Blue) = 109+171+174=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #6DABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABAE is #925451. Grayscale: #989898. Windows color (decimal): -9589842 or 11447149. OLE color: 11447149.
HSL color Cylindrical-coordinate representation of color #6DABAE: hue angle of 182.77º degrees, saturation: 0.29, 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 #6DABAE is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 171 | 174 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.32 |
| HSL | 182.77º | 0.29% | 0.55% | - |
| HSV(B) | 182.77º | 0.37% | 0.68% | - |
| XYZ | 28.51 | 35.43 | 45.38 | - |
| YUV | 152.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 174 | 0.37 | 0.02 | 0 | 0.32 | 182.77 | 0.29 | 0.55 |
| Hex | 6D | AB | AE | 25 | 2 | 0 | 20 | B7 | 1D | 37 |
| Octal | 155 | 253 | 256 | 45 | 2 | 0 | 40 | 267 | 35 | 67 |
| Binary | 1101101 | 10101011 | 10101110 | 100101 | 10 | 0 | 100000 | 10110111 | 11101 | 110111 |
Color Harmonies of #6DABAE
Complementary color
Monochromatic Colors of #6DABAE
Black with #6DABAE
Text Example
Text Example
White with #6DABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABAE; }
p { color: rgb(109,171,174); }
H1.HeaderClassName
{
color: #6DABAE;
}
.AnyTagClassName
{
color: #6DABAE;
}
</style>
background-color css
<style>
a { background-color: #6DABAE; }
a { background-color: rgb(109,171,174); }
div.DivClassName
{
background-color: #6DABAE;
}
.BgClassName
{
background-color: #6DABAE;
}
</style>
border-color css
<style>
span { border-color: #6DABAE; }
span { border-color: rgb(109,171,174); }
td.TdClassName
{
border-color: #6DABAE;
}
.TagClassName
{
border-color: #6DABAE;
}
</style>