Shades of Downy #68CECF
Tints of Downy #68CECF
RGB
CMYK
RGB Variations
Color information
#68CECF (or 0x68CECF) is known color: Downy. HEX triplet: 68, CE and CF. RGB value is (104,206,207). Sum of RGB (Red+Green+Blue) = 104+206+207=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #68CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CECF is #973130. Grayscale: #AFAFAF. Windows color (decimal): -9908529 or 13618792. OLE color: 13618792.
HSL color Cylindrical-coordinate representation of color #68CECF: hue angle of 180.58º degrees, saturation: 0.52, 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 #68CECF is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 207 | - |
| CMYK | 0.50 | 0.00 | 0 | 0.19 |
| HSL | 180.58º | 0.52% | 0.61% | - |
| HSV(B) | 180.58º | 0.5% | 0.81% | - |
| XYZ | 39.04 | 51.59 | 66.93 | - |
| YUV | 175.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 207 | 0.50 | 0.00 | 0 | 0.19 | 180.58 | 0.52 | 0.61 |
| Hex | 68 | CE | CF | 32 | 0 | 0 | 13 | B5 | 34 | 3D |
| Octal | 150 | 316 | 317 | 62 | 0 | 0 | 23 | 265 | 64 | 75 |
| Binary | 1101000 | 11001110 | 11001111 | 110010 | 0 | 0 | 10011 | 10110101 | 110100 | 111101 |
Color Harmonies of #68CECF
Complementary color
Monochromatic Colors of #68CECF
Black with #68CECF
Text Example
Text Example
White with #68CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CECF; }
p { color: rgb(104,206,207); }
H1.HeaderClassName
{
color: #68CECF;
}
.AnyTagClassName
{
color: #68CECF;
}
</style>
background-color css
<style>
a { background-color: #68CECF; }
a { background-color: rgb(104,206,207); }
div.DivClassName
{
background-color: #68CECF;
}
.BgClassName
{
background-color: #68CECF;
}
</style>
border-color css
<style>
span { border-color: #68CECF; }
span { border-color: rgb(104,206,207); }
td.TdClassName
{
border-color: #68CECF;
}
.TagClassName
{
border-color: #68CECF;
}
</style>