Shades of Downy #6FDECC
Tints of Downy #6FDECC
RGB
CMYK
RGB Variations
Color information
#6FDECC (or 0x6FDECC) is known color: Downy. HEX triplet: 6F, DE and CC. RGB value is (111,222,204). Sum of RGB (Red+Green+Blue) = 111+222+204=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDECC is #902133. Grayscale: #BABABA. Windows color (decimal): -9445684 or 13426287. OLE color: 13426287.
HSL color Cylindrical-coordinate representation of color #6FDECC: hue angle of 170.27º 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 #6FDECC is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 204 | - |
| CMYK | 0.5 | 0 | 0.08 | 0.13 |
| HSL | 170.27º | 0.63% | 0.65% | - |
| HSV(B) | 170.27º | 0.5% | 0.87% | - |
| XYZ | 43.58 | 59.98 | 66.41 | - |
| YUV | 186.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 204 | 0.5 | 0 | 0.08 | 0.13 | 170.27 | 0.63 | 0.65 |
| Hex | 6F | DE | CC | 32 | 0 | 8 | D | AA | 3F | 41 |
| Octal | 157 | 336 | 314 | 62 | 0 | 10 | 15 | 252 | 77 | 101 |
| Binary | 1101111 | 11011110 | 11001100 | 110010 | 0 | 1000 | 1101 | 10101010 | 111111 | 1000001 |
Color Harmonies of #6FDECC
Complementary color
Monochromatic Colors of #6FDECC
Black with #6FDECC
Text Example
Text Example
White with #6FDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDECC; }
p { color: rgb(111,222,204); }
H1.HeaderClassName
{
color: #6FDECC;
}
.AnyTagClassName
{
color: #6FDECC;
}
</style>
background-color css
<style>
a { background-color: #6FDECC; }
a { background-color: rgb(111,222,204); }
div.DivClassName
{
background-color: #6FDECC;
}
.BgClassName
{
background-color: #6FDECC;
}
</style>
border-color css
<style>
span { border-color: #6FDECC; }
span { border-color: rgb(111,222,204); }
td.TdClassName
{
border-color: #6FDECC;
}
.TagClassName
{
border-color: #6FDECC;
}
</style>