Shades of Downy #6FE3C8
Tints of Downy #6FE3C8
RGB
CMYK
RGB Variations
Color information
#6FE3C8 (or 0x6FE3C8) is known color: Downy. HEX triplet: 6F, E3 and C8. RGB value is (111,227,200). Sum of RGB (Red+Green+Blue) = 111+227+200=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE3C8 is #901C37. Grayscale: #BDBDBD. Windows color (decimal): -9444408 or 13165423. OLE color: 13165423.
HSL color Cylindrical-coordinate representation of color #6FE3C8: hue angle of 166.03º 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 #6FE3C8 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 200 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.11 |
| HSL | 166.03º | 0.67% | 0.66% | - |
| HSV(B) | 166.03º | 0.51% | 0.89% | - |
| XYZ | 44.45 | 62.49 | 64.36 | - |
| YUV | 189.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 200 | 0.51 | 0 | 0.12 | 0.11 | 166.03 | 0.67 | 0.66 |
| Hex | 6F | E3 | C8 | 33 | 0 | C | B | A6 | 43 | 42 |
| Octal | 157 | 343 | 310 | 63 | 0 | 14 | 13 | 246 | 103 | 102 |
| Binary | 1101111 | 11100011 | 11001000 | 110011 | 0 | 1100 | 1011 | 10100110 | 1000011 | 1000010 |
Color Harmonies of #6FE3C8
Complementary color
Monochromatic Colors of #6FE3C8
Black with #6FE3C8
Text Example
Text Example
White with #6FE3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE3C8; }
p { color: rgb(111,227,200); }
H1.HeaderClassName
{
color: #6FE3C8;
}
.AnyTagClassName
{
color: #6FE3C8;
}
</style>
background-color css
<style>
a { background-color: #6FE3C8; }
a { background-color: rgb(111,227,200); }
div.DivClassName
{
background-color: #6FE3C8;
}
.BgClassName
{
background-color: #6FE3C8;
}
</style>
border-color css
<style>
span { border-color: #6FE3C8; }
span { border-color: rgb(111,227,200); }
td.TdClassName
{
border-color: #6FE3C8;
}
.TagClassName
{
border-color: #6FE3C8;
}
</style>