Shades of Downy #6FE8C9
Tints of Downy #6FE8C9
RGB
CMYK
RGB Variations
Color information
#6FE8C9 (or 0x6FE8C9) is known color: Downy. HEX triplet: 6F, E8 and C9. RGB value is (111,232,201). Sum of RGB (Red+Green+Blue) = 111+232+201=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8C9 is #901736. Grayscale: #C0C0C0. Windows color (decimal): -9443127 or 13232239. OLE color: 13232239.
HSL color Cylindrical-coordinate representation of color #6FE8C9: hue angle of 164.63º degrees, saturation: 0.72, 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 #6FE8C9 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 201 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.09 |
| HSL | 164.63º | 0.72% | 0.67% | - |
| HSV(B) | 164.63º | 0.52% | 0.91% | - |
| XYZ | 45.95 | 65.31 | 65.44 | - |
| YUV | 192.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 201 | 0.52 | 0 | 0.13 | 0.09 | 164.63 | 0.72 | 0.67 |
| Hex | 6F | E8 | C9 | 34 | 0 | D | 9 | A5 | 48 | 43 |
| Octal | 157 | 350 | 311 | 64 | 0 | 15 | 11 | 245 | 110 | 103 |
| Binary | 1101111 | 11101000 | 11001001 | 110100 | 0 | 1101 | 1001 | 10100101 | 1001000 | 1000011 |
Color Harmonies of #6FE8C9
Complementary color
Monochromatic Colors of #6FE8C9
Black with #6FE8C9
Text Example
Text Example
White with #6FE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8C9; }
p { color: rgb(111,232,201); }
H1.HeaderClassName
{
color: #6FE8C9;
}
.AnyTagClassName
{
color: #6FE8C9;
}
</style>
background-color css
<style>
a { background-color: #6FE8C9; }
a { background-color: rgb(111,232,201); }
div.DivClassName
{
background-color: #6FE8C9;
}
.BgClassName
{
background-color: #6FE8C9;
}
</style>
border-color css
<style>
span { border-color: #6FE8C9; }
span { border-color: rgb(111,232,201); }
td.TdClassName
{
border-color: #6FE8C9;
}
.TagClassName
{
border-color: #6FE8C9;
}
</style>