Shades of Downy #6DCAB9
Tints of Downy #6DCAB9
RGB
CMYK
RGB Variations
Color information
#6DCAB9 (or 0x6DCAB9) is known color: Downy. HEX triplet: 6D, CA and B9. RGB value is (109,202,185). Sum of RGB (Red+Green+Blue) = 109+202+185=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCAB9 is #923546. Grayscale: #ACACAC. Windows color (decimal): -9581895 or 12175981. OLE color: 12175981.
HSL color Cylindrical-coordinate representation of color #6DCAB9: hue angle of 169.03º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCAB9 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 185 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.21 |
| HSL | 169.03º | 0.47% | 0.61% | - |
| HSV(B) | 169.03º | 0.46% | 0.79% | - |
| XYZ | 36.18 | 49 | 53.45 | - |
| YUV | 172.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 185 | 0.46 | 0 | 0.08 | 0.21 | 169.03 | 0.47 | 0.61 |
| Hex | 6D | CA | B9 | 2E | 0 | 8 | 15 | A9 | 2F | 3D |
| Octal | 155 | 312 | 271 | 56 | 0 | 10 | 25 | 251 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10111001 | 101110 | 0 | 1000 | 10101 | 10101001 | 101111 | 111101 |
Color Harmonies of #6DCAB9
Complementary color
Monochromatic Colors of #6DCAB9
Black with #6DCAB9
Text Example
Text Example
White with #6DCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAB9; }
p { color: rgb(109,202,185); }
H1.HeaderClassName
{
color: #6DCAB9;
}
.AnyTagClassName
{
color: #6DCAB9;
}
</style>
background-color css
<style>
a { background-color: #6DCAB9; }
a { background-color: rgb(109,202,185); }
div.DivClassName
{
background-color: #6DCAB9;
}
.BgClassName
{
background-color: #6DCAB9;
}
</style>
border-color css
<style>
span { border-color: #6DCAB9; }
span { border-color: rgb(109,202,185); }
td.TdClassName
{
border-color: #6DCAB9;
}
.TagClassName
{
border-color: #6DCAB9;
}
</style>