Shades of Downy #6FEACD
Tints of Downy #6FEACD
RGB
CMYK
RGB Variations
Color information
#6FEACD (or 0x6FEACD) is known color: Downy. HEX triplet: 6F, EA and CD. RGB value is (111,234,205). Sum of RGB (Red+Green+Blue) = 111+234+205=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEACD is #901532. Grayscale: #C1C1C1. Windows color (decimal): -9442611 or 13494895. OLE color: 13494895.
HSL color Cylindrical-coordinate representation of color #6FEACD: hue angle of 165.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEACD is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 205 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.08 |
| HSL | 165.85º | 0.75% | 0.68% | - |
| HSV(B) | 165.85º | 0.53% | 0.92% | - |
| XYZ | 47 | 66.63 | 68.14 | - |
| YUV | 193.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 205 | 0.53 | 0 | 0.12 | 0.08 | 165.85 | 0.75 | 0.68 |
| Hex | 6F | EA | CD | 35 | 0 | C | 8 | A6 | 4B | 44 |
| Octal | 157 | 352 | 315 | 65 | 0 | 14 | 10 | 246 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11001101 | 110101 | 0 | 1100 | 1000 | 10100110 | 1001011 | 1000100 |
Color Harmonies of #6FEACD
Complementary color
Monochromatic Colors of #6FEACD
Black with #6FEACD
Text Example
Text Example
White with #6FEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEACD; }
p { color: rgb(111,234,205); }
H1.HeaderClassName
{
color: #6FEACD;
}
.AnyTagClassName
{
color: #6FEACD;
}
</style>
background-color css
<style>
a { background-color: #6FEACD; }
a { background-color: rgb(111,234,205); }
div.DivClassName
{
background-color: #6FEACD;
}
.BgClassName
{
background-color: #6FEACD;
}
</style>
border-color css
<style>
span { border-color: #6FEACD; }
span { border-color: rgb(111,234,205); }
td.TdClassName
{
border-color: #6FEACD;
}
.TagClassName
{
border-color: #6FEACD;
}
</style>