Shades of Downy #6CE2BD
Tints of Downy #6CE2BD
RGB
CMYK
RGB Variations
Color information
#6CE2BD (or 0x6CE2BD) is known color: Downy. HEX triplet: 6C, E2 and BD. RGB value is (108,226,189). Sum of RGB (Red+Green+Blue) = 108+226+189=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #6CE2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE2BD is #931D42. Grayscale: #BABABA. Windows color (decimal): -9641283 or 12444268. OLE color: 12444268.
HSL color Cylindrical-coordinate representation of color #6CE2BD: hue angle of 161.19º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE2BD is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 226 | 189 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.11 |
| HSL | 161.19º | 0.67% | 0.65% | - |
| HSV(B) | 161.19º | 0.52% | 0.89% | - |
| XYZ | 42.57 | 61.25 | 57.72 | - |
| YUV | 186.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 226 | 189 | 0.52 | 0 | 0.16 | 0.11 | 161.19 | 0.67 | 0.65 |
| Hex | 6C | E2 | BD | 34 | 0 | 10 | B | A1 | 43 | 41 |
| Octal | 154 | 342 | 275 | 64 | 0 | 20 | 13 | 241 | 103 | 101 |
| Binary | 1101100 | 11100010 | 10111101 | 110100 | 0 | 10000 | 1011 | 10100001 | 1000011 | 1000001 |
Color Harmonies of #6CE2BD
Complementary color
Monochromatic Colors of #6CE2BD
Black with #6CE2BD
Text Example
Text Example
White with #6CE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE2BD; }
p { color: rgb(108,226,189); }
H1.HeaderClassName
{
color: #6CE2BD;
}
.AnyTagClassName
{
color: #6CE2BD;
}
</style>
background-color css
<style>
a { background-color: #6CE2BD; }
a { background-color: rgb(108,226,189); }
div.DivClassName
{
background-color: #6CE2BD;
}
.BgClassName
{
background-color: #6CE2BD;
}
</style>
border-color css
<style>
span { border-color: #6CE2BD; }
span { border-color: rgb(108,226,189); }
td.TdClassName
{
border-color: #6CE2BD;
}
.TagClassName
{
border-color: #6CE2BD;
}
</style>