Shades of Downy #6FDDC8
Tints of Downy #6FDDC8
RGB
CMYK
RGB Variations
Color information
#6FDDC8 (or 0x6FDDC8) is known color: Downy. HEX triplet: 6F, DD and C8. RGB value is (111,221,200). Sum of RGB (Red+Green+Blue) = 111+221+200=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDC8 is #902237. Grayscale: #B9B9B9. Windows color (decimal): -9445944 or 13163887. OLE color: 13163887.
HSL color Cylindrical-coordinate representation of color #6FDDC8: hue angle of 168.55º degrees, saturation: 0.62, 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 #6FDDC8 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 200 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.13 |
| HSL | 168.55º | 0.62% | 0.65% | - |
| HSV(B) | 168.55º | 0.5% | 0.87% | - |
| XYZ | 42.84 | 59.26 | 63.82 | - |
| YUV | 185.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 200 | 0.50 | 0 | 0.10 | 0.13 | 168.55 | 0.62 | 0.65 |
| Hex | 6F | DD | C8 | 32 | 0 | A | D | A9 | 3E | 41 |
| Octal | 157 | 335 | 310 | 62 | 0 | 12 | 15 | 251 | 76 | 101 |
| Binary | 1101111 | 11011101 | 11001000 | 110010 | 0 | 1010 | 1101 | 10101001 | 111110 | 1000001 |
Color Harmonies of #6FDDC8
Complementary color
Monochromatic Colors of #6FDDC8
Black with #6FDDC8
Text Example
Text Example
White with #6FDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDC8; }
p { color: rgb(111,221,200); }
H1.HeaderClassName
{
color: #6FDDC8;
}
.AnyTagClassName
{
color: #6FDDC8;
}
</style>
background-color css
<style>
a { background-color: #6FDDC8; }
a { background-color: rgb(111,221,200); }
div.DivClassName
{
background-color: #6FDDC8;
}
.BgClassName
{
background-color: #6FDDC8;
}
</style>
border-color css
<style>
span { border-color: #6FDDC8; }
span { border-color: rgb(111,221,200); }
td.TdClassName
{
border-color: #6FDDC8;
}
.TagClassName
{
border-color: #6FDDC8;
}
</style>