Shades of Downy #68C9B6
Tints of Downy #68C9B6
RGB
CMYK
RGB Variations
Color information
#68C9B6 (or 0x68C9B6) is known color: Downy. HEX triplet: 68, C9 and B6. RGB value is (104,201,182). Sum of RGB (Red+Green+Blue) = 104+201+182=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #68C9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C9B6 is #973649. Grayscale: #A9A9A9. Windows color (decimal): -9909834 or 11979112. OLE color: 11979112.
HSL color Cylindrical-coordinate representation of color #68C9B6: hue angle of 168.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C9B6 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 182 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.21 |
| HSL | 168.25º | 0.47% | 0.6% | - |
| HSV(B) | 168.25º | 0.48% | 0.79% | - |
| XYZ | 35.04 | 48.09 | 51.69 | - |
| YUV | 169.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 182 | 0.48 | 0 | 0.09 | 0.21 | 168.25 | 0.47 | 0.6 |
| Hex | 68 | C9 | B6 | 30 | 0 | 9 | 15 | A8 | 2F | 3C |
| Octal | 150 | 311 | 266 | 60 | 0 | 11 | 25 | 250 | 57 | 74 |
| Binary | 1101000 | 11001001 | 10110110 | 110000 | 0 | 1001 | 10101 | 10101000 | 101111 | 111100 |
Color Harmonies of #68C9B6
Complementary color
Monochromatic Colors of #68C9B6
Black with #68C9B6
Text Example
Text Example
White with #68C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9B6; }
p { color: rgb(104,201,182); }
H1.HeaderClassName
{
color: #68C9B6;
}
.AnyTagClassName
{
color: #68C9B6;
}
</style>
background-color css
<style>
a { background-color: #68C9B6; }
a { background-color: rgb(104,201,182); }
div.DivClassName
{
background-color: #68C9B6;
}
.BgClassName
{
background-color: #68C9B6;
}
</style>
border-color css
<style>
span { border-color: #68C9B6; }
span { border-color: rgb(104,201,182); }
td.TdClassName
{
border-color: #68C9B6;
}
.TagClassName
{
border-color: #68C9B6;
}
</style>