Shades of Downy #68CECC
Tints of Downy #68CECC
RGB
CMYK
RGB Variations
Color information
#68CECC (or 0x68CECC) is known color: Downy. HEX triplet: 68, CE and CC. RGB value is (104,206,204). Sum of RGB (Red+Green+Blue) = 104+206+204=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #68CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CECC is #973133. Grayscale: #AFAFAF. Windows color (decimal): -9908532 or 13422184. OLE color: 13422184.
HSL color Cylindrical-coordinate representation of color #68CECC: hue angle of 178.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CECC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 204 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.19 |
| HSL | 178.82º | 0.51% | 0.61% | - |
| HSV(B) | 178.82º | 0.5% | 0.81% | - |
| XYZ | 38.68 | 51.45 | 65.02 | - |
| YUV | 175.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 204 | 0.50 | 0 | 0.01 | 0.19 | 178.82 | 0.51 | 0.61 |
| Hex | 68 | CE | CC | 32 | 0 | 1 | 13 | B3 | 33 | 3D |
| Octal | 150 | 316 | 314 | 62 | 0 | 1 | 23 | 263 | 63 | 75 |
| Binary | 1101000 | 11001110 | 11001100 | 110010 | 0 | 1 | 10011 | 10110011 | 110011 | 111101 |
Color Harmonies of #68CECC
Complementary color
Monochromatic Colors of #68CECC
Black with #68CECC
Text Example
Text Example
White with #68CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CECC; }
p { color: rgb(104,206,204); }
H1.HeaderClassName
{
color: #68CECC;
}
.AnyTagClassName
{
color: #68CECC;
}
</style>
background-color css
<style>
a { background-color: #68CECC; }
a { background-color: rgb(104,206,204); }
div.DivClassName
{
background-color: #68CECC;
}
.BgClassName
{
background-color: #68CECC;
}
</style>
border-color css
<style>
span { border-color: #68CECC; }
span { border-color: rgb(104,206,204); }
td.TdClassName
{
border-color: #68CECC;
}
.TagClassName
{
border-color: #68CECC;
}
</style>