Shades of Downy #6FE1D4
Tints of Downy #6FE1D4
RGB
CMYK
RGB Variations
Color information
#6FE1D4 (or 0x6FE1D4) is known color: Downy. HEX triplet: 6F, E1 and D4. RGB value is (111,225,212). Sum of RGB (Red+Green+Blue) = 111+225+212=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1D4 is #901E2B. Grayscale: #BDBDBD. Windows color (decimal): -9444908 or 13951343. OLE color: 13951343.
HSL color Cylindrical-coordinate representation of color #6FE1D4: hue angle of 173.16º 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 #6FE1D4 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 212 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.12 |
| HSL | 173.16º | 0.66% | 0.66% | - |
| HSV(B) | 173.16º | 0.51% | 0.88% | - |
| XYZ | 45.36 | 61.98 | 71.86 | - |
| YUV | 189.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 212 | 0.51 | 0 | 0.06 | 0.12 | 173.16 | 0.66 | 0.66 |
| Hex | 6F | E1 | D4 | 33 | 0 | 6 | C | AD | 42 | 42 |
| Octal | 157 | 341 | 324 | 63 | 0 | 6 | 14 | 255 | 102 | 102 |
| Binary | 1101111 | 11100001 | 11010100 | 110011 | 0 | 110 | 1100 | 10101101 | 1000010 | 1000010 |
Color Harmonies of #6FE1D4
Complementary color
Monochromatic Colors of #6FE1D4
Black with #6FE1D4
Text Example
Text Example
White with #6FE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1D4; }
p { color: rgb(111,225,212); }
H1.HeaderClassName
{
color: #6FE1D4;
}
.AnyTagClassName
{
color: #6FE1D4;
}
</style>
background-color css
<style>
a { background-color: #6FE1D4; }
a { background-color: rgb(111,225,212); }
div.DivClassName
{
background-color: #6FE1D4;
}
.BgClassName
{
background-color: #6FE1D4;
}
</style>
border-color css
<style>
span { border-color: #6FE1D4; }
span { border-color: rgb(111,225,212); }
td.TdClassName
{
border-color: #6FE1D4;
}
.TagClassName
{
border-color: #6FE1D4;
}
</style>