Shades of Downy #68C2C3
Tints of Downy #68C2C3
RGB
CMYK
RGB Variations
Color information
#68C2C3 (or 0x68C2C3) is known color: Downy. HEX triplet: 68, C2 and C3. RGB value is (104,194,195). Sum of RGB (Red+Green+Blue) = 104+194+195=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #68C2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2C3 is #973D3C. Grayscale: #A7A7A7. Windows color (decimal): -9911613 or 12829288. OLE color: 12829288.
HSL color Cylindrical-coordinate representation of color #68C2C3: hue angle of 180.66º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C2C3 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 195 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.24 |
| HSL | 180.66º | 0.43% | 0.59% | - |
| HSV(B) | 180.66º | 0.47% | 0.76% | - |
| XYZ | 34.85 | 45.47 | 58.57 | - |
| YUV | 167.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 195 | 0.47 | 0.01 | 0 | 0.24 | 180.66 | 0.43 | 0.59 |
| Hex | 68 | C2 | C3 | 2F | 1 | 0 | 18 | B5 | 2B | 3B |
| Octal | 150 | 302 | 303 | 57 | 1 | 0 | 30 | 265 | 53 | 73 |
| Binary | 1101000 | 11000010 | 11000011 | 101111 | 1 | 0 | 11000 | 10110101 | 101011 | 111011 |
Color Harmonies of #68C2C3
Complementary color
Monochromatic Colors of #68C2C3
Black with #68C2C3
Text Example
Text Example
White with #68C2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2C3; }
p { color: rgb(104,194,195); }
H1.HeaderClassName
{
color: #68C2C3;
}
.AnyTagClassName
{
color: #68C2C3;
}
</style>
background-color css
<style>
a { background-color: #68C2C3; }
a { background-color: rgb(104,194,195); }
div.DivClassName
{
background-color: #68C2C3;
}
.BgClassName
{
background-color: #68C2C3;
}
</style>
border-color css
<style>
span { border-color: #68C2C3; }
span { border-color: rgb(104,194,195); }
td.TdClassName
{
border-color: #68C2C3;
}
.TagClassName
{
border-color: #68C2C3;
}
</style>