Shades of Downy #6FE3C5
Tints of Downy #6FE3C5
RGB
CMYK
RGB Variations
Color information
#6FE3C5 (or 0x6FE3C5) is known color: Downy. HEX triplet: 6F, E3 and C5. RGB value is (111,227,197). Sum of RGB (Red+Green+Blue) = 111+227+197=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE3C5 is #901C3A. Grayscale: #BCBCBC. Windows color (decimal): -9444411 or 12968815. OLE color: 12968815.
HSL color Cylindrical-coordinate representation of color #6FE3C5: hue angle of 164.48º 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 #6FE3C5 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 197 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.11 |
| HSL | 164.48º | 0.67% | 0.66% | - |
| HSV(B) | 164.48º | 0.51% | 0.89% | - |
| XYZ | 44.1 | 62.35 | 62.53 | - |
| YUV | 188.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 197 | 0.51 | 0 | 0.13 | 0.11 | 164.48 | 0.67 | 0.66 |
| Hex | 6F | E3 | C5 | 33 | 0 | D | B | A4 | 43 | 42 |
| Octal | 157 | 343 | 305 | 63 | 0 | 15 | 13 | 244 | 103 | 102 |
| Binary | 1101111 | 11100011 | 11000101 | 110011 | 0 | 1101 | 1011 | 10100100 | 1000011 | 1000010 |
Color Harmonies of #6FE3C5
Complementary color
Monochromatic Colors of #6FE3C5
Black with #6FE3C5
Text Example
Text Example
White with #6FE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE3C5; }
p { color: rgb(111,227,197); }
H1.HeaderClassName
{
color: #6FE3C5;
}
.AnyTagClassName
{
color: #6FE3C5;
}
</style>
background-color css
<style>
a { background-color: #6FE3C5; }
a { background-color: rgb(111,227,197); }
div.DivClassName
{
background-color: #6FE3C5;
}
.BgClassName
{
background-color: #6FE3C5;
}
</style>
border-color css
<style>
span { border-color: #6FE3C5; }
span { border-color: rgb(111,227,197); }
td.TdClassName
{
border-color: #6FE3C5;
}
.TagClassName
{
border-color: #6FE3C5;
}
</style>