Shades of Downy #6FDFD3
Tints of Downy #6FDFD3
RGB
CMYK
RGB Variations
Color information
#6FDFD3 (or 0x6FDFD3) is known color: Downy. HEX triplet: 6F, DF and D3. RGB value is (111,223,211). Sum of RGB (Red+Green+Blue) = 111+223+211=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFD3 is #90202C. Grayscale: #BCBCBC. Windows color (decimal): -9445421 or 13885295. OLE color: 13885295.
HSL color Cylindrical-coordinate representation of color #6FDFD3: hue angle of 173.57º 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 #6FDFD3 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 211 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.13 |
| HSL | 173.57º | 0.64% | 0.65% | - |
| HSV(B) | 173.57º | 0.5% | 0.87% | - |
| XYZ | 44.7 | 60.86 | 71.02 | - |
| YUV | 188.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 211 | 0.50 | 0 | 0.05 | 0.13 | 173.57 | 0.64 | 0.65 |
| Hex | 6F | DF | D3 | 32 | 0 | 5 | D | AE | 40 | 41 |
| Octal | 157 | 337 | 323 | 62 | 0 | 5 | 15 | 256 | 100 | 101 |
| Binary | 1101111 | 11011111 | 11010011 | 110010 | 0 | 101 | 1101 | 10101110 | 1000000 | 1000001 |
Color Harmonies of #6FDFD3
Complementary color
Monochromatic Colors of #6FDFD3
Black with #6FDFD3
Text Example
Text Example
White with #6FDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFD3; }
p { color: rgb(111,223,211); }
H1.HeaderClassName
{
color: #6FDFD3;
}
.AnyTagClassName
{
color: #6FDFD3;
}
</style>
background-color css
<style>
a { background-color: #6FDFD3; }
a { background-color: rgb(111,223,211); }
div.DivClassName
{
background-color: #6FDFD3;
}
.BgClassName
{
background-color: #6FDFD3;
}
</style>
border-color css
<style>
span { border-color: #6FDFD3; }
span { border-color: rgb(111,223,211); }
td.TdClassName
{
border-color: #6FDFD3;
}
.TagClassName
{
border-color: #6FDFD3;
}
</style>