Shades of Downy #6FE9CE
Tints of Downy #6FE9CE
RGB
CMYK
RGB Variations
Color information
#6FE9CE (or 0x6FE9CE) is known color: Downy. HEX triplet: 6F, E9 and CE. RGB value is (111,233,206). Sum of RGB (Red+Green+Blue) = 111+233+206=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE9CE is #901631. Grayscale: #C1C1C1. Windows color (decimal): -9442866 or 13560175. OLE color: 13560175.
HSL color Cylindrical-coordinate representation of color #6FE9CE: hue angle of 166.72º 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 #6FE9CE is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 233 | 206 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.09 |
| HSL | 166.72º | 0.73% | 0.67% | - |
| HSV(B) | 166.72º | 0.52% | 0.91% | - |
| XYZ | 46.84 | 66.11 | 68.69 | - |
| YUV | 193.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 233 | 206 | 0.52 | 0 | 0.12 | 0.09 | 166.72 | 0.73 | 0.67 |
| Hex | 6F | E9 | CE | 34 | 0 | C | 9 | A7 | 49 | 43 |
| Octal | 157 | 351 | 316 | 64 | 0 | 14 | 11 | 247 | 111 | 103 |
| Binary | 1101111 | 11101001 | 11001110 | 110100 | 0 | 1100 | 1001 | 10100111 | 1001001 | 1000011 |
Color Harmonies of #6FE9CE
Complementary color
Monochromatic Colors of #6FE9CE
Black with #6FE9CE
Text Example
Text Example
White with #6FE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE9CE; }
p { color: rgb(111,233,206); }
H1.HeaderClassName
{
color: #6FE9CE;
}
.AnyTagClassName
{
color: #6FE9CE;
}
</style>
background-color css
<style>
a { background-color: #6FE9CE; }
a { background-color: rgb(111,233,206); }
div.DivClassName
{
background-color: #6FE9CE;
}
.BgClassName
{
background-color: #6FE9CE;
}
</style>
border-color css
<style>
span { border-color: #6FE9CE; }
span { border-color: rgb(111,233,206); }
td.TdClassName
{
border-color: #6FE9CE;
}
.TagClassName
{
border-color: #6FE9CE;
}
</style>