Shades of Downy #6FDFC0
Tints of Downy #6FDFC0
RGB
CMYK
RGB Variations
Color information
#6FDFC0 (or 0x6FDFC0) is known color: Downy. HEX triplet: 6F, DF and C0. RGB value is (111,223,192). Sum of RGB (Red+Green+Blue) = 111+223+192=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFC0 is #90203F. Grayscale: #B9B9B9. Windows color (decimal): -9445440 or 12640111. OLE color: 12640111.
HSL color Cylindrical-coordinate representation of color #6FDFC0: hue angle of 163.39º 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 #6FDFC0 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 192 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.13 |
| HSL | 163.39º | 0.64% | 0.65% | - |
| HSV(B) | 163.39º | 0.5% | 0.87% | - |
| XYZ | 42.46 | 59.96 | 59.2 | - |
| YUV | 185.98 | 131.39 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 192 | 0.50 | 0 | 0.14 | 0.13 | 163.39 | 0.64 | 0.65 |
| Hex | 6F | DF | C0 | 32 | 0 | E | D | A3 | 40 | 41 |
| Octal | 157 | 337 | 300 | 62 | 0 | 16 | 15 | 243 | 100 | 101 |
| Binary | 1101111 | 11011111 | 11000000 | 110010 | 0 | 1110 | 1101 | 10100011 | 1000000 | 1000001 |
Color Harmonies of #6FDFC0
Complementary color
Monochromatic Colors of #6FDFC0
Black with #6FDFC0
Text Example
Text Example
White with #6FDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFC0; }
p { color: rgb(111,223,192); }
H1.HeaderClassName
{
color: #6FDFC0;
}
.AnyTagClassName
{
color: #6FDFC0;
}
</style>
background-color css
<style>
a { background-color: #6FDFC0; }
a { background-color: rgb(111,223,192); }
div.DivClassName
{
background-color: #6FDFC0;
}
.BgClassName
{
background-color: #6FDFC0;
}
</style>
border-color css
<style>
span { border-color: #6FDFC0; }
span { border-color: rgb(111,223,192); }
td.TdClassName
{
border-color: #6FDFC0;
}
.TagClassName
{
border-color: #6FDFC0;
}
</style>