Shades of Downy #6FDFD1
Tints of Downy #6FDFD1
RGB
CMYK
RGB Variations
Color information
#6FDFD1 (or 0x6FDFD1) is known color: Downy. HEX triplet: 6F, DF and D1. RGB value is (111,223,209). Sum of RGB (Red+Green+Blue) = 111+223+209=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFD1 is #90202E. Grayscale: #BBBBBB. Windows color (decimal): -9445423 or 13754223. OLE color: 13754223.
HSL color Cylindrical-coordinate representation of color #6FDFD1: hue angle of 172.5º degrees, saturation: 0.64, 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 #6FDFD1 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 209 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.13 |
| HSL | 172.5º | 0.64% | 0.65% | - |
| HSV(B) | 172.5º | 0.5% | 0.87% | - |
| XYZ | 44.45 | 60.76 | 69.71 | - |
| YUV | 187.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 209 | 0.50 | 0 | 0.06 | 0.13 | 172.5 | 0.64 | 0.65 |
| Hex | 6F | DF | D1 | 32 | 0 | 6 | D | AC | 40 | 41 |
| Octal | 157 | 337 | 321 | 62 | 0 | 6 | 15 | 254 | 100 | 101 |
| Binary | 1101111 | 11011111 | 11010001 | 110010 | 0 | 110 | 1101 | 10101100 | 1000000 | 1000001 |
Color Harmonies of #6FDFD1
Complementary color
Monochromatic Colors of #6FDFD1
Black with #6FDFD1
Text Example
Text Example
White with #6FDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFD1; }
p { color: rgb(111,223,209); }
H1.HeaderClassName
{
color: #6FDFD1;
}
.AnyTagClassName
{
color: #6FDFD1;
}
</style>
background-color css
<style>
a { background-color: #6FDFD1; }
a { background-color: rgb(111,223,209); }
div.DivClassName
{
background-color: #6FDFD1;
}
.BgClassName
{
background-color: #6FDFD1;
}
</style>
border-color css
<style>
span { border-color: #6FDFD1; }
span { border-color: rgb(111,223,209); }
td.TdClassName
{
border-color: #6FDFD1;
}
.TagClassName
{
border-color: #6FDFD1;
}
</style>