Shades of Downy #6FE2B5
Tints of Downy #6FE2B5
RGB
CMYK
RGB Variations
Color information
#6FE2B5 (or 0x6FE2B5) is known color: Downy. HEX triplet: 6F, E2 and B5. RGB value is (111,226,181). Sum of RGB (Red+Green+Blue) = 111+226+181=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE2B5 is #901D4A. Grayscale: #BABABA. Windows color (decimal): -9444683 or 11919983. OLE color: 11919983.
HSL color Cylindrical-coordinate representation of color #6FE2B5: hue angle of 156.52º degrees, saturation: 0.66, 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 #6FE2B5 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 181 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.11 |
| HSL | 156.52º | 0.66% | 0.66% | - |
| HSV(B) | 156.52º | 0.51% | 0.89% | - |
| XYZ | 42.09 | 61.11 | 53.29 | - |
| YUV | 186.49 | 124.9 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 181 | 0.51 | 0 | 0.20 | 0.11 | 156.52 | 0.66 | 0.66 |
| Hex | 6F | E2 | B5 | 33 | 0 | 14 | B | 9D | 42 | 42 |
| Octal | 157 | 342 | 265 | 63 | 0 | 24 | 13 | 235 | 102 | 102 |
| Binary | 1101111 | 11100010 | 10110101 | 110011 | 0 | 10100 | 1011 | 10011101 | 1000010 | 1000010 |
Color Harmonies of #6FE2B5
Complementary color
Monochromatic Colors of #6FE2B5
Black with #6FE2B5
Text Example
Text Example
White with #6FE2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE2B5; }
p { color: rgb(111,226,181); }
H1.HeaderClassName
{
color: #6FE2B5;
}
.AnyTagClassName
{
color: #6FE2B5;
}
</style>
background-color css
<style>
a { background-color: #6FE2B5; }
a { background-color: rgb(111,226,181); }
div.DivClassName
{
background-color: #6FE2B5;
}
.BgClassName
{
background-color: #6FE2B5;
}
</style>
border-color css
<style>
span { border-color: #6FE2B5; }
span { border-color: rgb(111,226,181); }
td.TdClassName
{
border-color: #6FE2B5;
}
.TagClassName
{
border-color: #6FE2B5;
}
</style>