Shades of Downy #6FDEC7
Tints of Downy #6FDEC7
RGB
CMYK
RGB Variations
Color information
#6FDEC7 (or 0x6FDEC7) is known color: Downy. HEX triplet: 6F, DE and C7. RGB value is (111,222,199). Sum of RGB (Red+Green+Blue) = 111+222+199=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEC7 is #902138. Grayscale: #BABABA. Windows color (decimal): -9445689 or 13098607. OLE color: 13098607.
HSL color Cylindrical-coordinate representation of color #6FDEC7: hue angle of 167.57º 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 #6FDEC7 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 199 | - |
| CMYK | 0.5 | 0 | 0.10 | 0.13 |
| HSL | 167.57º | 0.63% | 0.65% | - |
| HSV(B) | 167.57º | 0.5% | 0.87% | - |
| XYZ | 42.99 | 59.75 | 63.3 | - |
| YUV | 186.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 199 | 0.5 | 0 | 0.10 | 0.13 | 167.57 | 0.63 | 0.65 |
| Hex | 6F | DE | C7 | 32 | 0 | A | D | A8 | 3F | 41 |
| Octal | 157 | 336 | 307 | 62 | 0 | 12 | 15 | 250 | 77 | 101 |
| Binary | 1101111 | 11011110 | 11000111 | 110010 | 0 | 1010 | 1101 | 10101000 | 111111 | 1000001 |
Color Harmonies of #6FDEC7
Complementary color
Monochromatic Colors of #6FDEC7
Black with #6FDEC7
Text Example
Text Example
White with #6FDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEC7; }
p { color: rgb(111,222,199); }
H1.HeaderClassName
{
color: #6FDEC7;
}
.AnyTagClassName
{
color: #6FDEC7;
}
</style>
background-color css
<style>
a { background-color: #6FDEC7; }
a { background-color: rgb(111,222,199); }
div.DivClassName
{
background-color: #6FDEC7;
}
.BgClassName
{
background-color: #6FDEC7;
}
</style>
border-color css
<style>
span { border-color: #6FDEC7; }
span { border-color: rgb(111,222,199); }
td.TdClassName
{
border-color: #6FDEC7;
}
.TagClassName
{
border-color: #6FDEC7;
}
</style>