Shades of Downy #6CE7BC
Tints of Downy #6CE7BC
RGB
CMYK
RGB Variations
Color information
#6CE7BC (or 0x6CE7BC) is known color: Downy. HEX triplet: 6C, E7 and BC. RGB value is (108,231,188). Sum of RGB (Red+Green+Blue) = 108+231+188=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #6CE7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE7BC is #931843. Grayscale: #BDBDBD. Windows color (decimal): -9640004 or 12380012. OLE color: 12380012.
HSL color Cylindrical-coordinate representation of color #6CE7BC: hue angle of 159.02º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE7BC is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 231 | 188 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.09 |
| HSL | 159.02º | 0.72% | 0.66% | - |
| HSV(B) | 159.02º | 0.53% | 0.91% | - |
| XYZ | 43.84 | 63.97 | 57.61 | - |
| YUV | 189.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 231 | 188 | 0.53 | 0 | 0.19 | 0.09 | 159.02 | 0.72 | 0.66 |
| Hex | 6C | E7 | BC | 35 | 0 | 13 | 9 | 9F | 48 | 42 |
| Octal | 154 | 347 | 274 | 65 | 0 | 23 | 11 | 237 | 110 | 102 |
| Binary | 1101100 | 11100111 | 10111100 | 110101 | 0 | 10011 | 1001 | 10011111 | 1001000 | 1000010 |
Color Harmonies of #6CE7BC
Complementary color
Monochromatic Colors of #6CE7BC
Black with #6CE7BC
Text Example
Text Example
White with #6CE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE7BC; }
p { color: rgb(108,231,188); }
H1.HeaderClassName
{
color: #6CE7BC;
}
.AnyTagClassName
{
color: #6CE7BC;
}
</style>
background-color css
<style>
a { background-color: #6CE7BC; }
a { background-color: rgb(108,231,188); }
div.DivClassName
{
background-color: #6CE7BC;
}
.BgClassName
{
background-color: #6CE7BC;
}
</style>
border-color css
<style>
span { border-color: #6CE7BC; }
span { border-color: rgb(108,231,188); }
td.TdClassName
{
border-color: #6CE7BC;
}
.TagClassName
{
border-color: #6CE7BC;
}
</style>