Shades of Downy #6FDDCD
Tints of Downy #6FDDCD
RGB
CMYK
RGB Variations
Color information
#6FDDCD (or 0x6FDDCD) is known color: Downy. HEX triplet: 6F, DD and CD. RGB value is (111,221,205). Sum of RGB (Red+Green+Blue) = 111+221+205=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDCD is #902232. Grayscale: #BABABA. Windows color (decimal): -9445939 or 13491567. OLE color: 13491567.
HSL color Cylindrical-coordinate representation of color #6FDDCD: hue angle of 171.27º 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 #6FDDCD is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 205 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.13 |
| HSL | 171.27º | 0.62% | 0.65% | - |
| HSV(B) | 171.27º | 0.5% | 0.87% | - |
| XYZ | 43.43 | 59.5 | 66.95 | - |
| YUV | 186.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 205 | 0.50 | 0 | 0.07 | 0.13 | 171.27 | 0.62 | 0.65 |
| Hex | 6F | DD | CD | 32 | 0 | 7 | D | AB | 3E | 41 |
| Octal | 157 | 335 | 315 | 62 | 0 | 7 | 15 | 253 | 76 | 101 |
| Binary | 1101111 | 11011101 | 11001101 | 110010 | 0 | 111 | 1101 | 10101011 | 111110 | 1000001 |
Color Harmonies of #6FDDCD
Complementary color
Monochromatic Colors of #6FDDCD
Black with #6FDDCD
Text Example
Text Example
White with #6FDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDCD; }
p { color: rgb(111,221,205); }
H1.HeaderClassName
{
color: #6FDDCD;
}
.AnyTagClassName
{
color: #6FDDCD;
}
</style>
background-color css
<style>
a { background-color: #6FDDCD; }
a { background-color: rgb(111,221,205); }
div.DivClassName
{
background-color: #6FDDCD;
}
.BgClassName
{
background-color: #6FDDCD;
}
</style>
border-color css
<style>
span { border-color: #6FDDCD; }
span { border-color: rgb(111,221,205); }
td.TdClassName
{
border-color: #6FDDCD;
}
.TagClassName
{
border-color: #6FDDCD;
}
</style>