Shades of Downy #6FDFC3
Tints of Downy #6FDFC3
RGB
CMYK
RGB Variations
Color information
#6FDFC3 (or 0x6FDFC3) is known color: Downy. HEX triplet: 6F, DF and C3. RGB value is (111,223,195). Sum of RGB (Red+Green+Blue) = 111+223+195=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFC3 is #90203C. Grayscale: #BABABA. Windows color (decimal): -9445437 or 12836719. OLE color: 12836719.
HSL color Cylindrical-coordinate representation of color #6FDFC3: hue angle of 165º 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 #6FDFC3 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 195 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.13 |
| HSL | 165º | 0.64% | 0.65% | - |
| HSV(B) | 165º | 0.5% | 0.87% | - |
| XYZ | 42.79 | 60.09 | 60.97 | - |
| YUV | 186.32 | 132.89 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 195 | 0.50 | 0 | 0.13 | 0.13 | 165 | 0.64 | 0.65 |
| Hex | 6F | DF | C3 | 32 | 0 | D | D | A5 | 40 | 41 |
| Octal | 157 | 337 | 303 | 62 | 0 | 15 | 15 | 245 | 100 | 101 |
| Binary | 1101111 | 11011111 | 11000011 | 110010 | 0 | 1101 | 1101 | 10100101 | 1000000 | 1000001 |
Color Harmonies of #6FDFC3
Complementary color
Monochromatic Colors of #6FDFC3
Black with #6FDFC3
Text Example
Text Example
White with #6FDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFC3; }
p { color: rgb(111,223,195); }
H1.HeaderClassName
{
color: #6FDFC3;
}
.AnyTagClassName
{
color: #6FDFC3;
}
</style>
background-color css
<style>
a { background-color: #6FDFC3; }
a { background-color: rgb(111,223,195); }
div.DivClassName
{
background-color: #6FDFC3;
}
.BgClassName
{
background-color: #6FDFC3;
}
</style>
border-color css
<style>
span { border-color: #6FDFC3; }
span { border-color: rgb(111,223,195); }
td.TdClassName
{
border-color: #6FDFC3;
}
.TagClassName
{
border-color: #6FDFC3;
}
</style>