Shades of Downy #6CE4BA
Tints of Downy #6CE4BA
RGB
CMYK
RGB Variations
Color information
#6CE4BA (or 0x6CE4BA) is known color: Downy. HEX triplet: 6C, E4 and BA. RGB value is (108,228,186). Sum of RGB (Red+Green+Blue) = 108+228+186=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #6CE4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE4BA is #931B45. Grayscale: #BBBBBB. Windows color (decimal): -9640774 or 12248172. OLE color: 12248172.
HSL color Cylindrical-coordinate representation of color #6CE4BA: hue angle of 159º 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 #6CE4BA is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 228 | 186 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.11 |
| HSL | 159º | 0.69% | 0.66% | - |
| HSV(B) | 159º | 0.53% | 0.89% | - |
| XYZ | 42.79 | 62.22 | 56.21 | - |
| YUV | 187.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 228 | 186 | 0.53 | 0 | 0.18 | 0.11 | 159 | 0.69 | 0.66 |
| Hex | 6C | E4 | BA | 35 | 0 | 12 | B | 9F | 45 | 42 |
| Octal | 154 | 344 | 272 | 65 | 0 | 22 | 13 | 237 | 105 | 102 |
| Binary | 1101100 | 11100100 | 10111010 | 110101 | 0 | 10010 | 1011 | 10011111 | 1000101 | 1000010 |
Color Harmonies of #6CE4BA
Complementary color
Monochromatic Colors of #6CE4BA
Black with #6CE4BA
Text Example
Text Example
White with #6CE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE4BA; }
p { color: rgb(108,228,186); }
H1.HeaderClassName
{
color: #6CE4BA;
}
.AnyTagClassName
{
color: #6CE4BA;
}
</style>
background-color css
<style>
a { background-color: #6CE4BA; }
a { background-color: rgb(108,228,186); }
div.DivClassName
{
background-color: #6CE4BA;
}
.BgClassName
{
background-color: #6CE4BA;
}
</style>
border-color css
<style>
span { border-color: #6CE4BA; }
span { border-color: rgb(108,228,186); }
td.TdClassName
{
border-color: #6CE4BA;
}
.TagClassName
{
border-color: #6CE4BA;
}
</style>