Shades of Downy #6DC5BA
Tints of Downy #6DC5BA
RGB
CMYK
RGB Variations
Color information
#6DC5BA (or 0x6DC5BA) is known color: Downy. HEX triplet: 6D, C5 and BA. RGB value is (109,197,186). Sum of RGB (Red+Green+Blue) = 109+197+186=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC5BA is #923A45. Grayscale: #A9A9A9. Windows color (decimal): -9583174 or 12240237. OLE color: 12240237.
HSL color Cylindrical-coordinate representation of color #6DC5BA: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC5BA is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 186 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.23 |
| HSL | 172.5º | 0.43% | 0.6% | - |
| HSV(B) | 172.5º | 0.45% | 0.77% | - |
| XYZ | 35.14 | 46.73 | 53.62 | - |
| YUV | 169.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 186 | 0.45 | 0 | 0.06 | 0.23 | 172.5 | 0.43 | 0.6 |
| Hex | 6D | C5 | BA | 2D | 0 | 6 | 17 | AC | 2B | 3C |
| Octal | 155 | 305 | 272 | 55 | 0 | 6 | 27 | 254 | 53 | 74 |
| Binary | 1101101 | 11000101 | 10111010 | 101101 | 0 | 110 | 10111 | 10101100 | 101011 | 111100 |
Color Harmonies of #6DC5BA
Complementary color
Monochromatic Colors of #6DC5BA
Black with #6DC5BA
Text Example
Text Example
White with #6DC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC5BA; }
p { color: rgb(109,197,186); }
H1.HeaderClassName
{
color: #6DC5BA;
}
.AnyTagClassName
{
color: #6DC5BA;
}
</style>
background-color css
<style>
a { background-color: #6DC5BA; }
a { background-color: rgb(109,197,186); }
div.DivClassName
{
background-color: #6DC5BA;
}
.BgClassName
{
background-color: #6DC5BA;
}
</style>
border-color css
<style>
span { border-color: #6DC5BA; }
span { border-color: rgb(109,197,186); }
td.TdClassName
{
border-color: #6DC5BA;
}
.TagClassName
{
border-color: #6DC5BA;
}
</style>