Shades of Downy #6FE3CE
Tints of Downy #6FE3CE
RGB
CMYK
RGB Variations
Color information
#6FE3CE (or 0x6FE3CE) is known color: Downy. HEX triplet: 6F, E3 and CE. RGB value is (111,227,206). Sum of RGB (Red+Green+Blue) = 111+227+206=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE3CE is #901C31. Grayscale: #BDBDBD. Windows color (decimal): -9444402 or 13558639. OLE color: 13558639.
HSL color Cylindrical-coordinate representation of color #6FE3CE: hue angle of 169.14º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE3CE is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 206 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.11 |
| HSL | 169.14º | 0.67% | 0.66% | - |
| HSV(B) | 169.14º | 0.51% | 0.89% | - |
| XYZ | 45.17 | 62.77 | 68.13 | - |
| YUV | 189.92 | 137.07 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 206 | 0.51 | 0 | 0.09 | 0.11 | 169.14 | 0.67 | 0.66 |
| Hex | 6F | E3 | CE | 33 | 0 | 9 | B | A9 | 43 | 42 |
| Octal | 157 | 343 | 316 | 63 | 0 | 11 | 13 | 251 | 103 | 102 |
| Binary | 1101111 | 11100011 | 11001110 | 110011 | 0 | 1001 | 1011 | 10101001 | 1000011 | 1000010 |
Color Harmonies of #6FE3CE
Complementary color
Monochromatic Colors of #6FE3CE
Black with #6FE3CE
Text Example
Text Example
White with #6FE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE3CE; }
p { color: rgb(111,227,206); }
H1.HeaderClassName
{
color: #6FE3CE;
}
.AnyTagClassName
{
color: #6FE3CE;
}
</style>
background-color css
<style>
a { background-color: #6FE3CE; }
a { background-color: rgb(111,227,206); }
div.DivClassName
{
background-color: #6FE3CE;
}
.BgClassName
{
background-color: #6FE3CE;
}
</style>
border-color css
<style>
span { border-color: #6FE3CE; }
span { border-color: rgb(111,227,206); }
td.TdClassName
{
border-color: #6FE3CE;
}
.TagClassName
{
border-color: #6FE3CE;
}
</style>