Shades of Downy #6FEFB6
Tints of Downy #6FEFB6
RGB
CMYK
RGB Variations
Color information
#6FEFB6 (or 0x6FEFB6) is known color: Downy. HEX triplet: 6F, EF and B6. RGB value is (111,239,182). Sum of RGB (Red+Green+Blue) = 111+239+182=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFB6 is #901049. Grayscale: #C2C2C2. Windows color (decimal): -9441354 or 11988847. OLE color: 11988847.
HSL color Cylindrical-coordinate representation of color #6FEFB6: hue angle of 153.28º 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 #6FEFB6 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 182 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.06 |
| HSL | 153.28º | 0.8% | 0.69% | - |
| HSV(B) | 153.28º | 0.54% | 0.94% | - |
| XYZ | 45.87 | 68.49 | 55.06 | - |
| YUV | 194.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 182 | 0.54 | 0 | 0.24 | 0.06 | 153.28 | 0.8 | 0.69 |
| Hex | 6F | EF | B6 | 36 | 0 | 18 | 6 | 99 | 50 | 45 |
| Octal | 157 | 357 | 266 | 66 | 0 | 30 | 6 | 231 | 120 | 105 |
| Binary | 1101111 | 11101111 | 10110110 | 110110 | 0 | 11000 | 110 | 10011001 | 1010000 | 1000101 |
Color Harmonies of #6FEFB6
Complementary color
Monochromatic Colors of #6FEFB6
Black with #6FEFB6
Text Example
Text Example
White with #6FEFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFB6; }
p { color: rgb(111,239,182); }
H1.HeaderClassName
{
color: #6FEFB6;
}
.AnyTagClassName
{
color: #6FEFB6;
}
</style>
background-color css
<style>
a { background-color: #6FEFB6; }
a { background-color: rgb(111,239,182); }
div.DivClassName
{
background-color: #6FEFB6;
}
.BgClassName
{
background-color: #6FEFB6;
}
</style>
border-color css
<style>
span { border-color: #6FEFB6; }
span { border-color: rgb(111,239,182); }
td.TdClassName
{
border-color: #6FEFB6;
}
.TagClassName
{
border-color: #6FEFB6;
}
</style>