Shades of Downy #6FEAC6
Tints of Downy #6FEAC6
RGB
CMYK
RGB Variations
Color information
#6FEAC6 (or 0x6FEAC6) is known color: Downy. HEX triplet: 6F, EA and C6. RGB value is (111,234,198). Sum of RGB (Red+Green+Blue) = 111+234+198=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAC6 is #901539. Grayscale: #C1C1C1. Windows color (decimal): -9442618 or 13036143. OLE color: 13036143.
HSL color Cylindrical-coordinate representation of color #6FEAC6: hue angle of 162.44º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEAC6 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 198 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.08 |
| HSL | 162.44º | 0.75% | 0.68% | - |
| HSV(B) | 162.44º | 0.53% | 0.92% | - |
| XYZ | 46.17 | 66.3 | 63.79 | - |
| YUV | 193.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 198 | 0.53 | 0 | 0.15 | 0.08 | 162.44 | 0.75 | 0.68 |
| Hex | 6F | EA | C6 | 35 | 0 | F | 8 | A2 | 4B | 44 |
| Octal | 157 | 352 | 306 | 65 | 0 | 17 | 10 | 242 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11000110 | 110101 | 0 | 1111 | 1000 | 10100010 | 1001011 | 1000100 |
Color Harmonies of #6FEAC6
Complementary color
Monochromatic Colors of #6FEAC6
Black with #6FEAC6
Text Example
Text Example
White with #6FEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAC6; }
p { color: rgb(111,234,198); }
H1.HeaderClassName
{
color: #6FEAC6;
}
.AnyTagClassName
{
color: #6FEAC6;
}
</style>
background-color css
<style>
a { background-color: #6FEAC6; }
a { background-color: rgb(111,234,198); }
div.DivClassName
{
background-color: #6FEAC6;
}
.BgClassName
{
background-color: #6FEAC6;
}
</style>
border-color css
<style>
span { border-color: #6FEAC6; }
span { border-color: rgb(111,234,198); }
td.TdClassName
{
border-color: #6FEAC6;
}
.TagClassName
{
border-color: #6FEAC6;
}
</style>