Shades of Downy #6FE4C8
Tints of Downy #6FE4C8
RGB
CMYK
RGB Variations
Color information
#6FE4C8 (or 0x6FE4C8) is known color: Downy. HEX triplet: 6F, E4 and C8. RGB value is (111,228,200). Sum of RGB (Red+Green+Blue) = 111+228+200=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4C8 is #901B37. Grayscale: #BDBDBD. Windows color (decimal): -9444152 or 13165679. OLE color: 13165679.
HSL color Cylindrical-coordinate representation of color #6FE4C8: hue angle of 165.64º degrees, saturation: 0.68, 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 #6FE4C8 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 228 | 200 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.11 |
| HSL | 165.64º | 0.68% | 0.66% | - |
| HSV(B) | 165.64º | 0.51% | 0.89% | - |
| XYZ | 44.72 | 63.04 | 64.45 | - |
| YUV | 189.83 | 133.74 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 228 | 200 | 0.51 | 0 | 0.12 | 0.11 | 165.64 | 0.68 | 0.66 |
| Hex | 6F | E4 | C8 | 33 | 0 | C | B | A6 | 44 | 42 |
| Octal | 157 | 344 | 310 | 63 | 0 | 14 | 13 | 246 | 104 | 102 |
| Binary | 1101111 | 11100100 | 11001000 | 110011 | 0 | 1100 | 1011 | 10100110 | 1000100 | 1000010 |
Color Harmonies of #6FE4C8
Complementary color
Monochromatic Colors of #6FE4C8
Black with #6FE4C8
Text Example
Text Example
White with #6FE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE4C8; }
p { color: rgb(111,228,200); }
H1.HeaderClassName
{
color: #6FE4C8;
}
.AnyTagClassName
{
color: #6FE4C8;
}
</style>
background-color css
<style>
a { background-color: #6FE4C8; }
a { background-color: rgb(111,228,200); }
div.DivClassName
{
background-color: #6FE4C8;
}
.BgClassName
{
background-color: #6FE4C8;
}
</style>
border-color css
<style>
span { border-color: #6FE4C8; }
span { border-color: rgb(111,228,200); }
td.TdClassName
{
border-color: #6FE4C8;
}
.TagClassName
{
border-color: #6FE4C8;
}
</style>