Shades of Downy #6DCCCC
Tints of Downy #6DCCCC
RGB
CMYK
RGB Variations
Color information
#6DCCCC (or 0x6DCCCC) is known color: Downy. HEX triplet: 6D, CC and CC. RGB value is (109,204,204). Sum of RGB (Red+Green+Blue) = 109+204+204=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #6DCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCCC is #923333. Grayscale: #AFAFAF. Windows color (decimal): -9581364 or 13421677. OLE color: 13421677.
HSL color Cylindrical-coordinate representation of color #6DCCCC: hue angle of 180º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCCC is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 204 | - |
| CMYK | 0.47 | 0 | 0 | 0.2 |
| HSL | 180º | 0.48% | 0.61% | - |
| HSV(B) | 180º | 0.47% | 0.8% | - |
| XYZ | 38.8 | 50.8 | 64.89 | - |
| YUV | 175.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 204 | 0.47 | 0 | 0 | 0.2 | 180 | 0.48 | 0.61 |
| Hex | 6D | CC | CC | 2F | 0 | 0 | 14 | B4 | 30 | 3D |
| Octal | 155 | 314 | 314 | 57 | 0 | 0 | 24 | 264 | 60 | 75 |
| Binary | 1101101 | 11001100 | 11001100 | 101111 | 0 | 0 | 10100 | 10110100 | 110000 | 111101 |
Color Harmonies of #6DCCCC
Complementary color
Monochromatic Colors of #6DCCCC
Black with #6DCCCC
Text Example
Text Example
White with #6DCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCCC; }
p { color: rgb(109,204,204); }
H1.HeaderClassName
{
color: #6DCCCC;
}
.AnyTagClassName
{
color: #6DCCCC;
}
</style>
background-color css
<style>
a { background-color: #6DCCCC; }
a { background-color: rgb(109,204,204); }
div.DivClassName
{
background-color: #6DCCCC;
}
.BgClassName
{
background-color: #6DCCCC;
}
</style>
border-color css
<style>
span { border-color: #6DCCCC; }
span { border-color: rgb(109,204,204); }
td.TdClassName
{
border-color: #6DCCCC;
}
.TagClassName
{
border-color: #6DCCCC;
}
</style>