Shades of Downy #6FE6BA
Tints of Downy #6FE6BA
RGB
CMYK
RGB Variations
Color information
#6FE6BA (or 0x6FE6BA) is known color: Downy. HEX triplet: 6F, E6 and BA. RGB value is (111,230,186). Sum of RGB (Red+Green+Blue) = 111+230+186=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6BA is #901945. Grayscale: #BDBDBD. Windows color (decimal): -9443654 or 12248687. OLE color: 12248687.
HSL color Cylindrical-coordinate representation of color #6FE6BA: hue angle of 157.82º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE6BA is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 230 | 186 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.10 |
| HSL | 157.82º | 0.7% | 0.67% | - |
| HSV(B) | 157.82º | 0.52% | 0.9% | - |
| XYZ | 43.72 | 63.52 | 56.41 | - |
| YUV | 189.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 230 | 186 | 0.52 | 0 | 0.19 | 0.10 | 157.82 | 0.7 | 0.67 |
| Hex | 6F | E6 | BA | 34 | 0 | 13 | A | 9E | 46 | 43 |
| Octal | 157 | 346 | 272 | 64 | 0 | 23 | 12 | 236 | 106 | 103 |
| Binary | 1101111 | 11100110 | 10111010 | 110100 | 0 | 10011 | 1010 | 10011110 | 1000110 | 1000011 |
Color Harmonies of #6FE6BA
Complementary color
Monochromatic Colors of #6FE6BA
Black with #6FE6BA
Text Example
Text Example
White with #6FE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE6BA; }
p { color: rgb(111,230,186); }
H1.HeaderClassName
{
color: #6FE6BA;
}
.AnyTagClassName
{
color: #6FE6BA;
}
</style>
background-color css
<style>
a { background-color: #6FE6BA; }
a { background-color: rgb(111,230,186); }
div.DivClassName
{
background-color: #6FE6BA;
}
.BgClassName
{
background-color: #6FE6BA;
}
</style>
border-color css
<style>
span { border-color: #6FE6BA; }
span { border-color: rgb(111,230,186); }
td.TdClassName
{
border-color: #6FE6BA;
}
.TagClassName
{
border-color: #6FE6BA;
}
</style>