Shades of Downy #6FEAC7
Tints of Downy #6FEAC7
RGB
CMYK
RGB Variations
Color information
#6FEAC7 (or 0x6FEAC7) is known color: Downy. HEX triplet: 6F, EA and C7. RGB value is (111,234,199). Sum of RGB (Red+Green+Blue) = 111+234+199=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAC7 is #901538. Grayscale: #C1C1C1. Windows color (decimal): -9442617 or 13101679. OLE color: 13101679.
HSL color Cylindrical-coordinate representation of color #6FEAC7: hue angle of 162.93º 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 #6FEAC7 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 199 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.08 |
| HSL | 162.93º | 0.75% | 0.68% | - |
| HSV(B) | 162.93º | 0.53% | 0.92% | - |
| XYZ | 46.29 | 66.35 | 64.4 | - |
| YUV | 193.23 | 131.25 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 199 | 0.53 | 0 | 0.15 | 0.08 | 162.93 | 0.75 | 0.68 |
| Hex | 6F | EA | C7 | 35 | 0 | F | 8 | A3 | 4B | 44 |
| Octal | 157 | 352 | 307 | 65 | 0 | 17 | 10 | 243 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11000111 | 110101 | 0 | 1111 | 1000 | 10100011 | 1001011 | 1000100 |
Color Harmonies of #6FEAC7
Complementary color
Monochromatic Colors of #6FEAC7
Black with #6FEAC7
Text Example
Text Example
White with #6FEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAC7; }
p { color: rgb(111,234,199); }
H1.HeaderClassName
{
color: #6FEAC7;
}
.AnyTagClassName
{
color: #6FEAC7;
}
</style>
background-color css
<style>
a { background-color: #6FEAC7; }
a { background-color: rgb(111,234,199); }
div.DivClassName
{
background-color: #6FEAC7;
}
.BgClassName
{
background-color: #6FEAC7;
}
</style>
border-color css
<style>
span { border-color: #6FEAC7; }
span { border-color: rgb(111,234,199); }
td.TdClassName
{
border-color: #6FEAC7;
}
.TagClassName
{
border-color: #6FEAC7;
}
</style>