Shades of Downy #6CEBBC
Tints of Downy #6CEBBC
RGB
CMYK
RGB Variations
Color information
#6CEBBC (or 0x6CEBBC) is known color: Downy. HEX triplet: 6C, EB and BC. RGB value is (108,235,188). Sum of RGB (Red+Green+Blue) = 108+235+188=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBBC is #931443. Grayscale: #BFBFBF. Windows color (decimal): -9638980 or 12381036. OLE color: 12381036.
HSL color Cylindrical-coordinate representation of color #6CEBBC: hue angle of 157.8º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEBBC is Cyan = 0.54, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 188 | - |
| CMYK | 0.54 | 0 | 0.2 | 0.08 |
| HSL | 157.8º | 0.76% | 0.67% | - |
| HSV(B) | 157.8º | 0.54% | 0.92% | - |
| XYZ | 44.97 | 66.24 | 57.99 | - |
| YUV | 191.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 188 | 0.54 | 0 | 0.2 | 0.08 | 157.8 | 0.76 | 0.67 |
| Hex | 6C | EB | BC | 36 | 0 | 14 | 8 | 9E | 4C | 43 |
| Octal | 154 | 353 | 274 | 66 | 0 | 24 | 10 | 236 | 114 | 103 |
| Binary | 1101100 | 11101011 | 10111100 | 110110 | 0 | 10100 | 1000 | 10011110 | 1001100 | 1000011 |
Color Harmonies of #6CEBBC
Complementary color
Monochromatic Colors of #6CEBBC
Black with #6CEBBC
Text Example
Text Example
White with #6CEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBBC; }
p { color: rgb(108,235,188); }
H1.HeaderClassName
{
color: #6CEBBC;
}
.AnyTagClassName
{
color: #6CEBBC;
}
</style>
background-color css
<style>
a { background-color: #6CEBBC; }
a { background-color: rgb(108,235,188); }
div.DivClassName
{
background-color: #6CEBBC;
}
.BgClassName
{
background-color: #6CEBBC;
}
</style>
border-color css
<style>
span { border-color: #6CEBBC; }
span { border-color: rgb(108,235,188); }
td.TdClassName
{
border-color: #6CEBBC;
}
.TagClassName
{
border-color: #6CEBBC;
}
</style>