Shades of Downy #6CCECC
Tints of Downy #6CCECC
RGB
CMYK
RGB Variations
Color information
#6CCECC (or 0x6CCECC) is known color: Downy. HEX triplet: 6C, CE and CC. RGB value is (108,206,204). Sum of RGB (Red+Green+Blue) = 108+206+204=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCECC is #933133. Grayscale: #B0B0B0. Windows color (decimal): -9646388 or 13422188. OLE color: 13422188.
HSL color Cylindrical-coordinate representation of color #6CCECC: hue angle of 178.78º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCECC is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 204 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.19 |
| HSL | 178.78º | 0.5% | 0.62% | - |
| HSV(B) | 178.78º | 0.48% | 0.81% | - |
| XYZ | 39.15 | 51.69 | 65.04 | - |
| YUV | 176.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 204 | 0.48 | 0 | 0.01 | 0.19 | 178.78 | 0.5 | 0.62 |
| Hex | 6C | CE | CC | 30 | 0 | 1 | 13 | B3 | 32 | 3E |
| Octal | 154 | 316 | 314 | 60 | 0 | 1 | 23 | 263 | 62 | 76 |
| Binary | 1101100 | 11001110 | 11001100 | 110000 | 0 | 1 | 10011 | 10110011 | 110010 | 111110 |
Color Harmonies of #6CCECC
Complementary color
Monochromatic Colors of #6CCECC
Black with #6CCECC
Text Example
Text Example
White with #6CCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCECC; }
p { color: rgb(108,206,204); }
H1.HeaderClassName
{
color: #6CCECC;
}
.AnyTagClassName
{
color: #6CCECC;
}
</style>
background-color css
<style>
a { background-color: #6CCECC; }
a { background-color: rgb(108,206,204); }
div.DivClassName
{
background-color: #6CCECC;
}
.BgClassName
{
background-color: #6CCECC;
}
</style>
border-color css
<style>
span { border-color: #6CCECC; }
span { border-color: rgb(108,206,204); }
td.TdClassName
{
border-color: #6CCECC;
}
.TagClassName
{
border-color: #6CCECC;
}
</style>