Shades of Downy #6FE7CD
Tints of Downy #6FE7CD
RGB
CMYK
RGB Variations
Color information
#6FE7CD (or 0x6FE7CD) is known color: Downy. HEX triplet: 6F, E7 and CD. RGB value is (111,231,205). Sum of RGB (Red+Green+Blue) = 111+231+205=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7CD is #901832. Grayscale: #C0C0C0. Windows color (decimal): -9443379 or 13494127. OLE color: 13494127.
HSL color Cylindrical-coordinate representation of color #6FE7CD: hue angle of 167º 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 #6FE7CD is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 205 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.09 |
| HSL | 167º | 0.71% | 0.67% | - |
| HSV(B) | 167º | 0.52% | 0.91% | - |
| XYZ | 46.15 | 64.94 | 67.86 | - |
| YUV | 192.16 | 135.24 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 205 | 0.52 | 0 | 0.11 | 0.09 | 167 | 0.71 | 0.67 |
| Hex | 6F | E7 | CD | 34 | 0 | B | 9 | A7 | 47 | 43 |
| Octal | 157 | 347 | 315 | 64 | 0 | 13 | 11 | 247 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11001101 | 110100 | 0 | 1011 | 1001 | 10100111 | 1000111 | 1000011 |
Color Harmonies of #6FE7CD
Complementary color
Monochromatic Colors of #6FE7CD
Black with #6FE7CD
Text Example
Text Example
White with #6FE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7CD; }
p { color: rgb(111,231,205); }
H1.HeaderClassName
{
color: #6FE7CD;
}
.AnyTagClassName
{
color: #6FE7CD;
}
</style>
background-color css
<style>
a { background-color: #6FE7CD; }
a { background-color: rgb(111,231,205); }
div.DivClassName
{
background-color: #6FE7CD;
}
.BgClassName
{
background-color: #6FE7CD;
}
</style>
border-color css
<style>
span { border-color: #6FE7CD; }
span { border-color: rgb(111,231,205); }
td.TdClassName
{
border-color: #6FE7CD;
}
.TagClassName
{
border-color: #6FE7CD;
}
</style>