Shades of Downy #6FEBC6
Tints of Downy #6FEBC6
RGB
CMYK
RGB Variations
Color information
#6FEBC6 (or 0x6FEBC6) is known color: Downy. HEX triplet: 6F, EB and C6. RGB value is (111,235,198). Sum of RGB (Red+Green+Blue) = 111+235+198=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBC6 is #901439. Grayscale: #C1C1C1. Windows color (decimal): -9442362 or 13036399. OLE color: 13036399.
HSL color Cylindrical-coordinate representation of color #6FEBC6: hue angle of 162.1º 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 #6FEBC6 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 235 | 198 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.08 |
| HSL | 162.1º | 0.76% | 0.68% | - |
| HSV(B) | 162.1º | 0.53% | 0.92% | - |
| XYZ | 46.46 | 66.87 | 63.89 | - |
| YUV | 193.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 198 | 0.53 | 0 | 0.16 | 0.08 | 162.1 | 0.76 | 0.68 |
| Hex | 6F | EB | C6 | 35 | 0 | 10 | 8 | A2 | 4C | 44 |
| Octal | 157 | 353 | 306 | 65 | 0 | 20 | 10 | 242 | 114 | 104 |
| Binary | 1101111 | 11101011 | 11000110 | 110101 | 0 | 10000 | 1000 | 10100010 | 1001100 | 1000100 |
Color Harmonies of #6FEBC6
Complementary color
Monochromatic Colors of #6FEBC6
Black with #6FEBC6
Text Example
Text Example
White with #6FEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBC6; }
p { color: rgb(111,235,198); }
H1.HeaderClassName
{
color: #6FEBC6;
}
.AnyTagClassName
{
color: #6FEBC6;
}
</style>
background-color css
<style>
a { background-color: #6FEBC6; }
a { background-color: rgb(111,235,198); }
div.DivClassName
{
background-color: #6FEBC6;
}
.BgClassName
{
background-color: #6FEBC6;
}
</style>
border-color css
<style>
span { border-color: #6FEBC6; }
span { border-color: rgb(111,235,198); }
td.TdClassName
{
border-color: #6FEBC6;
}
.TagClassName
{
border-color: #6FEBC6;
}
</style>