Shades of Fountain Blue #6DADAD
Tints of Fountain Blue #6DADAD
RGB
CMYK
RGB Variations
Color information
#6DADAD (or 0x6DADAD) is known color: Fountain Blue. HEX triplet: 6D, AD and AD. RGB value is (109,173,173). Sum of RGB (Red+Green+Blue) = 109+173+173=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #6DADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DADAD is #925252. Grayscale: #999999. Windows color (decimal): -9589331 or 11382125. OLE color: 11382125.
HSL color Cylindrical-coordinate representation of color #6DADAD: hue angle of 180º 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 #6DADAD is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 173 | 173 | - |
| CMYK | 0.37 | 0 | 0 | 0.32 |
| HSL | 180º | 0.28% | 0.55% | - |
| HSV(B) | 180º | 0.37% | 0.68% | - |
| XYZ | 28.79 | 36.16 | 45 | - |
| YUV | 153.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 173 | 0.37 | 0 | 0 | 0.32 | 180 | 0.28 | 0.55 |
| Hex | 6D | AD | AD | 25 | 0 | 0 | 20 | B4 | 1C | 37 |
| Octal | 155 | 255 | 255 | 45 | 0 | 0 | 40 | 264 | 34 | 67 |
| Binary | 1101101 | 10101101 | 10101101 | 100101 | 0 | 0 | 100000 | 10110100 | 11100 | 110111 |
Color Harmonies of #6DADAD
Complementary color
Monochromatic Colors of #6DADAD
Black with #6DADAD
Text Example
Text Example
White with #6DADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADAD; }
p { color: rgb(109,173,173); }
H1.HeaderClassName
{
color: #6DADAD;
}
.AnyTagClassName
{
color: #6DADAD;
}
</style>
background-color css
<style>
a { background-color: #6DADAD; }
a { background-color: rgb(109,173,173); }
div.DivClassName
{
background-color: #6DADAD;
}
.BgClassName
{
background-color: #6DADAD;
}
</style>
border-color css
<style>
span { border-color: #6DADAD; }
span { border-color: rgb(109,173,173); }
td.TdClassName
{
border-color: #6DADAD;
}
.TagClassName
{
border-color: #6DADAD;
}
</style>