Shades of Downy #6DCABC
Tints of Downy #6DCABC
RGB
CMYK
RGB Variations
Color information
#6DCABC (or 0x6DCABC) is known color: Downy. HEX triplet: 6D, CA and BC. RGB value is (109,202,188). Sum of RGB (Red+Green+Blue) = 109+202+188=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCABC is #923543. Grayscale: #ACACAC. Windows color (decimal): -9581892 or 12372589. OLE color: 12372589.
HSL color Cylindrical-coordinate representation of color #6DCABC: hue angle of 170.97º 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 #6DCABC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 188 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.21 |
| HSL | 170.97º | 0.47% | 0.61% | - |
| HSV(B) | 170.97º | 0.46% | 0.79% | - |
| XYZ | 36.5 | 49.12 | 55.13 | - |
| YUV | 172.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 188 | 0.46 | 0 | 0.07 | 0.21 | 170.97 | 0.47 | 0.61 |
| Hex | 6D | CA | BC | 2E | 0 | 7 | 15 | AB | 2F | 3D |
| Octal | 155 | 312 | 274 | 56 | 0 | 7 | 25 | 253 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10111100 | 101110 | 0 | 111 | 10101 | 10101011 | 101111 | 111101 |
Color Harmonies of #6DCABC
Complementary color
Monochromatic Colors of #6DCABC
Black with #6DCABC
Text Example
Text Example
White with #6DCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCABC; }
p { color: rgb(109,202,188); }
H1.HeaderClassName
{
color: #6DCABC;
}
.AnyTagClassName
{
color: #6DCABC;
}
</style>
background-color css
<style>
a { background-color: #6DCABC; }
a { background-color: rgb(109,202,188); }
div.DivClassName
{
background-color: #6DCABC;
}
.BgClassName
{
background-color: #6DCABC;
}
</style>
border-color css
<style>
span { border-color: #6DCABC; }
span { border-color: rgb(109,202,188); }
td.TdClassName
{
border-color: #6DCABC;
}
.TagClassName
{
border-color: #6DCABC;
}
</style>