Shades of Downy #68CECD
Tints of Downy #68CECD
RGB
CMYK
RGB Variations
Color information
#68CECD (or 0x68CECD) is known color: Downy. HEX triplet: 68, CE and CD. RGB value is (104,206,205). Sum of RGB (Red+Green+Blue) = 104+206+205=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #68CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CECD is #973132. Grayscale: #AFAFAF. Windows color (decimal): -9908531 or 13487720. OLE color: 13487720.
HSL color Cylindrical-coordinate representation of color #68CECD: hue angle of 179.41º 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 #68CECD is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 205 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.19 |
| HSL | 179.41º | 0.51% | 0.61% | - |
| HSV(B) | 179.41º | 0.5% | 0.81% | - |
| XYZ | 38.8 | 51.49 | 65.65 | - |
| YUV | 175.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 205 | 0.50 | 0 | 0.00 | 0.19 | 179.41 | 0.51 | 0.61 |
| Hex | 68 | CE | CD | 32 | 0 | 0 | 13 | B3 | 33 | 3D |
| Octal | 150 | 316 | 315 | 62 | 0 | 0 | 23 | 263 | 63 | 75 |
| Binary | 1101000 | 11001110 | 11001101 | 110010 | 0 | 0 | 10011 | 10110011 | 110011 | 111101 |
Color Harmonies of #68CECD
Complementary color
Monochromatic Colors of #68CECD
Black with #68CECD
Text Example
Text Example
White with #68CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CECD; }
p { color: rgb(104,206,205); }
H1.HeaderClassName
{
color: #68CECD;
}
.AnyTagClassName
{
color: #68CECD;
}
</style>
background-color css
<style>
a { background-color: #68CECD; }
a { background-color: rgb(104,206,205); }
div.DivClassName
{
background-color: #68CECD;
}
.BgClassName
{
background-color: #68CECD;
}
</style>
border-color css
<style>
span { border-color: #68CECD; }
span { border-color: rgb(104,206,205); }
td.TdClassName
{
border-color: #68CECD;
}
.TagClassName
{
border-color: #68CECD;
}
</style>