Shades of Downy #6CE4BB
Tints of Downy #6CE4BB
RGB
CMYK
RGB Variations
Color information
#6CE4BB (or 0x6CE4BB) is known color: Downy. HEX triplet: 6C, E4 and BB. RGB value is (108,228,187). Sum of RGB (Red+Green+Blue) = 108+228+187=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #6CE4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE4BB is #931B44. Grayscale: #BBBBBB. Windows color (decimal): -9640773 or 12313708. OLE color: 12313708.
HSL color Cylindrical-coordinate representation of color #6CE4BB: hue angle of 159.5º 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 #6CE4BB is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 228 | 187 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.11 |
| HSL | 159.5º | 0.69% | 0.66% | - |
| HSV(B) | 159.5º | 0.53% | 0.89% | - |
| XYZ | 42.9 | 62.26 | 56.77 | - |
| YUV | 187.45 | 127.74 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 228 | 187 | 0.53 | 0 | 0.18 | 0.11 | 159.5 | 0.69 | 0.66 |
| Hex | 6C | E4 | BB | 35 | 0 | 12 | B | A0 | 45 | 42 |
| Octal | 154 | 344 | 273 | 65 | 0 | 22 | 13 | 240 | 105 | 102 |
| Binary | 1101100 | 11100100 | 10111011 | 110101 | 0 | 10010 | 1011 | 10100000 | 1000101 | 1000010 |
Color Harmonies of #6CE4BB
Complementary color
Monochromatic Colors of #6CE4BB
Black with #6CE4BB
Text Example
Text Example
White with #6CE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE4BB; }
p { color: rgb(108,228,187); }
H1.HeaderClassName
{
color: #6CE4BB;
}
.AnyTagClassName
{
color: #6CE4BB;
}
</style>
background-color css
<style>
a { background-color: #6CE4BB; }
a { background-color: rgb(108,228,187); }
div.DivClassName
{
background-color: #6CE4BB;
}
.BgClassName
{
background-color: #6CE4BB;
}
</style>
border-color css
<style>
span { border-color: #6CE4BB; }
span { border-color: rgb(108,228,187); }
td.TdClassName
{
border-color: #6CE4BB;
}
.TagClassName
{
border-color: #6CE4BB;
}
</style>