Shades of Downy #6CDCCB
Tints of Downy #6CDCCB
RGB
CMYK
RGB Variations
Color information
#6CDCCB (or 0x6CDCCB) is known color: Downy. HEX triplet: 6C, DC and CB. RGB value is (108,220,203). Sum of RGB (Red+Green+Blue) = 108+220+203=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCCB is #932334. Grayscale: #B8B8B8. Windows color (decimal): -9642805 or 13360236. OLE color: 13360236.
HSL color Cylindrical-coordinate representation of color #6CDCCB: hue angle of 170.89º 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 #6CDCCB is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 203 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.14 |
| HSL | 170.89º | 0.62% | 0.64% | - |
| HSV(B) | 170.89º | 0.51% | 0.86% | - |
| XYZ | 42.56 | 58.69 | 65.58 | - |
| YUV | 184.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 203 | 0.51 | 0 | 0.08 | 0.14 | 170.89 | 0.62 | 0.64 |
| Hex | 6C | DC | CB | 33 | 0 | 8 | E | AB | 3E | 40 |
| Octal | 154 | 334 | 313 | 63 | 0 | 10 | 16 | 253 | 76 | 100 |
| Binary | 1101100 | 11011100 | 11001011 | 110011 | 0 | 1000 | 1110 | 10101011 | 111110 | 1000000 |
Color Harmonies of #6CDCCB
Complementary color
Monochromatic Colors of #6CDCCB
Black with #6CDCCB
Text Example
Text Example
White with #6CDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCCB; }
p { color: rgb(108,220,203); }
H1.HeaderClassName
{
color: #6CDCCB;
}
.AnyTagClassName
{
color: #6CDCCB;
}
</style>
background-color css
<style>
a { background-color: #6CDCCB; }
a { background-color: rgb(108,220,203); }
div.DivClassName
{
background-color: #6CDCCB;
}
.BgClassName
{
background-color: #6CDCCB;
}
</style>
border-color css
<style>
span { border-color: #6CDCCB; }
span { border-color: rgb(108,220,203); }
td.TdClassName
{
border-color: #6CDCCB;
}
.TagClassName
{
border-color: #6CDCCB;
}
</style>