Shades of Downy #6FDAC0
Tints of Downy #6FDAC0
RGB
CMYK
RGB Variations
Color information
#6FDAC0 (or 0x6FDAC0) is known color: Downy. HEX triplet: 6F, DA and C0. RGB value is (111,218,192). Sum of RGB (Red+Green+Blue) = 111+218+192=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAC0 is #90253F. Grayscale: #B7B7B7. Windows color (decimal): -9446720 or 12638831. OLE color: 12638831.
HSL color Cylindrical-coordinate representation of color #6FDAC0: hue angle of 165.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDAC0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 192 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.15 |
| HSL | 165.42º | 0.59% | 0.65% | - |
| HSV(B) | 165.42º | 0.49% | 0.85% | - |
| XYZ | 41.14 | 57.33 | 58.77 | - |
| YUV | 183.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 192 | 0.49 | 0 | 0.12 | 0.15 | 165.42 | 0.59 | 0.65 |
| Hex | 6F | DA | C0 | 31 | 0 | C | F | A5 | 3B | 41 |
| Octal | 157 | 332 | 300 | 61 | 0 | 14 | 17 | 245 | 73 | 101 |
| Binary | 1101111 | 11011010 | 11000000 | 110001 | 0 | 1100 | 1111 | 10100101 | 111011 | 1000001 |
Color Harmonies of #6FDAC0
Complementary color
Monochromatic Colors of #6FDAC0
Black with #6FDAC0
Text Example
Text Example
White with #6FDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDAC0; }
p { color: rgb(111,218,192); }
H1.HeaderClassName
{
color: #6FDAC0;
}
.AnyTagClassName
{
color: #6FDAC0;
}
</style>
background-color css
<style>
a { background-color: #6FDAC0; }
a { background-color: rgb(111,218,192); }
div.DivClassName
{
background-color: #6FDAC0;
}
.BgClassName
{
background-color: #6FDAC0;
}
</style>
border-color css
<style>
span { border-color: #6FDAC0; }
span { border-color: rgb(111,218,192); }
td.TdClassName
{
border-color: #6FDAC0;
}
.TagClassName
{
border-color: #6FDAC0;
}
</style>