Shades of Downy #6CEBC1
Tints of Downy #6CEBC1
RGB
CMYK
RGB Variations
Color information
#6CEBC1 (or 0x6CEBC1) is known color: Downy. HEX triplet: 6C, EB and C1. RGB value is (108,235,193). Sum of RGB (Red+Green+Blue) = 108+235+193=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBC1 is #93143E. Grayscale: #C0C0C0. Windows color (decimal): -9638975 or 12708716. OLE color: 12708716.
HSL color Cylindrical-coordinate representation of color #6CEBC1: hue angle of 160.16º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEBC1 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 193 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.08 |
| HSL | 160.16º | 0.76% | 0.67% | - |
| HSV(B) | 160.16º | 0.54% | 0.92% | - |
| XYZ | 45.52 | 66.46 | 60.88 | - |
| YUV | 192.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 193 | 0.54 | 0 | 0.18 | 0.08 | 160.16 | 0.76 | 0.67 |
| Hex | 6C | EB | C1 | 36 | 0 | 12 | 8 | A0 | 4C | 43 |
| Octal | 154 | 353 | 301 | 66 | 0 | 22 | 10 | 240 | 114 | 103 |
| Binary | 1101100 | 11101011 | 11000001 | 110110 | 0 | 10010 | 1000 | 10100000 | 1001100 | 1000011 |
Color Harmonies of #6CEBC1
Complementary color
Monochromatic Colors of #6CEBC1
Black with #6CEBC1
Text Example
Text Example
White with #6CEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBC1; }
p { color: rgb(108,235,193); }
H1.HeaderClassName
{
color: #6CEBC1;
}
.AnyTagClassName
{
color: #6CEBC1;
}
</style>
background-color css
<style>
a { background-color: #6CEBC1; }
a { background-color: rgb(108,235,193); }
div.DivClassName
{
background-color: #6CEBC1;
}
.BgClassName
{
background-color: #6CEBC1;
}
</style>
border-color css
<style>
span { border-color: #6CEBC1; }
span { border-color: rgb(108,235,193); }
td.TdClassName
{
border-color: #6CEBC1;
}
.TagClassName
{
border-color: #6CEBC1;
}
</style>