Shades of Downy #6FEACB
Tints of Downy #6FEACB
RGB
CMYK
RGB Variations
Color information
#6FEACB (or 0x6FEACB) is known color: Downy. HEX triplet: 6F, EA and CB. RGB value is (111,234,203). Sum of RGB (Red+Green+Blue) = 111+234+203=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEACB is #901534. Grayscale: #C1C1C1. Windows color (decimal): -9442613 or 13363823. OLE color: 13363823.
HSL color Cylindrical-coordinate representation of color #6FEACB: hue angle of 164.88º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEACB is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 203 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.08 |
| HSL | 164.88º | 0.75% | 0.68% | - |
| HSV(B) | 164.88º | 0.53% | 0.92% | - |
| XYZ | 46.76 | 66.54 | 66.88 | - |
| YUV | 193.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 203 | 0.53 | 0 | 0.13 | 0.08 | 164.88 | 0.75 | 0.68 |
| Hex | 6F | EA | CB | 35 | 0 | D | 8 | A5 | 4B | 44 |
| Octal | 157 | 352 | 313 | 65 | 0 | 15 | 10 | 245 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11001011 | 110101 | 0 | 1101 | 1000 | 10100101 | 1001011 | 1000100 |
Color Harmonies of #6FEACB
Complementary color
Monochromatic Colors of #6FEACB
Black with #6FEACB
Text Example
Text Example
White with #6FEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEACB; }
p { color: rgb(111,234,203); }
H1.HeaderClassName
{
color: #6FEACB;
}
.AnyTagClassName
{
color: #6FEACB;
}
</style>
background-color css
<style>
a { background-color: #6FEACB; }
a { background-color: rgb(111,234,203); }
div.DivClassName
{
background-color: #6FEACB;
}
.BgClassName
{
background-color: #6FEACB;
}
</style>
border-color css
<style>
span { border-color: #6FEACB; }
span { border-color: rgb(111,234,203); }
td.TdClassName
{
border-color: #6FEACB;
}
.TagClassName
{
border-color: #6FEACB;
}
</style>