Shades of Downy #6CDCBE
Tints of Downy #6CDCBE
RGB
CMYK
RGB Variations
Color information
#6CDCBE (or 0x6CDCBE) is known color: Downy. HEX triplet: 6C, DC and BE. RGB value is (108,220,190). Sum of RGB (Red+Green+Blue) = 108+220+190=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCBE is #932341. Grayscale: #B7B7B7. Windows color (decimal): -9642818 or 12508268. OLE color: 12508268.
HSL color Cylindrical-coordinate representation of color #6CDCBE: hue angle of 163.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCBE is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 190 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.14 |
| HSL | 163.93º | 0.62% | 0.64% | - |
| HSV(B) | 163.93º | 0.51% | 0.86% | - |
| XYZ | 41.07 | 58.09 | 57.76 | - |
| YUV | 183.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 190 | 0.51 | 0 | 0.14 | 0.14 | 163.93 | 0.62 | 0.64 |
| Hex | 6C | DC | BE | 33 | 0 | E | E | A4 | 3E | 40 |
| Octal | 154 | 334 | 276 | 63 | 0 | 16 | 16 | 244 | 76 | 100 |
| Binary | 1101100 | 11011100 | 10111110 | 110011 | 0 | 1110 | 1110 | 10100100 | 111110 | 1000000 |
Color Harmonies of #6CDCBE
Complementary color
Monochromatic Colors of #6CDCBE
Black with #6CDCBE
Text Example
Text Example
White with #6CDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCBE; }
p { color: rgb(108,220,190); }
H1.HeaderClassName
{
color: #6CDCBE;
}
.AnyTagClassName
{
color: #6CDCBE;
}
</style>
background-color css
<style>
a { background-color: #6CDCBE; }
a { background-color: rgb(108,220,190); }
div.DivClassName
{
background-color: #6CDCBE;
}
.BgClassName
{
background-color: #6CDCBE;
}
</style>
border-color css
<style>
span { border-color: #6CDCBE; }
span { border-color: rgb(108,220,190); }
td.TdClassName
{
border-color: #6CDCBE;
}
.TagClassName
{
border-color: #6CDCBE;
}
</style>