Shades of Downy #6FE9CD
Tints of Downy #6FE9CD
RGB
CMYK
RGB Variations
Color information
#6FE9CD (or 0x6FE9CD) is known color: Downy. HEX triplet: 6F, E9 and CD. RGB value is (111,233,205). Sum of RGB (Red+Green+Blue) = 111+233+205=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE9CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE9CD is #901632. Grayscale: #C1C1C1. Windows color (decimal): -9442867 or 13494639. OLE color: 13494639.
HSL color Cylindrical-coordinate representation of color #6FE9CD: hue angle of 166.23º degrees, saturation: 0.73, 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 #6FE9CD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 233 | 205 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.09 |
| HSL | 166.23º | 0.73% | 0.67% | - |
| HSV(B) | 166.23º | 0.52% | 0.91% | - |
| XYZ | 46.71 | 66.07 | 68.05 | - |
| YUV | 193.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 233 | 205 | 0.52 | 0 | 0.12 | 0.09 | 166.23 | 0.73 | 0.67 |
| Hex | 6F | E9 | CD | 34 | 0 | C | 9 | A6 | 49 | 43 |
| Octal | 157 | 351 | 315 | 64 | 0 | 14 | 11 | 246 | 111 | 103 |
| Binary | 1101111 | 11101001 | 11001101 | 110100 | 0 | 1100 | 1001 | 10100110 | 1001001 | 1000011 |
Color Harmonies of #6FE9CD
Complementary color
Monochromatic Colors of #6FE9CD
Black with #6FE9CD
Text Example
Text Example
White with #6FE9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE9CD; }
p { color: rgb(111,233,205); }
H1.HeaderClassName
{
color: #6FE9CD;
}
.AnyTagClassName
{
color: #6FE9CD;
}
</style>
background-color css
<style>
a { background-color: #6FE9CD; }
a { background-color: rgb(111,233,205); }
div.DivClassName
{
background-color: #6FE9CD;
}
.BgClassName
{
background-color: #6FE9CD;
}
</style>
border-color css
<style>
span { border-color: #6FE9CD; }
span { border-color: rgb(111,233,205); }
td.TdClassName
{
border-color: #6FE9CD;
}
.TagClassName
{
border-color: #6FE9CD;
}
</style>