Shades of Downy #6DCFC7
Tints of Downy #6DCFC7
RGB
CMYK
RGB Variations
Color information
#6DCFC7 (or 0x6DCFC7) is known color: Downy. HEX triplet: 6D, CF and C7. RGB value is (109,207,199). Sum of RGB (Red+Green+Blue) = 109+207+199=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFC7 is #923038. Grayscale: #B0B0B0. Windows color (decimal): -9580601 or 13094765. OLE color: 13094765.
HSL color Cylindrical-coordinate representation of color #6DCFC7: hue angle of 175.1º 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 #6DCFC7 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 199 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.19 |
| HSL | 175.1º | 0.51% | 0.62% | - |
| HSV(B) | 175.1º | 0.47% | 0.81% | - |
| XYZ | 38.93 | 52 | 62.02 | - |
| YUV | 176.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 199 | 0.47 | 0 | 0.04 | 0.19 | 175.1 | 0.51 | 0.62 |
| Hex | 6D | CF | C7 | 2F | 0 | 4 | 13 | AF | 33 | 3E |
| Octal | 155 | 317 | 307 | 57 | 0 | 4 | 23 | 257 | 63 | 76 |
| Binary | 1101101 | 11001111 | 11000111 | 101111 | 0 | 100 | 10011 | 10101111 | 110011 | 111110 |
Color Harmonies of #6DCFC7
Complementary color
Monochromatic Colors of #6DCFC7
Black with #6DCFC7
Text Example
Text Example
White with #6DCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFC7; }
p { color: rgb(109,207,199); }
H1.HeaderClassName
{
color: #6DCFC7;
}
.AnyTagClassName
{
color: #6DCFC7;
}
</style>
background-color css
<style>
a { background-color: #6DCFC7; }
a { background-color: rgb(109,207,199); }
div.DivClassName
{
background-color: #6DCFC7;
}
.BgClassName
{
background-color: #6DCFC7;
}
</style>
border-color css
<style>
span { border-color: #6DCFC7; }
span { border-color: rgb(109,207,199); }
td.TdClassName
{
border-color: #6DCFC7;
}
.TagClassName
{
border-color: #6DCFC7;
}
</style>