Shades of Downy #68CAC6
Tints of Downy #68CAC6
RGB
CMYK
RGB Variations
Color information
#68CAC6 (or 0x68CAC6) is known color: Downy. HEX triplet: 68, CA and C6. RGB value is (104,202,198). Sum of RGB (Red+Green+Blue) = 104+202+198=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAC6 is #973539. Grayscale: #ACACAC. Windows color (decimal): -9909562 or 13027944. OLE color: 13027944.
HSL color Cylindrical-coordinate representation of color #68CAC6: hue angle of 177.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CAC6 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 198 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.21 |
| HSL | 177.55º | 0.48% | 0.6% | - |
| HSV(B) | 177.55º | 0.49% | 0.79% | - |
| XYZ | 37.02 | 49.26 | 60.98 | - |
| YUV | 172.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 198 | 0.49 | 0 | 0.02 | 0.21 | 177.55 | 0.48 | 0.6 |
| Hex | 68 | CA | C6 | 31 | 0 | 2 | 15 | B2 | 30 | 3C |
| Octal | 150 | 312 | 306 | 61 | 0 | 2 | 25 | 262 | 60 | 74 |
| Binary | 1101000 | 11001010 | 11000110 | 110001 | 0 | 10 | 10101 | 10110010 | 110000 | 111100 |
Color Harmonies of #68CAC6
Complementary color
Monochromatic Colors of #68CAC6
Black with #68CAC6
Text Example
Text Example
White with #68CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAC6; }
p { color: rgb(104,202,198); }
H1.HeaderClassName
{
color: #68CAC6;
}
.AnyTagClassName
{
color: #68CAC6;
}
</style>
background-color css
<style>
a { background-color: #68CAC6; }
a { background-color: rgb(104,202,198); }
div.DivClassName
{
background-color: #68CAC6;
}
.BgClassName
{
background-color: #68CAC6;
}
</style>
border-color css
<style>
span { border-color: #68CAC6; }
span { border-color: rgb(104,202,198); }
td.TdClassName
{
border-color: #68CAC6;
}
.TagClassName
{
border-color: #68CAC6;
}
</style>