Shades of Downy #6CE4BE
Tints of Downy #6CE4BE
RGB
CMYK
RGB Variations
Color information
#6CE4BE (or 0x6CE4BE) is known color: Downy. HEX triplet: 6C, E4 and BE. RGB value is (108,228,190). Sum of RGB (Red+Green+Blue) = 108+228+190=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #6CE4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE4BE is #931B41. Grayscale: #BBBBBB. Windows color (decimal): -9640770 or 12510316. OLE color: 12510316.
HSL color Cylindrical-coordinate representation of color #6CE4BE: hue angle of 161º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE4BE is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 228 | 190 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.11 |
| HSL | 161º | 0.69% | 0.66% | - |
| HSV(B) | 161º | 0.53% | 0.89% | - |
| XYZ | 43.22 | 62.39 | 58.48 | - |
| YUV | 187.79 | 129.24 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 228 | 190 | 0.53 | 0 | 0.17 | 0.11 | 161 | 0.69 | 0.66 |
| Hex | 6C | E4 | BE | 35 | 0 | 11 | B | A1 | 45 | 42 |
| Octal | 154 | 344 | 276 | 65 | 0 | 21 | 13 | 241 | 105 | 102 |
| Binary | 1101100 | 11100100 | 10111110 | 110101 | 0 | 10001 | 1011 | 10100001 | 1000101 | 1000010 |
Color Harmonies of #6CE4BE
Complementary color
Monochromatic Colors of #6CE4BE
Black with #6CE4BE
Text Example
Text Example
White with #6CE4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE4BE; }
p { color: rgb(108,228,190); }
H1.HeaderClassName
{
color: #6CE4BE;
}
.AnyTagClassName
{
color: #6CE4BE;
}
</style>
background-color css
<style>
a { background-color: #6CE4BE; }
a { background-color: rgb(108,228,190); }
div.DivClassName
{
background-color: #6CE4BE;
}
.BgClassName
{
background-color: #6CE4BE;
}
</style>
border-color css
<style>
span { border-color: #6CE4BE; }
span { border-color: rgb(108,228,190); }
td.TdClassName
{
border-color: #6CE4BE;
}
.TagClassName
{
border-color: #6CE4BE;
}
</style>