Shades of Downy #6FECC2
Tints of Downy #6FECC2
RGB
CMYK
RGB Variations
Color information
#6FECC2 (or 0x6FECC2) is known color: Downy. HEX triplet: 6F, EC and C2. RGB value is (111,236,194). Sum of RGB (Red+Green+Blue) = 111+236+194=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECC2 is #90133D. Grayscale: #C1C1C1. Windows color (decimal): -9442110 or 12774511. OLE color: 12774511.
HSL color Cylindrical-coordinate representation of color #6FECC2: hue angle of 159.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FECC2 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 194 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.07 |
| HSL | 159.84º | 0.77% | 0.68% | - |
| HSV(B) | 159.84º | 0.53% | 0.93% | - |
| XYZ | 46.29 | 67.27 | 61.58 | - |
| YUV | 193.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 194 | 0.53 | 0 | 0.18 | 0.07 | 159.84 | 0.77 | 0.68 |
| Hex | 6F | EC | C2 | 35 | 0 | 12 | 7 | A0 | 4D | 44 |
| Octal | 157 | 354 | 302 | 65 | 0 | 22 | 7 | 240 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11000010 | 110101 | 0 | 10010 | 111 | 10100000 | 1001101 | 1000100 |
Color Harmonies of #6FECC2
Complementary color
Monochromatic Colors of #6FECC2
Black with #6FECC2
Text Example
Text Example
White with #6FECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECC2; }
p { color: rgb(111,236,194); }
H1.HeaderClassName
{
color: #6FECC2;
}
.AnyTagClassName
{
color: #6FECC2;
}
</style>
background-color css
<style>
a { background-color: #6FECC2; }
a { background-color: rgb(111,236,194); }
div.DivClassName
{
background-color: #6FECC2;
}
.BgClassName
{
background-color: #6FECC2;
}
</style>
border-color css
<style>
span { border-color: #6FECC2; }
span { border-color: rgb(111,236,194); }
td.TdClassName
{
border-color: #6FECC2;
}
.TagClassName
{
border-color: #6FECC2;
}
</style>