Shades of Downy #6CDFCC
Tints of Downy #6CDFCC
RGB
CMYK
RGB Variations
Color information
#6CDFCC (or 0x6CDFCC) is known color: Downy. HEX triplet: 6C, DF and CC. RGB value is (108,223,204). Sum of RGB (Red+Green+Blue) = 108+223+204=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFCC is #932033. Grayscale: #BABABA. Windows color (decimal): -9642036 or 13426540. OLE color: 13426540.
HSL color Cylindrical-coordinate representation of color #6CDFCC: hue angle of 170.09º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDFCC is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 204 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.13 |
| HSL | 170.09º | 0.64% | 0.65% | - |
| HSV(B) | 170.09º | 0.52% | 0.87% | - |
| XYZ | 43.47 | 60.32 | 66.48 | - |
| YUV | 186.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 204 | 0.52 | 0 | 0.09 | 0.13 | 170.09 | 0.64 | 0.65 |
| Hex | 6C | DF | CC | 34 | 0 | 9 | D | AA | 40 | 41 |
| Octal | 154 | 337 | 314 | 64 | 0 | 11 | 15 | 252 | 100 | 101 |
| Binary | 1101100 | 11011111 | 11001100 | 110100 | 0 | 1001 | 1101 | 10101010 | 1000000 | 1000001 |
Color Harmonies of #6CDFCC
Complementary color
Monochromatic Colors of #6CDFCC
Black with #6CDFCC
Text Example
Text Example
White with #6CDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDFCC; }
p { color: rgb(108,223,204); }
H1.HeaderClassName
{
color: #6CDFCC;
}
.AnyTagClassName
{
color: #6CDFCC;
}
</style>
background-color css
<style>
a { background-color: #6CDFCC; }
a { background-color: rgb(108,223,204); }
div.DivClassName
{
background-color: #6CDFCC;
}
.BgClassName
{
background-color: #6CDFCC;
}
</style>
border-color css
<style>
span { border-color: #6CDFCC; }
span { border-color: rgb(108,223,204); }
td.TdClassName
{
border-color: #6CDFCC;
}
.TagClassName
{
border-color: #6CDFCC;
}
</style>