Shades of Downy #6FEABF
Tints of Downy #6FEABF
RGB
CMYK
RGB Variations
Color information
#6FEABF (or 0x6FEABF) is known color: Downy. HEX triplet: 6F, EA and BF. RGB value is (111,234,191). Sum of RGB (Red+Green+Blue) = 111+234+191=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEABF is #901540. Grayscale: #C0C0C0. Windows color (decimal): -9442625 or 12577391. OLE color: 12577391.
HSL color Cylindrical-coordinate representation of color #6FEABF: hue angle of 159.02º 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 #6FEABF is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 191 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.08 |
| HSL | 159.02º | 0.75% | 0.68% | - |
| HSV(B) | 159.02º | 0.53% | 0.92% | - |
| XYZ | 45.38 | 65.99 | 59.64 | - |
| YUV | 192.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 191 | 0.53 | 0 | 0.18 | 0.08 | 159.02 | 0.75 | 0.68 |
| Hex | 6F | EA | BF | 35 | 0 | 12 | 8 | 9F | 4B | 44 |
| Octal | 157 | 352 | 277 | 65 | 0 | 22 | 10 | 237 | 113 | 104 |
| Binary | 1101111 | 11101010 | 10111111 | 110101 | 0 | 10010 | 1000 | 10011111 | 1001011 | 1000100 |
Color Harmonies of #6FEABF
Complementary color
Monochromatic Colors of #6FEABF
Black with #6FEABF
Text Example
Text Example
White with #6FEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEABF; }
p { color: rgb(111,234,191); }
H1.HeaderClassName
{
color: #6FEABF;
}
.AnyTagClassName
{
color: #6FEABF;
}
</style>
background-color css
<style>
a { background-color: #6FEABF; }
a { background-color: rgb(111,234,191); }
div.DivClassName
{
background-color: #6FEABF;
}
.BgClassName
{
background-color: #6FEABF;
}
</style>
border-color css
<style>
span { border-color: #6FEABF; }
span { border-color: rgb(111,234,191); }
td.TdClassName
{
border-color: #6FEABF;
}
.TagClassName
{
border-color: #6FEABF;
}
</style>