Shades of Downy #68CEC6
Tints of Downy #68CEC6
RGB
CMYK
RGB Variations
Color information
#68CEC6 (or 0x68CEC6) is known color: Downy. HEX triplet: 68, CE and C6. RGB value is (104,206,198). Sum of RGB (Red+Green+Blue) = 104+206+198=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEC6 is #973139. Grayscale: #AEAEAE. Windows color (decimal): -9908538 or 13028968. OLE color: 13028968.
HSL color Cylindrical-coordinate representation of color #68CEC6: hue angle of 175.29º 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 #68CEC6 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 198 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.19 |
| HSL | 175.29º | 0.51% | 0.61% | - |
| HSV(B) | 175.29º | 0.5% | 0.81% | - |
| XYZ | 37.97 | 51.16 | 61.3 | - |
| YUV | 174.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 198 | 0.50 | 0 | 0.04 | 0.19 | 175.29 | 0.51 | 0.61 |
| Hex | 68 | CE | C6 | 32 | 0 | 4 | 13 | AF | 33 | 3D |
| Octal | 150 | 316 | 306 | 62 | 0 | 4 | 23 | 257 | 63 | 75 |
| Binary | 1101000 | 11001110 | 11000110 | 110010 | 0 | 100 | 10011 | 10101111 | 110011 | 111101 |
Color Harmonies of #68CEC6
Complementary color
Monochromatic Colors of #68CEC6
Black with #68CEC6
Text Example
Text Example
White with #68CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEC6; }
p { color: rgb(104,206,198); }
H1.HeaderClassName
{
color: #68CEC6;
}
.AnyTagClassName
{
color: #68CEC6;
}
</style>
background-color css
<style>
a { background-color: #68CEC6; }
a { background-color: rgb(104,206,198); }
div.DivClassName
{
background-color: #68CEC6;
}
.BgClassName
{
background-color: #68CEC6;
}
</style>
border-color css
<style>
span { border-color: #68CEC6; }
span { border-color: rgb(104,206,198); }
td.TdClassName
{
border-color: #68CEC6;
}
.TagClassName
{
border-color: #68CEC6;
}
</style>