Shades of Downy #68DCCF
Tints of Downy #68DCCF
RGB
CMYK
RGB Variations
Color information
#68DCCF (or 0x68DCCF) is known color: Downy. HEX triplet: 68, DC and CF. RGB value is (104,220,207). Sum of RGB (Red+Green+Blue) = 104+220+207=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCCF is #972330. Grayscale: #B7B7B7. Windows color (decimal): -9904945 or 13622376. OLE color: 13622376.
HSL color Cylindrical-coordinate representation of color #68DCCF: hue angle of 173.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCCF is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 207 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.14 |
| HSL | 173.28º | 0.62% | 0.64% | - |
| HSV(B) | 173.28º | 0.53% | 0.86% | - |
| XYZ | 42.56 | 58.63 | 68.11 | - |
| YUV | 183.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 207 | 0.53 | 0 | 0.06 | 0.14 | 173.28 | 0.62 | 0.64 |
| Hex | 68 | DC | CF | 35 | 0 | 6 | E | AD | 3E | 40 |
| Octal | 150 | 334 | 317 | 65 | 0 | 6 | 16 | 255 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11001111 | 110101 | 0 | 110 | 1110 | 10101101 | 111110 | 1000000 |
Color Harmonies of #68DCCF
Complementary color
Monochromatic Colors of #68DCCF
Black with #68DCCF
Text Example
Text Example
White with #68DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCCF; }
p { color: rgb(104,220,207); }
H1.HeaderClassName
{
color: #68DCCF;
}
.AnyTagClassName
{
color: #68DCCF;
}
</style>
background-color css
<style>
a { background-color: #68DCCF; }
a { background-color: rgb(104,220,207); }
div.DivClassName
{
background-color: #68DCCF;
}
.BgClassName
{
background-color: #68DCCF;
}
</style>
border-color css
<style>
span { border-color: #68DCCF; }
span { border-color: rgb(104,220,207); }
td.TdClassName
{
border-color: #68DCCF;
}
.TagClassName
{
border-color: #68DCCF;
}
</style>