Shades of Downy #6DCFC5
Tints of Downy #6DCFC5
RGB
CMYK
RGB Variations
Color information
#6DCFC5 (or 0x6DCFC5) is known color: Downy. HEX triplet: 6D, CF and C5. RGB value is (109,207,197). Sum of RGB (Red+Green+Blue) = 109+207+197=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFC5 is #92303A. Grayscale: #B0B0B0. Windows color (decimal): -9580603 or 12963693. OLE color: 12963693.
HSL color Cylindrical-coordinate representation of color #6DCFC5: hue angle of 173.88º 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 #6DCFC5 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 197 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.19 |
| HSL | 173.88º | 0.51% | 0.62% | - |
| HSV(B) | 173.88º | 0.47% | 0.81% | - |
| XYZ | 38.7 | 51.91 | 60.8 | - |
| YUV | 176.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 197 | 0.47 | 0 | 0.05 | 0.19 | 173.88 | 0.51 | 0.62 |
| Hex | 6D | CF | C5 | 2F | 0 | 5 | 13 | AE | 33 | 3E |
| Octal | 155 | 317 | 305 | 57 | 0 | 5 | 23 | 256 | 63 | 76 |
| Binary | 1101101 | 11001111 | 11000101 | 101111 | 0 | 101 | 10011 | 10101110 | 110011 | 111110 |
Color Harmonies of #6DCFC5
Complementary color
Monochromatic Colors of #6DCFC5
Black with #6DCFC5
Text Example
Text Example
White with #6DCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFC5; }
p { color: rgb(109,207,197); }
H1.HeaderClassName
{
color: #6DCFC5;
}
.AnyTagClassName
{
color: #6DCFC5;
}
</style>
background-color css
<style>
a { background-color: #6DCFC5; }
a { background-color: rgb(109,207,197); }
div.DivClassName
{
background-color: #6DCFC5;
}
.BgClassName
{
background-color: #6DCFC5;
}
</style>
border-color css
<style>
span { border-color: #6DCFC5; }
span { border-color: rgb(109,207,197); }
td.TdClassName
{
border-color: #6DCFC5;
}
.TagClassName
{
border-color: #6DCFC5;
}
</style>