Shades of Downy #6DCFC0
Tints of Downy #6DCFC0
RGB
CMYK
RGB Variations
Color information
#6DCFC0 (or 0x6DCFC0) is known color: Downy. HEX triplet: 6D, CF and C0. RGB value is (109,207,192). Sum of RGB (Red+Green+Blue) = 109+207+192=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFC0 is #92303F. Grayscale: #AFAFAF. Windows color (decimal): -9580608 or 12636013. OLE color: 12636013.
HSL color Cylindrical-coordinate representation of color #6DCFC0: hue angle of 170.82º 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 #6DCFC0 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 192 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.19 |
| HSL | 170.82º | 0.51% | 0.62% | - |
| HSV(B) | 170.82º | 0.47% | 0.81% | - |
| XYZ | 38.13 | 51.68 | 57.84 | - |
| YUV | 175.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 192 | 0.47 | 0 | 0.07 | 0.19 | 170.82 | 0.51 | 0.62 |
| Hex | 6D | CF | C0 | 2F | 0 | 7 | 13 | AB | 33 | 3E |
| Octal | 155 | 317 | 300 | 57 | 0 | 7 | 23 | 253 | 63 | 76 |
| Binary | 1101101 | 11001111 | 11000000 | 101111 | 0 | 111 | 10011 | 10101011 | 110011 | 111110 |
Color Harmonies of #6DCFC0
Complementary color
Monochromatic Colors of #6DCFC0
Black with #6DCFC0
Text Example
Text Example
White with #6DCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFC0; }
p { color: rgb(109,207,192); }
H1.HeaderClassName
{
color: #6DCFC0;
}
.AnyTagClassName
{
color: #6DCFC0;
}
</style>
background-color css
<style>
a { background-color: #6DCFC0; }
a { background-color: rgb(109,207,192); }
div.DivClassName
{
background-color: #6DCFC0;
}
.BgClassName
{
background-color: #6DCFC0;
}
</style>
border-color css
<style>
span { border-color: #6DCFC0; }
span { border-color: rgb(109,207,192); }
td.TdClassName
{
border-color: #6DCFC0;
}
.TagClassName
{
border-color: #6DCFC0;
}
</style>