Shades of Downy #6FE5CD
Tints of Downy #6FE5CD
RGB
CMYK
RGB Variations
Color information
#6FE5CD (or 0x6FE5CD) is known color: Downy. HEX triplet: 6F, E5 and CD. RGB value is (111,229,205). Sum of RGB (Red+Green+Blue) = 111+229+205=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5CD is #901A32. Grayscale: #BEBEBE. Windows color (decimal): -9443891 or 13493615. OLE color: 13493615.
HSL color Cylindrical-coordinate representation of color #6FE5CD: hue angle of 167.8º 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 #6FE5CD is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 205 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.10 |
| HSL | 167.8º | 0.69% | 0.67% | - |
| HSV(B) | 167.8º | 0.52% | 0.9% | - |
| XYZ | 45.59 | 63.83 | 67.67 | - |
| YUV | 190.98 | 135.91 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 205 | 0.52 | 0 | 0.10 | 0.10 | 167.8 | 0.69 | 0.67 |
| Hex | 6F | E5 | CD | 34 | 0 | A | A | A8 | 45 | 43 |
| Octal | 157 | 345 | 315 | 64 | 0 | 12 | 12 | 250 | 105 | 103 |
| Binary | 1101111 | 11100101 | 11001101 | 110100 | 0 | 1010 | 1010 | 10101000 | 1000101 | 1000011 |
Color Harmonies of #6FE5CD
Complementary color
Monochromatic Colors of #6FE5CD
Black with #6FE5CD
Text Example
Text Example
White with #6FE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5CD; }
p { color: rgb(111,229,205); }
H1.HeaderClassName
{
color: #6FE5CD;
}
.AnyTagClassName
{
color: #6FE5CD;
}
</style>
background-color css
<style>
a { background-color: #6FE5CD; }
a { background-color: rgb(111,229,205); }
div.DivClassName
{
background-color: #6FE5CD;
}
.BgClassName
{
background-color: #6FE5CD;
}
</style>
border-color css
<style>
span { border-color: #6FE5CD; }
span { border-color: rgb(111,229,205); }
td.TdClassName
{
border-color: #6FE5CD;
}
.TagClassName
{
border-color: #6FE5CD;
}
</style>