Shades of Downy #6FDCC0
Tints of Downy #6FDCC0
RGB
CMYK
RGB Variations
Color information
#6FDCC0 (or 0x6FDCC0) is known color: Downy. HEX triplet: 6F, DC and C0. RGB value is (111,220,192). Sum of RGB (Red+Green+Blue) = 111+220+192=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCC0 is #90233F. Grayscale: #B8B8B8. Windows color (decimal): -9446208 or 12639343. OLE color: 12639343.
HSL color Cylindrical-coordinate representation of color #6FDCC0: hue angle of 164.59º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCC0 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 192 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.14 |
| HSL | 164.59º | 0.61% | 0.65% | - |
| HSV(B) | 164.59º | 0.5% | 0.86% | - |
| XYZ | 41.66 | 58.37 | 58.94 | - |
| YUV | 184.22 | 132.39 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 192 | 0.50 | 0 | 0.13 | 0.14 | 164.59 | 0.61 | 0.65 |
| Hex | 6F | DC | C0 | 32 | 0 | D | E | A5 | 3D | 41 |
| Octal | 157 | 334 | 300 | 62 | 0 | 15 | 16 | 245 | 75 | 101 |
| Binary | 1101111 | 11011100 | 11000000 | 110010 | 0 | 1101 | 1110 | 10100101 | 111101 | 1000001 |
Color Harmonies of #6FDCC0
Complementary color
Monochromatic Colors of #6FDCC0
Black with #6FDCC0
Text Example
Text Example
White with #6FDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCC0; }
p { color: rgb(111,220,192); }
H1.HeaderClassName
{
color: #6FDCC0;
}
.AnyTagClassName
{
color: #6FDCC0;
}
</style>
background-color css
<style>
a { background-color: #6FDCC0; }
a { background-color: rgb(111,220,192); }
div.DivClassName
{
background-color: #6FDCC0;
}
.BgClassName
{
background-color: #6FDCC0;
}
</style>
border-color css
<style>
span { border-color: #6FDCC0; }
span { border-color: rgb(111,220,192); }
td.TdClassName
{
border-color: #6FDCC0;
}
.TagClassName
{
border-color: #6FDCC0;
}
</style>