Shades of Downy #6DCFC9
Tints of Downy #6DCFC9
RGB
CMYK
RGB Variations
Color information
#6DCFC9 (or 0x6DCFC9) is known color: Downy. HEX triplet: 6D, CF and C9. RGB value is (109,207,201). Sum of RGB (Red+Green+Blue) = 109+207+201=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFC9 is #923036. Grayscale: #B0B0B0. Windows color (decimal): -9580599 or 13225837. OLE color: 13225837.
HSL color Cylindrical-coordinate representation of color #6DCFC9: hue angle of 176.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFC9 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 201 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.19 |
| HSL | 176.33º | 0.51% | 0.62% | - |
| HSV(B) | 176.33º | 0.47% | 0.81% | - |
| XYZ | 39.16 | 52.09 | 63.25 | - |
| YUV | 177.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 201 | 0.47 | 0 | 0.03 | 0.19 | 176.33 | 0.51 | 0.62 |
| Hex | 6D | CF | C9 | 2F | 0 | 3 | 13 | B0 | 33 | 3E |
| Octal | 155 | 317 | 311 | 57 | 0 | 3 | 23 | 260 | 63 | 76 |
| Binary | 1101101 | 11001111 | 11001001 | 101111 | 0 | 11 | 10011 | 10110000 | 110011 | 111110 |
Color Harmonies of #6DCFC9
Complementary color
Monochromatic Colors of #6DCFC9
Black with #6DCFC9
Text Example
Text Example
White with #6DCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFC9; }
p { color: rgb(109,207,201); }
H1.HeaderClassName
{
color: #6DCFC9;
}
.AnyTagClassName
{
color: #6DCFC9;
}
</style>
background-color css
<style>
a { background-color: #6DCFC9; }
a { background-color: rgb(109,207,201); }
div.DivClassName
{
background-color: #6DCFC9;
}
.BgClassName
{
background-color: #6DCFC9;
}
</style>
border-color css
<style>
span { border-color: #6DCFC9; }
span { border-color: rgb(109,207,201); }
td.TdClassName
{
border-color: #6DCFC9;
}
.TagClassName
{
border-color: #6DCFC9;
}
</style>