Shades of Downy #6CDBCB
Tints of Downy #6CDBCB
RGB
CMYK
RGB Variations
Color information
#6CDBCB (or 0x6CDBCB) is known color: Downy. HEX triplet: 6C, DB and CB. RGB value is (108,219,203). Sum of RGB (Red+Green+Blue) = 108+219+203=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBCB is #932434. Grayscale: #B7B7B7. Windows color (decimal): -9643061 or 13359980. OLE color: 13359980.
HSL color Cylindrical-coordinate representation of color #6CDBCB: hue angle of 171.35º degrees, saturation: 0.61, 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 #6CDBCB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 203 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.14 |
| HSL | 171.35º | 0.61% | 0.64% | - |
| HSV(B) | 171.35º | 0.51% | 0.86% | - |
| XYZ | 42.3 | 58.16 | 65.5 | - |
| YUV | 183.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 203 | 0.51 | 0 | 0.07 | 0.14 | 171.35 | 0.61 | 0.64 |
| Hex | 6C | DB | CB | 33 | 0 | 7 | E | AB | 3D | 40 |
| Octal | 154 | 333 | 313 | 63 | 0 | 7 | 16 | 253 | 75 | 100 |
| Binary | 1101100 | 11011011 | 11001011 | 110011 | 0 | 111 | 1110 | 10101011 | 111101 | 1000000 |
Color Harmonies of #6CDBCB
Complementary color
Monochromatic Colors of #6CDBCB
Black with #6CDBCB
Text Example
Text Example
White with #6CDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBCB; }
p { color: rgb(108,219,203); }
H1.HeaderClassName
{
color: #6CDBCB;
}
.AnyTagClassName
{
color: #6CDBCB;
}
</style>
background-color css
<style>
a { background-color: #6CDBCB; }
a { background-color: rgb(108,219,203); }
div.DivClassName
{
background-color: #6CDBCB;
}
.BgClassName
{
background-color: #6CDBCB;
}
</style>
border-color css
<style>
span { border-color: #6CDBCB; }
span { border-color: rgb(108,219,203); }
td.TdClassName
{
border-color: #6CDBCB;
}
.TagClassName
{
border-color: #6CDBCB;
}
</style>