Shades of Downy #6DCFC2
Tints of Downy #6DCFC2
RGB
CMYK
RGB Variations
Color information
#6DCFC2 (or 0x6DCFC2) is known color: Downy. HEX triplet: 6D, CF and C2. RGB value is (109,207,194). Sum of RGB (Red+Green+Blue) = 109+207+194=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFC2 is #92303D. Grayscale: #B0B0B0. Windows color (decimal): -9580606 or 12767085. OLE color: 12767085.
HSL color Cylindrical-coordinate representation of color #6DCFC2: hue angle of 172.04º 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 #6DCFC2 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 194 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.19 |
| HSL | 172.04º | 0.51% | 0.62% | - |
| HSV(B) | 172.04º | 0.47% | 0.81% | - |
| XYZ | 38.36 | 51.77 | 59.01 | - |
| YUV | 176.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 194 | 0.47 | 0 | 0.06 | 0.19 | 172.04 | 0.51 | 0.62 |
| Hex | 6D | CF | C2 | 2F | 0 | 6 | 13 | AC | 33 | 3E |
| Octal | 155 | 317 | 302 | 57 | 0 | 6 | 23 | 254 | 63 | 76 |
| Binary | 1101101 | 11001111 | 11000010 | 101111 | 0 | 110 | 10011 | 10101100 | 110011 | 111110 |
Color Harmonies of #6DCFC2
Complementary color
Monochromatic Colors of #6DCFC2
Black with #6DCFC2
Text Example
Text Example
White with #6DCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFC2; }
p { color: rgb(109,207,194); }
H1.HeaderClassName
{
color: #6DCFC2;
}
.AnyTagClassName
{
color: #6DCFC2;
}
</style>
background-color css
<style>
a { background-color: #6DCFC2; }
a { background-color: rgb(109,207,194); }
div.DivClassName
{
background-color: #6DCFC2;
}
.BgClassName
{
background-color: #6DCFC2;
}
</style>
border-color css
<style>
span { border-color: #6DCFC2; }
span { border-color: rgb(109,207,194); }
td.TdClassName
{
border-color: #6DCFC2;
}
.TagClassName
{
border-color: #6DCFC2;
}
</style>