Shades of Downy #6FEBC5
Tints of Downy #6FEBC5
RGB
CMYK
RGB Variations
Color information
#6FEBC5 (or 0x6FEBC5) is known color: Downy. HEX triplet: 6F, EB and C5. RGB value is (111,235,197). Sum of RGB (Red+Green+Blue) = 111+235+197=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBC5 is #90143A. Grayscale: #C1C1C1. Windows color (decimal): -9442363 or 12970863. OLE color: 12970863.
HSL color Cylindrical-coordinate representation of color #6FEBC5: hue angle of 161.61º degrees, saturation: 0.76, 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 #6FEBC5 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 235 | 197 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.08 |
| HSL | 161.61º | 0.76% | 0.68% | - |
| HSV(B) | 161.61º | 0.53% | 0.92% | - |
| XYZ | 46.34 | 66.83 | 63.28 | - |
| YUV | 193.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 197 | 0.53 | 0 | 0.16 | 0.08 | 161.61 | 0.76 | 0.68 |
| Hex | 6F | EB | C5 | 35 | 0 | 10 | 8 | A2 | 4C | 44 |
| Octal | 157 | 353 | 305 | 65 | 0 | 20 | 10 | 242 | 114 | 104 |
| Binary | 1101111 | 11101011 | 11000101 | 110101 | 0 | 10000 | 1000 | 10100010 | 1001100 | 1000100 |
Color Harmonies of #6FEBC5
Complementary color
Monochromatic Colors of #6FEBC5
Black with #6FEBC5
Text Example
Text Example
White with #6FEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBC5; }
p { color: rgb(111,235,197); }
H1.HeaderClassName
{
color: #6FEBC5;
}
.AnyTagClassName
{
color: #6FEBC5;
}
</style>
background-color css
<style>
a { background-color: #6FEBC5; }
a { background-color: rgb(111,235,197); }
div.DivClassName
{
background-color: #6FEBC5;
}
.BgClassName
{
background-color: #6FEBC5;
}
</style>
border-color css
<style>
span { border-color: #6FEBC5; }
span { border-color: rgb(111,235,197); }
td.TdClassName
{
border-color: #6FEBC5;
}
.TagClassName
{
border-color: #6FEBC5;
}
</style>