Shades of Downy #6FE1B4
Tints of Downy #6FE1B4
RGB
CMYK
RGB Variations
Color information
#6FE1B4 (or 0x6FE1B4) is known color: Downy. HEX triplet: 6F, E1 and B4. RGB value is (111,225,180). Sum of RGB (Red+Green+Blue) = 111+225+180=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1B4 is #901E4B. Grayscale: #B9B9B9. Windows color (decimal): -9444940 or 11854191. OLE color: 11854191.
HSL color Cylindrical-coordinate representation of color #6FE1B4: hue angle of 156.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1B4 is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 180 | - |
| CMYK | 0.51 | 0 | 0.2 | 0.12 |
| HSL | 156.32º | 0.66% | 0.66% | - |
| HSV(B) | 156.32º | 0.51% | 0.88% | - |
| XYZ | 41.72 | 60.53 | 52.66 | - |
| YUV | 185.78 | 124.73 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 180 | 0.51 | 0 | 0.2 | 0.12 | 156.32 | 0.66 | 0.66 |
| Hex | 6F | E1 | B4 | 33 | 0 | 14 | C | 9C | 42 | 42 |
| Octal | 157 | 341 | 264 | 63 | 0 | 24 | 14 | 234 | 102 | 102 |
| Binary | 1101111 | 11100001 | 10110100 | 110011 | 0 | 10100 | 1100 | 10011100 | 1000010 | 1000010 |
Color Harmonies of #6FE1B4
Complementary color
Monochromatic Colors of #6FE1B4
Black with #6FE1B4
Text Example
Text Example
White with #6FE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1B4; }
p { color: rgb(111,225,180); }
H1.HeaderClassName
{
color: #6FE1B4;
}
.AnyTagClassName
{
color: #6FE1B4;
}
</style>
background-color css
<style>
a { background-color: #6FE1B4; }
a { background-color: rgb(111,225,180); }
div.DivClassName
{
background-color: #6FE1B4;
}
.BgClassName
{
background-color: #6FE1B4;
}
</style>
border-color css
<style>
span { border-color: #6FE1B4; }
span { border-color: rgb(111,225,180); }
td.TdClassName
{
border-color: #6FE1B4;
}
.TagClassName
{
border-color: #6FE1B4;
}
</style>