Shades of Downy #6CEBCD
Tints of Downy #6CEBCD
RGB
CMYK
RGB Variations
Color information
#6CEBCD (or 0x6CEBCD) is known color: Downy. HEX triplet: 6C, EB and CD. RGB value is (108,235,205). Sum of RGB (Red+Green+Blue) = 108+235+205=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBCD is #931432. Grayscale: #C1C1C1. Windows color (decimal): -9638963 or 13495148. OLE color: 13495148.
HSL color Cylindrical-coordinate representation of color #6CEBCD: hue angle of 165.83º 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 #6CEBCD is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 205 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.08 |
| HSL | 165.83º | 0.76% | 0.67% | - |
| HSV(B) | 165.83º | 0.54% | 0.92% | - |
| XYZ | 46.91 | 67.01 | 68.22 | - |
| YUV | 193.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 205 | 0.54 | 0 | 0.13 | 0.08 | 165.83 | 0.76 | 0.67 |
| Hex | 6C | EB | CD | 36 | 0 | D | 8 | A6 | 4C | 43 |
| Octal | 154 | 353 | 315 | 66 | 0 | 15 | 10 | 246 | 114 | 103 |
| Binary | 1101100 | 11101011 | 11001101 | 110110 | 0 | 1101 | 1000 | 10100110 | 1001100 | 1000011 |
Color Harmonies of #6CEBCD
Complementary color
Monochromatic Colors of #6CEBCD
Black with #6CEBCD
Text Example
Text Example
White with #6CEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBCD; }
p { color: rgb(108,235,205); }
H1.HeaderClassName
{
color: #6CEBCD;
}
.AnyTagClassName
{
color: #6CEBCD;
}
</style>
background-color css
<style>
a { background-color: #6CEBCD; }
a { background-color: rgb(108,235,205); }
div.DivClassName
{
background-color: #6CEBCD;
}
.BgClassName
{
background-color: #6CEBCD;
}
</style>
border-color css
<style>
span { border-color: #6CEBCD; }
span { border-color: rgb(108,235,205); }
td.TdClassName
{
border-color: #6CEBCD;
}
.TagClassName
{
border-color: #6CEBCD;
}
</style>