Shades of Downy #6DCACD
Tints of Downy #6DCACD
RGB
CMYK
RGB Variations
Color information
#6DCACD (or 0x6DCACD) is known color: Downy. HEX triplet: 6D, CA and CD. RGB value is (109,202,205). Sum of RGB (Red+Green+Blue) = 109+202+205=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCACD is #923532. Grayscale: #AEAEAE. Windows color (decimal): -9581875 or 13486701. OLE color: 13486701.
HSL color Cylindrical-coordinate representation of color #6DCACD: hue angle of 181.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCACD is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 202 | 205 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.20 |
| HSL | 181.88º | 0.49% | 0.62% | - |
| HSV(B) | 181.88º | 0.47% | 0.8% | - |
| XYZ | 38.45 | 49.9 | 65.36 | - |
| YUV | 174.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 205 | 0.47 | 0.01 | 0 | 0.20 | 181.88 | 0.49 | 0.62 |
| Hex | 6D | CA | CD | 2F | 1 | 0 | 14 | B6 | 31 | 3E |
| Octal | 155 | 312 | 315 | 57 | 1 | 0 | 24 | 266 | 61 | 76 |
| Binary | 1101101 | 11001010 | 11001101 | 101111 | 1 | 0 | 10100 | 10110110 | 110001 | 111110 |
Color Harmonies of #6DCACD
Complementary color
Monochromatic Colors of #6DCACD
Black with #6DCACD
Text Example
Text Example
White with #6DCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCACD; }
p { color: rgb(109,202,205); }
H1.HeaderClassName
{
color: #6DCACD;
}
.AnyTagClassName
{
color: #6DCACD;
}
</style>
background-color css
<style>
a { background-color: #6DCACD; }
a { background-color: rgb(109,202,205); }
div.DivClassName
{
background-color: #6DCACD;
}
.BgClassName
{
background-color: #6DCACD;
}
</style>
border-color css
<style>
span { border-color: #6DCACD; }
span { border-color: rgb(109,202,205); }
td.TdClassName
{
border-color: #6DCACD;
}
.TagClassName
{
border-color: #6DCACD;
}
</style>