Shades of Downy #6CDBCC
Tints of Downy #6CDBCC
RGB
CMYK
RGB Variations
Color information
#6CDBCC (or 0x6CDBCC) is known color: Downy. HEX triplet: 6C, DB and CC. RGB value is (108,219,204). Sum of RGB (Red+Green+Blue) = 108+219+204=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBCC is #932433. Grayscale: #B8B8B8. Windows color (decimal): -9643060 or 13425516. OLE color: 13425516.
HSL color Cylindrical-coordinate representation of color #6CDBCC: hue angle of 171.89º 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 #6CDBCC is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 204 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.14 |
| HSL | 171.89º | 0.61% | 0.64% | - |
| HSV(B) | 171.89º | 0.51% | 0.86% | - |
| XYZ | 42.41 | 58.21 | 66.13 | - |
| YUV | 184.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 204 | 0.51 | 0 | 0.07 | 0.14 | 171.89 | 0.61 | 0.64 |
| Hex | 6C | DB | CC | 33 | 0 | 7 | E | AC | 3D | 40 |
| Octal | 154 | 333 | 314 | 63 | 0 | 7 | 16 | 254 | 75 | 100 |
| Binary | 1101100 | 11011011 | 11001100 | 110011 | 0 | 111 | 1110 | 10101100 | 111101 | 1000000 |
Color Harmonies of #6CDBCC
Complementary color
Monochromatic Colors of #6CDBCC
Black with #6CDBCC
Text Example
Text Example
White with #6CDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBCC; }
p { color: rgb(108,219,204); }
H1.HeaderClassName
{
color: #6CDBCC;
}
.AnyTagClassName
{
color: #6CDBCC;
}
</style>
background-color css
<style>
a { background-color: #6CDBCC; }
a { background-color: rgb(108,219,204); }
div.DivClassName
{
background-color: #6CDBCC;
}
.BgClassName
{
background-color: #6CDBCC;
}
</style>
border-color css
<style>
span { border-color: #6CDBCC; }
span { border-color: rgb(108,219,204); }
td.TdClassName
{
border-color: #6CDBCC;
}
.TagClassName
{
border-color: #6CDBCC;
}
</style>