Shades of Downy #6FE7BF
Tints of Downy #6FE7BF
RGB
CMYK
RGB Variations
Color information
#6FE7BF (or 0x6FE7BF) is known color: Downy. HEX triplet: 6F, E7 and BF. RGB value is (111,231,191). Sum of RGB (Red+Green+Blue) = 111+231+191=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7BF is #901840. Grayscale: #BEBEBE. Windows color (decimal): -9443393 or 12576623. OLE color: 12576623.
HSL color Cylindrical-coordinate representation of color #6FE7BF: hue angle of 160º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE7BF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 191 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.09 |
| HSL | 160º | 0.71% | 0.67% | - |
| HSV(B) | 160º | 0.52% | 0.91% | - |
| XYZ | 44.54 | 64.29 | 59.35 | - |
| YUV | 190.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 191 | 0.52 | 0 | 0.17 | 0.09 | 160 | 0.71 | 0.67 |
| Hex | 6F | E7 | BF | 34 | 0 | 11 | 9 | A0 | 47 | 43 |
| Octal | 157 | 347 | 277 | 64 | 0 | 21 | 11 | 240 | 107 | 103 |
| Binary | 1101111 | 11100111 | 10111111 | 110100 | 0 | 10001 | 1001 | 10100000 | 1000111 | 1000011 |
Color Harmonies of #6FE7BF
Complementary color
Monochromatic Colors of #6FE7BF
Black with #6FE7BF
Text Example
Text Example
White with #6FE7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7BF; }
p { color: rgb(111,231,191); }
H1.HeaderClassName
{
color: #6FE7BF;
}
.AnyTagClassName
{
color: #6FE7BF;
}
</style>
background-color css
<style>
a { background-color: #6FE7BF; }
a { background-color: rgb(111,231,191); }
div.DivClassName
{
background-color: #6FE7BF;
}
.BgClassName
{
background-color: #6FE7BF;
}
</style>
border-color css
<style>
span { border-color: #6FE7BF; }
span { border-color: rgb(111,231,191); }
td.TdClassName
{
border-color: #6FE7BF;
}
.TagClassName
{
border-color: #6FE7BF;
}
</style>