Shades of Downy #6FE0BF
Tints of Downy #6FE0BF
RGB
CMYK
RGB Variations
Color information
#6FE0BF (or 0x6FE0BF) is known color: Downy. HEX triplet: 6F, E0 and BF. RGB value is (111,224,191). Sum of RGB (Red+Green+Blue) = 111+224+191=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE0BF is #901F40. Grayscale: #BABABA. Windows color (decimal): -9445185 or 12574831. OLE color: 12574831.
HSL color Cylindrical-coordinate representation of color #6FE0BF: hue angle of 162.48º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FE0BF is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 224 | 191 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.12 |
| HSL | 162.48º | 0.65% | 0.66% | - |
| HSV(B) | 162.48º | 0.5% | 0.88% | - |
| XYZ | 42.62 | 60.45 | 58.71 | - |
| YUV | 186.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 191 | 0.50 | 0 | 0.15 | 0.12 | 162.48 | 0.65 | 0.66 |
| Hex | 6F | E0 | BF | 32 | 0 | F | C | A2 | 41 | 42 |
| Octal | 157 | 340 | 277 | 62 | 0 | 17 | 14 | 242 | 101 | 102 |
| Binary | 1101111 | 11100000 | 10111111 | 110010 | 0 | 1111 | 1100 | 10100010 | 1000001 | 1000010 |
Color Harmonies of #6FE0BF
Complementary color
Monochromatic Colors of #6FE0BF
Black with #6FE0BF
Text Example
Text Example
White with #6FE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE0BF; }
p { color: rgb(111,224,191); }
H1.HeaderClassName
{
color: #6FE0BF;
}
.AnyTagClassName
{
color: #6FE0BF;
}
</style>
background-color css
<style>
a { background-color: #6FE0BF; }
a { background-color: rgb(111,224,191); }
div.DivClassName
{
background-color: #6FE0BF;
}
.BgClassName
{
background-color: #6FE0BF;
}
</style>
border-color css
<style>
span { border-color: #6FE0BF; }
span { border-color: rgb(111,224,191); }
td.TdClassName
{
border-color: #6FE0BF;
}
.TagClassName
{
border-color: #6FE0BF;
}
</style>