Shades of Downy #6CE0BE
Tints of Downy #6CE0BE
RGB
CMYK
RGB Variations
Color information
#6CE0BE (or 0x6CE0BE) is known color: Downy. HEX triplet: 6C, E0 and BE. RGB value is (108,224,190). Sum of RGB (Red+Green+Blue) = 108+224+190=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE0BE is #931F41. Grayscale: #B9B9B9. Windows color (decimal): -9641794 or 12509292. OLE color: 12509292.
HSL color Cylindrical-coordinate representation of color #6CE0BE: hue angle of 162.41º 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 #6CE0BE is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 190 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.12 |
| HSL | 162.41º | 0.65% | 0.65% | - |
| HSV(B) | 162.41º | 0.52% | 0.88% | - |
| XYZ | 42.13 | 60.22 | 58.12 | - |
| YUV | 185.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 190 | 0.52 | 0 | 0.15 | 0.12 | 162.41 | 0.65 | 0.65 |
| Hex | 6C | E0 | BE | 34 | 0 | F | C | A2 | 41 | 41 |
| Octal | 154 | 340 | 276 | 64 | 0 | 17 | 14 | 242 | 101 | 101 |
| Binary | 1101100 | 11100000 | 10111110 | 110100 | 0 | 1111 | 1100 | 10100010 | 1000001 | 1000001 |
Color Harmonies of #6CE0BE
Complementary color
Monochromatic Colors of #6CE0BE
Black with #6CE0BE
Text Example
Text Example
White with #6CE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE0BE; }
p { color: rgb(108,224,190); }
H1.HeaderClassName
{
color: #6CE0BE;
}
.AnyTagClassName
{
color: #6CE0BE;
}
</style>
background-color css
<style>
a { background-color: #6CE0BE; }
a { background-color: rgb(108,224,190); }
div.DivClassName
{
background-color: #6CE0BE;
}
.BgClassName
{
background-color: #6CE0BE;
}
</style>
border-color css
<style>
span { border-color: #6CE0BE; }
span { border-color: rgb(108,224,190); }
td.TdClassName
{
border-color: #6CE0BE;
}
.TagClassName
{
border-color: #6CE0BE;
}
</style>