Shades of Downy #68C6BB
Tints of Downy #68C6BB
RGB
CMYK
RGB Variations
Color information
#68C6BB (or 0x68C6BB) is known color: Downy. HEX triplet: 68, C6 and BB. RGB value is (104,198,187). Sum of RGB (Red+Green+Blue) = 104+198+187=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #68C6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C6BB is #973944. Grayscale: #A8A8A8. Windows color (decimal): -9910597 or 12306024. OLE color: 12306024.
HSL color Cylindrical-coordinate representation of color #68C6BB: hue angle of 172.98º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C6BB is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 198 | 187 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.22 |
| HSL | 172.98º | 0.45% | 0.59% | - |
| HSV(B) | 172.98º | 0.47% | 0.78% | - |
| XYZ | 34.87 | 46.92 | 54.23 | - |
| YUV | 168.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 187 | 0.47 | 0 | 0.06 | 0.22 | 172.98 | 0.45 | 0.59 |
| Hex | 68 | C6 | BB | 2F | 0 | 6 | 16 | AD | 2D | 3B |
| Octal | 150 | 306 | 273 | 57 | 0 | 6 | 26 | 255 | 55 | 73 |
| Binary | 1101000 | 11000110 | 10111011 | 101111 | 0 | 110 | 10110 | 10101101 | 101101 | 111011 |
Color Harmonies of #68C6BB
Complementary color
Monochromatic Colors of #68C6BB
Black with #68C6BB
Text Example
Text Example
White with #68C6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C6BB; }
p { color: rgb(104,198,187); }
H1.HeaderClassName
{
color: #68C6BB;
}
.AnyTagClassName
{
color: #68C6BB;
}
</style>
background-color css
<style>
a { background-color: #68C6BB; }
a { background-color: rgb(104,198,187); }
div.DivClassName
{
background-color: #68C6BB;
}
.BgClassName
{
background-color: #68C6BB;
}
</style>
border-color css
<style>
span { border-color: #68C6BB; }
span { border-color: rgb(104,198,187); }
td.TdClassName
{
border-color: #68C6BB;
}
.TagClassName
{
border-color: #68C6BB;
}
</style>