Shades of Downy #6DDACF
Tints of Downy #6DDACF
RGB
CMYK
RGB Variations
Color information
#6DDACF (or 0x6DDACF) is known color: Downy. HEX triplet: 6D, DA and CF. RGB value is (109,218,207). Sum of RGB (Red+Green+Blue) = 109+218+207=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDACF is #922530. Grayscale: #B8B8B8. Windows color (decimal): -9577777 or 13621869. OLE color: 13621869.
HSL color Cylindrical-coordinate representation of color #6DDACF: hue angle of 173.94º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDACF is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 207 | - |
| CMYK | 0.5 | 0 | 0.05 | 0.15 |
| HSL | 173.95º | 0.6% | 0.64% | - |
| HSV(B) | 173.95º | 0.5% | 0.85% | - |
| XYZ | 42.64 | 57.9 | 67.96 | - |
| YUV | 184.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 207 | 0.5 | 0 | 0.05 | 0.15 | 173.95 | 0.6 | 0.64 |
| Hex | 6D | DA | CF | 32 | 0 | 5 | F | AE | 3C | 40 |
| Octal | 155 | 332 | 317 | 62 | 0 | 5 | 17 | 256 | 74 | 100 |
| Binary | 1101101 | 11011010 | 11001111 | 110010 | 0 | 101 | 1111 | 10101110 | 111100 | 1000000 |
Color Harmonies of #6DDACF
Complementary color
Monochromatic Colors of #6DDACF
Black with #6DDACF
Text Example
Text Example
White with #6DDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDACF; }
p { color: rgb(109,218,207); }
H1.HeaderClassName
{
color: #6DDACF;
}
.AnyTagClassName
{
color: #6DDACF;
}
</style>
background-color css
<style>
a { background-color: #6DDACF; }
a { background-color: rgb(109,218,207); }
div.DivClassName
{
background-color: #6DDACF;
}
.BgClassName
{
background-color: #6DDACF;
}
</style>
border-color css
<style>
span { border-color: #6DDACF; }
span { border-color: rgb(109,218,207); }
td.TdClassName
{
border-color: #6DDACF;
}
.TagClassName
{
border-color: #6DDACF;
}
</style>