Shades of Downy #6DCAC0
Tints of Downy #6DCAC0
RGB
CMYK
RGB Variations
Color information
#6DCAC0 (or 0x6DCAC0) is known color: Downy. HEX triplet: 6D, CA and C0. RGB value is (109,202,192). Sum of RGB (Red+Green+Blue) = 109+202+192=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCAC0 is #92353F. Grayscale: #ADADAD. Windows color (decimal): -9581888 or 12634733. OLE color: 12634733.
HSL color Cylindrical-coordinate representation of color #6DCAC0: hue angle of 173.55º 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 #6DCAC0 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 192 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.21 |
| HSL | 173.55º | 0.47% | 0.61% | - |
| HSV(B) | 173.55º | 0.46% | 0.79% | - |
| XYZ | 36.94 | 49.3 | 57.44 | - |
| YUV | 173.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 192 | 0.46 | 0 | 0.05 | 0.21 | 173.55 | 0.47 | 0.61 |
| Hex | 6D | CA | C0 | 2E | 0 | 5 | 15 | AE | 2F | 3D |
| Octal | 155 | 312 | 300 | 56 | 0 | 5 | 25 | 256 | 57 | 75 |
| Binary | 1101101 | 11001010 | 11000000 | 101110 | 0 | 101 | 10101 | 10101110 | 101111 | 111101 |
Color Harmonies of #6DCAC0
Complementary color
Monochromatic Colors of #6DCAC0
Black with #6DCAC0
Text Example
Text Example
White with #6DCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAC0; }
p { color: rgb(109,202,192); }
H1.HeaderClassName
{
color: #6DCAC0;
}
.AnyTagClassName
{
color: #6DCAC0;
}
</style>
background-color css
<style>
a { background-color: #6DCAC0; }
a { background-color: rgb(109,202,192); }
div.DivClassName
{
background-color: #6DCAC0;
}
.BgClassName
{
background-color: #6DCAC0;
}
</style>
border-color css
<style>
span { border-color: #6DCAC0; }
span { border-color: rgb(109,202,192); }
td.TdClassName
{
border-color: #6DCAC0;
}
.TagClassName
{
border-color: #6DCAC0;
}
</style>