Shades of Downy #6FEBBA
Tints of Downy #6FEBBA
RGB
CMYK
RGB Variations
Color information
#6FEBBA (or 0x6FEBBA) is known color: Downy. HEX triplet: 6F, EB and BA. RGB value is (111,235,186). Sum of RGB (Red+Green+Blue) = 111+235+186=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBBA is #901445. Grayscale: #C0C0C0. Windows color (decimal): -9442374 or 12249967. OLE color: 12249967.
HSL color Cylindrical-coordinate representation of color #6FEBBA: hue angle of 156.29º degrees, saturation: 0.76, 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 #6FEBBA is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 235 | 186 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.08 |
| HSL | 156.29º | 0.76% | 0.68% | - |
| HSV(B) | 156.29º | 0.53% | 0.92% | - |
| XYZ | 45.13 | 66.34 | 56.88 | - |
| YUV | 192.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 186 | 0.53 | 0 | 0.21 | 0.08 | 156.29 | 0.76 | 0.68 |
| Hex | 6F | EB | BA | 35 | 0 | 15 | 8 | 9C | 4C | 44 |
| Octal | 157 | 353 | 272 | 65 | 0 | 25 | 10 | 234 | 114 | 104 |
| Binary | 1101111 | 11101011 | 10111010 | 110101 | 0 | 10101 | 1000 | 10011100 | 1001100 | 1000100 |
Color Harmonies of #6FEBBA
Complementary color
Monochromatic Colors of #6FEBBA
Black with #6FEBBA
Text Example
Text Example
White with #6FEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBBA; }
p { color: rgb(111,235,186); }
H1.HeaderClassName
{
color: #6FEBBA;
}
.AnyTagClassName
{
color: #6FEBBA;
}
</style>
background-color css
<style>
a { background-color: #6FEBBA; }
a { background-color: rgb(111,235,186); }
div.DivClassName
{
background-color: #6FEBBA;
}
.BgClassName
{
background-color: #6FEBBA;
}
</style>
border-color css
<style>
span { border-color: #6FEBBA; }
span { border-color: rgb(111,235,186); }
td.TdClassName
{
border-color: #6FEBBA;
}
.TagClassName
{
border-color: #6FEBBA;
}
</style>