Shades of Downy #6FE5BF
Tints of Downy #6FE5BF
RGB
CMYK
RGB Variations
Color information
#6FE5BF (or 0x6FE5BF) is known color: Downy. HEX triplet: 6F, E5 and BF. RGB value is (111,229,191). Sum of RGB (Red+Green+Blue) = 111+229+191=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5BF is #901A40. Grayscale: #BDBDBD. Windows color (decimal): -9443905 or 12576111. OLE color: 12576111.
HSL color Cylindrical-coordinate representation of color #6FE5BF: hue angle of 160.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5BF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 191 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.10 |
| HSL | 160.68º | 0.69% | 0.67% | - |
| HSV(B) | 160.68º | 0.52% | 0.9% | - |
| XYZ | 43.98 | 63.18 | 59.17 | - |
| YUV | 189.39 | 128.91 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 191 | 0.52 | 0 | 0.17 | 0.10 | 160.68 | 0.69 | 0.67 |
| Hex | 6F | E5 | BF | 34 | 0 | 11 | A | A1 | 45 | 43 |
| Octal | 157 | 345 | 277 | 64 | 0 | 21 | 12 | 241 | 105 | 103 |
| Binary | 1101111 | 11100101 | 10111111 | 110100 | 0 | 10001 | 1010 | 10100001 | 1000101 | 1000011 |
Color Harmonies of #6FE5BF
Complementary color
Monochromatic Colors of #6FE5BF
Black with #6FE5BF
Text Example
Text Example
White with #6FE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5BF; }
p { color: rgb(111,229,191); }
H1.HeaderClassName
{
color: #6FE5BF;
}
.AnyTagClassName
{
color: #6FE5BF;
}
</style>
background-color css
<style>
a { background-color: #6FE5BF; }
a { background-color: rgb(111,229,191); }
div.DivClassName
{
background-color: #6FE5BF;
}
.BgClassName
{
background-color: #6FE5BF;
}
</style>
border-color css
<style>
span { border-color: #6FE5BF; }
span { border-color: rgb(111,229,191); }
td.TdClassName
{
border-color: #6FE5BF;
}
.TagClassName
{
border-color: #6FE5BF;
}
</style>