Shades of Downy #6FEBC0
Tints of Downy #6FEBC0
RGB
CMYK
RGB Variations
Color information
#6FEBC0 (or 0x6FEBC0) is known color: Downy. HEX triplet: 6F, EB and C0. RGB value is (111,235,192). Sum of RGB (Red+Green+Blue) = 111+235+192=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBC0 is #90143F. Grayscale: #C1C1C1. Windows color (decimal): -9442368 or 12643183. OLE color: 12643183.
HSL color Cylindrical-coordinate representation of color #6FEBC0: hue angle of 159.19º 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 #6FEBC0 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 235 | 192 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.08 |
| HSL | 159.19º | 0.76% | 0.68% | - |
| HSV(B) | 159.19º | 0.53% | 0.92% | - |
| XYZ | 45.78 | 66.6 | 60.31 | - |
| YUV | 193.02 | 127.42 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 192 | 0.53 | 0 | 0.18 | 0.08 | 159.19 | 0.76 | 0.68 |
| Hex | 6F | EB | C0 | 35 | 0 | 12 | 8 | 9F | 4C | 44 |
| Octal | 157 | 353 | 300 | 65 | 0 | 22 | 10 | 237 | 114 | 104 |
| Binary | 1101111 | 11101011 | 11000000 | 110101 | 0 | 10010 | 1000 | 10011111 | 1001100 | 1000100 |
Color Harmonies of #6FEBC0
Complementary color
Monochromatic Colors of #6FEBC0
Black with #6FEBC0
Text Example
Text Example
White with #6FEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBC0; }
p { color: rgb(111,235,192); }
H1.HeaderClassName
{
color: #6FEBC0;
}
.AnyTagClassName
{
color: #6FEBC0;
}
</style>
background-color css
<style>
a { background-color: #6FEBC0; }
a { background-color: rgb(111,235,192); }
div.DivClassName
{
background-color: #6FEBC0;
}
.BgClassName
{
background-color: #6FEBC0;
}
</style>
border-color css
<style>
span { border-color: #6FEBC0; }
span { border-color: rgb(111,235,192); }
td.TdClassName
{
border-color: #6FEBC0;
}
.TagClassName
{
border-color: #6FEBC0;
}
</style>