Shades of Downy #6CE1B9
Tints of Downy #6CE1B9
RGB
CMYK
RGB Variations
Color information
#6CE1B9 (or 0x6CE1B9) is known color: Downy. HEX triplet: 6C, E1 and B9. RGB value is (108,225,185). Sum of RGB (Red+Green+Blue) = 108+225+185=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1B9 is #931E46. Grayscale: #B9B9B9. Windows color (decimal): -9641543 or 12181868. OLE color: 12181868.
HSL color Cylindrical-coordinate representation of color #6CE1B9: hue angle of 159.49º degrees, saturation: 0.66, 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 #6CE1B9 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 225 | 185 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.12 |
| HSL | 159.49º | 0.66% | 0.65% | - |
| HSV(B) | 159.49º | 0.52% | 0.88% | - |
| XYZ | 41.87 | 60.54 | 55.38 | - |
| YUV | 185.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 225 | 185 | 0.52 | 0 | 0.18 | 0.12 | 159.49 | 0.66 | 0.65 |
| Hex | 6C | E1 | B9 | 34 | 0 | 12 | C | 9F | 42 | 41 |
| Octal | 154 | 341 | 271 | 64 | 0 | 22 | 14 | 237 | 102 | 101 |
| Binary | 1101100 | 11100001 | 10111001 | 110100 | 0 | 10010 | 1100 | 10011111 | 1000010 | 1000001 |
Color Harmonies of #6CE1B9
Complementary color
Monochromatic Colors of #6CE1B9
Black with #6CE1B9
Text Example
Text Example
White with #6CE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE1B9; }
p { color: rgb(108,225,185); }
H1.HeaderClassName
{
color: #6CE1B9;
}
.AnyTagClassName
{
color: #6CE1B9;
}
</style>
background-color css
<style>
a { background-color: #6CE1B9; }
a { background-color: rgb(108,225,185); }
div.DivClassName
{
background-color: #6CE1B9;
}
.BgClassName
{
background-color: #6CE1B9;
}
</style>
border-color css
<style>
span { border-color: #6CE1B9; }
span { border-color: rgb(108,225,185); }
td.TdClassName
{
border-color: #6CE1B9;
}
.TagClassName
{
border-color: #6CE1B9;
}
</style>