Shades of Downy #6DEBCA
Tints of Downy #6DEBCA
RGB
CMYK
RGB Variations
Color information
#6DEBCA (or 0x6DEBCA) is known color: Downy. HEX triplet: 6D, EB and CA. RGB value is (109,235,202). Sum of RGB (Red+Green+Blue) = 109+235+202=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBCA is #921435. Grayscale: #C1C1C1. Windows color (decimal): -9573430 or 13298541. OLE color: 13298541.
HSL color Cylindrical-coordinate representation of color #6DEBCA: hue angle of 164.29º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBCA is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 235 | 202 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.08 |
| HSL | 164.29º | 0.76% | 0.67% | - |
| HSV(B) | 164.29º | 0.54% | 0.92% | - |
| XYZ | 46.68 | 66.93 | 66.34 | - |
| YUV | 193.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 202 | 0.54 | 0 | 0.14 | 0.08 | 164.29 | 0.76 | 0.67 |
| Hex | 6D | EB | CA | 36 | 0 | E | 8 | A4 | 4C | 43 |
| Octal | 155 | 353 | 312 | 66 | 0 | 16 | 10 | 244 | 114 | 103 |
| Binary | 1101101 | 11101011 | 11001010 | 110110 | 0 | 1110 | 1000 | 10100100 | 1001100 | 1000011 |
Color Harmonies of #6DEBCA
Complementary color
Monochromatic Colors of #6DEBCA
Black with #6DEBCA
Text Example
Text Example
White with #6DEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBCA; }
p { color: rgb(109,235,202); }
H1.HeaderClassName
{
color: #6DEBCA;
}
.AnyTagClassName
{
color: #6DEBCA;
}
</style>
background-color css
<style>
a { background-color: #6DEBCA; }
a { background-color: rgb(109,235,202); }
div.DivClassName
{
background-color: #6DEBCA;
}
.BgClassName
{
background-color: #6DEBCA;
}
</style>
border-color css
<style>
span { border-color: #6DEBCA; }
span { border-color: rgb(109,235,202); }
td.TdClassName
{
border-color: #6DEBCA;
}
.TagClassName
{
border-color: #6DEBCA;
}
</style>