Shades of Downy #68E6B7
Tints of Downy #68E6B7
RGB
CMYK
RGB Variations
Color information
#68E6B7 (or 0x68E6B7) is known color: Downy. HEX triplet: 68, E6 and B7. RGB value is (104,230,183). Sum of RGB (Red+Green+Blue) = 104+230+183=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E6B7 is #971948. Grayscale: #BBBBBB. Windows color (decimal): -9902409 or 12052072. OLE color: 12052072.
HSL color Cylindrical-coordinate representation of color #68E6B7: hue angle of 157.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E6B7 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 183 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.10 |
| HSL | 157.62º | 0.72% | 0.65% | - |
| HSV(B) | 157.62º | 0.55% | 0.9% | - |
| XYZ | 42.55 | 62.96 | 54.71 | - |
| YUV | 186.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 183 | 0.55 | 0 | 0.20 | 0.10 | 157.62 | 0.72 | 0.65 |
| Hex | 68 | E6 | B7 | 37 | 0 | 14 | A | 9E | 48 | 41 |
| Octal | 150 | 346 | 267 | 67 | 0 | 24 | 12 | 236 | 110 | 101 |
| Binary | 1101000 | 11100110 | 10110111 | 110111 | 0 | 10100 | 1010 | 10011110 | 1001000 | 1000001 |
Color Harmonies of #68E6B7
Complementary color
Monochromatic Colors of #68E6B7
Black with #68E6B7
Text Example
Text Example
White with #68E6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E6B7; }
p { color: rgb(104,230,183); }
H1.HeaderClassName
{
color: #68E6B7;
}
.AnyTagClassName
{
color: #68E6B7;
}
</style>
background-color css
<style>
a { background-color: #68E6B7; }
a { background-color: rgb(104,230,183); }
div.DivClassName
{
background-color: #68E6B7;
}
.BgClassName
{
background-color: #68E6B7;
}
</style>
border-color css
<style>
span { border-color: #68E6B7; }
span { border-color: rgb(104,230,183); }
td.TdClassName
{
border-color: #68E6B7;
}
.TagClassName
{
border-color: #68E6B7;
}
</style>