Shades of Downy #6FDFCE
Tints of Downy #6FDFCE
RGB
CMYK
RGB Variations
Color information
#6FDFCE (or 0x6FDFCE) is known color: Downy. HEX triplet: 6F, DF and CE. RGB value is (111,223,206). Sum of RGB (Red+Green+Blue) = 111+223+206=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFCE is #902031. Grayscale: #BBBBBB. Windows color (decimal): -9445426 or 13557615. OLE color: 13557615.
HSL color Cylindrical-coordinate representation of color #6FDFCE: hue angle of 170.89º 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 #6FDFCE is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 206 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.13 |
| HSL | 170.89º | 0.64% | 0.65% | - |
| HSV(B) | 170.89º | 0.5% | 0.87% | - |
| XYZ | 44.08 | 60.61 | 67.77 | - |
| YUV | 187.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 206 | 0.50 | 0 | 0.08 | 0.13 | 170.89 | 0.64 | 0.65 |
| Hex | 6F | DF | CE | 32 | 0 | 8 | D | AB | 40 | 41 |
| Octal | 157 | 337 | 316 | 62 | 0 | 10 | 15 | 253 | 100 | 101 |
| Binary | 1101111 | 11011111 | 11001110 | 110010 | 0 | 1000 | 1101 | 10101011 | 1000000 | 1000001 |
Color Harmonies of #6FDFCE
Complementary color
Monochromatic Colors of #6FDFCE
Black with #6FDFCE
Text Example
Text Example
White with #6FDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFCE; }
p { color: rgb(111,223,206); }
H1.HeaderClassName
{
color: #6FDFCE;
}
.AnyTagClassName
{
color: #6FDFCE;
}
</style>
background-color css
<style>
a { background-color: #6FDFCE; }
a { background-color: rgb(111,223,206); }
div.DivClassName
{
background-color: #6FDFCE;
}
.BgClassName
{
background-color: #6FDFCE;
}
</style>
border-color css
<style>
span { border-color: #6FDFCE; }
span { border-color: rgb(111,223,206); }
td.TdClassName
{
border-color: #6FDFCE;
}
.TagClassName
{
border-color: #6FDFCE;
}
</style>