Shades of Downy #6FD4C1
Tints of Downy #6FD4C1
RGB
CMYK
RGB Variations
Color information
#6FD4C1 (or 0x6FD4C1) is known color: Downy. HEX triplet: 6F, D4 and C1. RGB value is (111,212,193). Sum of RGB (Red+Green+Blue) = 111+212+193=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4C1 is #902B3E. Grayscale: #B3B3B3. Windows color (decimal): -9448255 or 12702831. OLE color: 12702831.
HSL color Cylindrical-coordinate representation of color #6FD4C1: hue angle of 168.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4C1 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 193 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.17 |
| HSL | 168.71º | 0.54% | 0.63% | - |
| HSV(B) | 168.71º | 0.48% | 0.83% | - |
| XYZ | 39.72 | 54.32 | 58.84 | - |
| YUV | 179.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 193 | 0.48 | 0 | 0.09 | 0.17 | 168.71 | 0.54 | 0.63 |
| Hex | 6F | D4 | C1 | 30 | 0 | 9 | 11 | A9 | 36 | 3F |
| Octal | 157 | 324 | 301 | 60 | 0 | 11 | 21 | 251 | 66 | 77 |
| Binary | 1101111 | 11010100 | 11000001 | 110000 | 0 | 1001 | 10001 | 10101001 | 110110 | 111111 |
Color Harmonies of #6FD4C1
Complementary color
Monochromatic Colors of #6FD4C1
Black with #6FD4C1
Text Example
Text Example
White with #6FD4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4C1; }
p { color: rgb(111,212,193); }
H1.HeaderClassName
{
color: #6FD4C1;
}
.AnyTagClassName
{
color: #6FD4C1;
}
</style>
background-color css
<style>
a { background-color: #6FD4C1; }
a { background-color: rgb(111,212,193); }
div.DivClassName
{
background-color: #6FD4C1;
}
.BgClassName
{
background-color: #6FD4C1;
}
</style>
border-color css
<style>
span { border-color: #6FD4C1; }
span { border-color: rgb(111,212,193); }
td.TdClassName
{
border-color: #6FD4C1;
}
.TagClassName
{
border-color: #6FD4C1;
}
</style>