Shades of Downy #68C8CD
Tints of Downy #68C8CD
RGB
CMYK
RGB Variations
Color information
#68C8CD (or 0x68C8CD) is known color: Downy. HEX triplet: 68, C8 and CD. RGB value is (104,200,205). Sum of RGB (Red+Green+Blue) = 104+200+205=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #68C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C8CD is #973732. Grayscale: #ABABAB. Windows color (decimal): -9910067 or 13486184. OLE color: 13486184.
HSL color Cylindrical-coordinate representation of color #68C8CD: hue angle of 182.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68C8CD is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 200 | 205 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.20 |
| HSL | 182.97º | 0.5% | 0.61% | - |
| HSV(B) | 182.97º | 0.49% | 0.8% | - |
| XYZ | 37.38 | 48.66 | 65.18 | - |
| YUV | 171.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 205 | 0.49 | 0.02 | 0 | 0.20 | 182.97 | 0.5 | 0.61 |
| Hex | 68 | C8 | CD | 31 | 2 | 0 | 14 | B7 | 32 | 3D |
| Octal | 150 | 310 | 315 | 61 | 2 | 0 | 24 | 267 | 62 | 75 |
| Binary | 1101000 | 11001000 | 11001101 | 110001 | 10 | 0 | 10100 | 10110111 | 110010 | 111101 |
Color Harmonies of #68C8CD
Complementary color
Monochromatic Colors of #68C8CD
Black with #68C8CD
Text Example
Text Example
White with #68C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C8CD; }
p { color: rgb(104,200,205); }
H1.HeaderClassName
{
color: #68C8CD;
}
.AnyTagClassName
{
color: #68C8CD;
}
</style>
background-color css
<style>
a { background-color: #68C8CD; }
a { background-color: rgb(104,200,205); }
div.DivClassName
{
background-color: #68C8CD;
}
.BgClassName
{
background-color: #68C8CD;
}
</style>
border-color css
<style>
span { border-color: #68C8CD; }
span { border-color: rgb(104,200,205); }
td.TdClassName
{
border-color: #68C8CD;
}
.TagClassName
{
border-color: #68C8CD;
}
</style>