Shades of Downy #6CE6BF
Tints of Downy #6CE6BF
RGB
CMYK
RGB Variations
Color information
#6CE6BF (or 0x6CE6BF) is known color: Downy. HEX triplet: 6C, E6 and BF. RGB value is (108,230,191). Sum of RGB (Red+Green+Blue) = 108+230+191=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE6BF is #931940. Grayscale: #BDBDBD. Windows color (decimal): -9640257 or 12576364. OLE color: 12576364.
HSL color Cylindrical-coordinate representation of color #6CE6BF: hue angle of 160.82º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE6BF is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 108 | 230 | 191 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.10 |
| HSL | 160.82º | 0.71% | 0.66% | - |
| HSV(B) | 160.82º | 0.53% | 0.9% | - |
| XYZ | 43.89 | 63.54 | 59.24 | - |
| YUV | 189.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 230 | 191 | 0.53 | 0 | 0.17 | 0.10 | 160.82 | 0.71 | 0.66 |
| Hex | 6C | E6 | BF | 35 | 0 | 11 | A | A1 | 47 | 42 |
| Octal | 154 | 346 | 277 | 65 | 0 | 21 | 12 | 241 | 107 | 102 |
| Binary | 1101100 | 11100110 | 10111111 | 110101 | 0 | 10001 | 1010 | 10100001 | 1000111 | 1000010 |
Color Harmonies of #6CE6BF
Complementary color
Monochromatic Colors of #6CE6BF
Black with #6CE6BF
Text Example
Text Example
White with #6CE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE6BF; }
p { color: rgb(108,230,191); }
H1.HeaderClassName
{
color: #6CE6BF;
}
.AnyTagClassName
{
color: #6CE6BF;
}
</style>
background-color css
<style>
a { background-color: #6CE6BF; }
a { background-color: rgb(108,230,191); }
div.DivClassName
{
background-color: #6CE6BF;
}
.BgClassName
{
background-color: #6CE6BF;
}
</style>
border-color css
<style>
span { border-color: #6CE6BF; }
span { border-color: rgb(108,230,191); }
td.TdClassName
{
border-color: #6CE6BF;
}
.TagClassName
{
border-color: #6CE6BF;
}
</style>