Shades of Downy #6CE0BA
Tints of Downy #6CE0BA
RGB
CMYK
RGB Variations
Color information
#6CE0BA (or 0x6CE0BA) is known color: Downy. HEX triplet: 6C, E0 and BA. RGB value is (108,224,186). Sum of RGB (Red+Green+Blue) = 108+224+186=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE0BA is #931F45. Grayscale: #B9B9B9. Windows color (decimal): -9641798 or 12247148. OLE color: 12247148.
HSL color Cylindrical-coordinate representation of color #6CE0BA: hue angle of 160.34º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE0BA is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 186 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.12 |
| HSL | 160.34º | 0.65% | 0.65% | - |
| HSV(B) | 160.34º | 0.52% | 0.88% | - |
| XYZ | 41.7 | 60.04 | 55.85 | - |
| YUV | 184.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 186 | 0.52 | 0 | 0.17 | 0.12 | 160.34 | 0.65 | 0.65 |
| Hex | 6C | E0 | BA | 34 | 0 | 11 | C | A0 | 41 | 41 |
| Octal | 154 | 340 | 272 | 64 | 0 | 21 | 14 | 240 | 101 | 101 |
| Binary | 1101100 | 11100000 | 10111010 | 110100 | 0 | 10001 | 1100 | 10100000 | 1000001 | 1000001 |
Color Harmonies of #6CE0BA
Complementary color
Monochromatic Colors of #6CE0BA
Black with #6CE0BA
Text Example
Text Example
White with #6CE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE0BA; }
p { color: rgb(108,224,186); }
H1.HeaderClassName
{
color: #6CE0BA;
}
.AnyTagClassName
{
color: #6CE0BA;
}
</style>
background-color css
<style>
a { background-color: #6CE0BA; }
a { background-color: rgb(108,224,186); }
div.DivClassName
{
background-color: #6CE0BA;
}
.BgClassName
{
background-color: #6CE0BA;
}
</style>
border-color css
<style>
span { border-color: #6CE0BA; }
span { border-color: rgb(108,224,186); }
td.TdClassName
{
border-color: #6CE0BA;
}
.TagClassName
{
border-color: #6CE0BA;
}
</style>