Shades of Downy #6FEFBA
Tints of Downy #6FEFBA
RGB
CMYK
RGB Variations
Color information
#6FEFBA (or 0x6FEFBA) is known color: Downy. HEX triplet: 6F, EF and BA. RGB value is (111,239,186). Sum of RGB (Red+Green+Blue) = 111+239+186=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFBA is #901045. Grayscale: #C2C2C2. Windows color (decimal): -9441350 or 12250991. OLE color: 12250991.
HSL color Cylindrical-coordinate representation of color #6FEFBA: hue angle of 155.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEFBA is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 186 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.06 |
| HSL | 155.16º | 0.8% | 0.69% | - |
| HSV(B) | 155.16º | 0.54% | 0.94% | - |
| XYZ | 46.28 | 68.66 | 57.27 | - |
| YUV | 194.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 186 | 0.54 | 0 | 0.22 | 0.06 | 155.16 | 0.8 | 0.69 |
| Hex | 6F | EF | BA | 36 | 0 | 16 | 6 | 9B | 50 | 45 |
| Octal | 157 | 357 | 272 | 66 | 0 | 26 | 6 | 233 | 120 | 105 |
| Binary | 1101111 | 11101111 | 10111010 | 110110 | 0 | 10110 | 110 | 10011011 | 1010000 | 1000101 |
Color Harmonies of #6FEFBA
Complementary color
Monochromatic Colors of #6FEFBA
Black with #6FEFBA
Text Example
Text Example
White with #6FEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFBA; }
p { color: rgb(111,239,186); }
H1.HeaderClassName
{
color: #6FEFBA;
}
.AnyTagClassName
{
color: #6FEFBA;
}
</style>
background-color css
<style>
a { background-color: #6FEFBA; }
a { background-color: rgb(111,239,186); }
div.DivClassName
{
background-color: #6FEFBA;
}
.BgClassName
{
background-color: #6FEFBA;
}
</style>
border-color css
<style>
span { border-color: #6FEFBA; }
span { border-color: rgb(111,239,186); }
td.TdClassName
{
border-color: #6FEFBA;
}
.TagClassName
{
border-color: #6FEFBA;
}
</style>