Shades of Downy #6FE7C9
Tints of Downy #6FE7C9
RGB
CMYK
RGB Variations
Color information
#6FE7C9 (or 0x6FE7C9) is known color: Downy. HEX triplet: 6F, E7 and C9. RGB value is (111,231,201). Sum of RGB (Red+Green+Blue) = 111+231+201=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7C9 is #901836. Grayscale: #BFBFBF. Windows color (decimal): -9443383 or 13231983. OLE color: 13231983.
HSL color Cylindrical-coordinate representation of color #6FE7C9: hue angle of 165º 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 #6FE7C9 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 201 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.09 |
| HSL | 165º | 0.71% | 0.67% | - |
| HSV(B) | 165º | 0.52% | 0.91% | - |
| XYZ | 45.67 | 64.75 | 65.35 | - |
| YUV | 191.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 201 | 0.52 | 0 | 0.13 | 0.09 | 165 | 0.71 | 0.67 |
| Hex | 6F | E7 | C9 | 34 | 0 | D | 9 | A5 | 47 | 43 |
| Octal | 157 | 347 | 311 | 64 | 0 | 15 | 11 | 245 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11001001 | 110100 | 0 | 1101 | 1001 | 10100101 | 1000111 | 1000011 |
Color Harmonies of #6FE7C9
Complementary color
Monochromatic Colors of #6FE7C9
Black with #6FE7C9
Text Example
Text Example
White with #6FE7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7C9; }
p { color: rgb(111,231,201); }
H1.HeaderClassName
{
color: #6FE7C9;
}
.AnyTagClassName
{
color: #6FE7C9;
}
</style>
background-color css
<style>
a { background-color: #6FE7C9; }
a { background-color: rgb(111,231,201); }
div.DivClassName
{
background-color: #6FE7C9;
}
.BgClassName
{
background-color: #6FE7C9;
}
</style>
border-color css
<style>
span { border-color: #6FE7C9; }
span { border-color: rgb(111,231,201); }
td.TdClassName
{
border-color: #6FE7C9;
}
.TagClassName
{
border-color: #6FE7C9;
}
</style>