Shades of Downy #6FDECD
Tints of Downy #6FDECD
RGB
CMYK
RGB Variations
Color information
#6FDECD (or 0x6FDECD) is known color: Downy. HEX triplet: 6F, DE and CD. RGB value is (111,222,205). Sum of RGB (Red+Green+Blue) = 111+222+205=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDECD is #902132. Grayscale: #BABABA. Windows color (decimal): -9445683 or 13491823. OLE color: 13491823.
HSL color Cylindrical-coordinate representation of color #6FDECD: hue angle of 170.81º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDECD is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 205 | - |
| CMYK | 0.5 | 0 | 0.08 | 0.13 |
| HSL | 170.81º | 0.63% | 0.65% | - |
| HSV(B) | 170.81º | 0.5% | 0.87% | - |
| XYZ | 43.7 | 60.03 | 67.04 | - |
| YUV | 186.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 205 | 0.5 | 0 | 0.08 | 0.13 | 170.81 | 0.63 | 0.65 |
| Hex | 6F | DE | CD | 32 | 0 | 8 | D | AB | 3F | 41 |
| Octal | 157 | 336 | 315 | 62 | 0 | 10 | 15 | 253 | 77 | 101 |
| Binary | 1101111 | 11011110 | 11001101 | 110010 | 0 | 1000 | 1101 | 10101011 | 111111 | 1000001 |
Color Harmonies of #6FDECD
Complementary color
Monochromatic Colors of #6FDECD
Black with #6FDECD
Text Example
Text Example
White with #6FDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDECD; }
p { color: rgb(111,222,205); }
H1.HeaderClassName
{
color: #6FDECD;
}
.AnyTagClassName
{
color: #6FDECD;
}
</style>
background-color css
<style>
a { background-color: #6FDECD; }
a { background-color: rgb(111,222,205); }
div.DivClassName
{
background-color: #6FDECD;
}
.BgClassName
{
background-color: #6FDECD;
}
</style>
border-color css
<style>
span { border-color: #6FDECD; }
span { border-color: rgb(111,222,205); }
td.TdClassName
{
border-color: #6FDECD;
}
.TagClassName
{
border-color: #6FDECD;
}
</style>