Shades of Downy #6DCABB
Tints of Downy #6DCABB
RGB
CMYK
RGB Variations
Color information
#6DCABB (or 0x6DCABB) is known color: Downy. HEX triplet: 6D, CA and BB. RGB value is (109,202,187). Sum of RGB (Red+Green+Blue) = 109+202+187=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCABB is #923544. Grayscale: #ACACAC. Windows color (decimal): -9581893 or 12307053. OLE color: 12307053.
HSL color Cylindrical-coordinate representation of color #6DCABB: hue angle of 170.32º 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 #6DCABB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 187 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.21 |
| HSL | 170.32º | 0.47% | 0.61% | - |
| HSV(B) | 170.32º | 0.46% | 0.79% | - |
| XYZ | 36.4 | 49.08 | 54.57 | - |
| YUV | 172.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 187 | 0.46 | 0 | 0.07 | 0.21 | 170.32 | 0.47 | 0.61 |
| Hex | 6D | CA | BB | 2E | 0 | 7 | 15 | AA | 2F | 3D |
| Octal | 155 | 312 | 273 | 56 | 0 | 7 | 25 | 252 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10111011 | 101110 | 0 | 111 | 10101 | 10101010 | 101111 | 111101 |
Color Harmonies of #6DCABB
Complementary color
Monochromatic Colors of #6DCABB
Black with #6DCABB
Text Example
Text Example
White with #6DCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCABB; }
p { color: rgb(109,202,187); }
H1.HeaderClassName
{
color: #6DCABB;
}
.AnyTagClassName
{
color: #6DCABB;
}
</style>
background-color css
<style>
a { background-color: #6DCABB; }
a { background-color: rgb(109,202,187); }
div.DivClassName
{
background-color: #6DCABB;
}
.BgClassName
{
background-color: #6DCABB;
}
</style>
border-color css
<style>
span { border-color: #6DCABB; }
span { border-color: rgb(109,202,187); }
td.TdClassName
{
border-color: #6DCABB;
}
.TagClassName
{
border-color: #6DCABB;
}
</style>