Shades of Downy #6FEAB7
Tints of Downy #6FEAB7
RGB
CMYK
RGB Variations
Color information
#6FEAB7 (or 0x6FEAB7) is known color: Downy. HEX triplet: 6F, EA and B7. RGB value is (111,234,183). Sum of RGB (Red+Green+Blue) = 111+234+183=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAB7 is #901548. Grayscale: #BFBFBF. Windows color (decimal): -9442633 or 12053103. OLE color: 12053103.
HSL color Cylindrical-coordinate representation of color #6FEAB7: hue angle of 155.12º 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 #6FEAB7 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 183 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.08 |
| HSL | 155.12º | 0.75% | 0.68% | - |
| HSV(B) | 155.12º | 0.53% | 0.92% | - |
| XYZ | 44.53 | 65.64 | 55.12 | - |
| YUV | 191.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 183 | 0.53 | 0 | 0.22 | 0.08 | 155.12 | 0.75 | 0.68 |
| Hex | 6F | EA | B7 | 35 | 0 | 16 | 8 | 9B | 4B | 44 |
| Octal | 157 | 352 | 267 | 65 | 0 | 26 | 10 | 233 | 113 | 104 |
| Binary | 1101111 | 11101010 | 10110111 | 110101 | 0 | 10110 | 1000 | 10011011 | 1001011 | 1000100 |
Color Harmonies of #6FEAB7
Complementary color
Monochromatic Colors of #6FEAB7
Black with #6FEAB7
Text Example
Text Example
White with #6FEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAB7; }
p { color: rgb(111,234,183); }
H1.HeaderClassName
{
color: #6FEAB7;
}
.AnyTagClassName
{
color: #6FEAB7;
}
</style>
background-color css
<style>
a { background-color: #6FEAB7; }
a { background-color: rgb(111,234,183); }
div.DivClassName
{
background-color: #6FEAB7;
}
.BgClassName
{
background-color: #6FEAB7;
}
</style>
border-color css
<style>
span { border-color: #6FEAB7; }
span { border-color: rgb(111,234,183); }
td.TdClassName
{
border-color: #6FEAB7;
}
.TagClassName
{
border-color: #6FEAB7;
}
</style>