Shades of Downy #6CEBCB
Tints of Downy #6CEBCB
RGB
CMYK
RGB Variations
Color information
#6CEBCB (or 0x6CEBCB) is known color: Downy. HEX triplet: 6C, EB and CB. RGB value is (108,235,203). Sum of RGB (Red+Green+Blue) = 108+235+203=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBCB is #931434. Grayscale: #C1C1C1. Windows color (decimal): -9638965 or 13364076. OLE color: 13364076.
HSL color Cylindrical-coordinate representation of color #6CEBCB: hue angle of 164.88º 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 #6CEBCB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 203 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.08 |
| HSL | 164.88º | 0.76% | 0.67% | - |
| HSV(B) | 164.88º | 0.54% | 0.92% | - |
| XYZ | 46.67 | 66.92 | 66.96 | - |
| YUV | 193.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 203 | 0.54 | 0 | 0.14 | 0.08 | 164.88 | 0.76 | 0.67 |
| Hex | 6C | EB | CB | 36 | 0 | E | 8 | A5 | 4C | 43 |
| Octal | 154 | 353 | 313 | 66 | 0 | 16 | 10 | 245 | 114 | 103 |
| Binary | 1101100 | 11101011 | 11001011 | 110110 | 0 | 1110 | 1000 | 10100101 | 1001100 | 1000011 |
Color Harmonies of #6CEBCB
Complementary color
Monochromatic Colors of #6CEBCB
Black with #6CEBCB
Text Example
Text Example
White with #6CEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBCB; }
p { color: rgb(108,235,203); }
H1.HeaderClassName
{
color: #6CEBCB;
}
.AnyTagClassName
{
color: #6CEBCB;
}
</style>
background-color css
<style>
a { background-color: #6CEBCB; }
a { background-color: rgb(108,235,203); }
div.DivClassName
{
background-color: #6CEBCB;
}
.BgClassName
{
background-color: #6CEBCB;
}
</style>
border-color css
<style>
span { border-color: #6CEBCB; }
span { border-color: rgb(108,235,203); }
td.TdClassName
{
border-color: #6CEBCB;
}
.TagClassName
{
border-color: #6CEBCB;
}
</style>