Shades of Downy #67DAC8
Tints of Downy #67DAC8
RGB
CMYK
RGB Variations
Color information
#67DAC8 (or 0x67DAC8) is known color: Downy. HEX triplet: 67, DA and C8. RGB value is (103,218,200). Sum of RGB (Red+Green+Blue) = 103+218+200=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #67DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DAC8 is #982537. Grayscale: #B5B5B5. Windows color (decimal): -9971000 or 13163111. OLE color: 13163111.
HSL color Cylindrical-coordinate representation of color #67DAC8: hue angle of 170.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DAC8 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 200 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.15 |
| HSL | 170.61º | 0.61% | 0.63% | - |
| HSV(B) | 170.61º | 0.53% | 0.85% | - |
| XYZ | 41.09 | 57.2 | 63.52 | - |
| YUV | 181.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 200 | 0.53 | 0 | 0.08 | 0.15 | 170.61 | 0.61 | 0.63 |
| Hex | 67 | DA | C8 | 35 | 0 | 8 | F | AB | 3D | 3F |
| Octal | 147 | 332 | 310 | 65 | 0 | 10 | 17 | 253 | 75 | 77 |
| Binary | 1100111 | 11011010 | 11001000 | 110101 | 0 | 1000 | 1111 | 10101011 | 111101 | 111111 |
Color Harmonies of #67DAC8
Complementary color
Monochromatic Colors of #67DAC8
Black with #67DAC8
Text Example
Text Example
White with #67DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DAC8; }
p { color: rgb(103,218,200); }
H1.HeaderClassName
{
color: #67DAC8;
}
.AnyTagClassName
{
color: #67DAC8;
}
</style>
background-color css
<style>
a { background-color: #67DAC8; }
a { background-color: rgb(103,218,200); }
div.DivClassName
{
background-color: #67DAC8;
}
.BgClassName
{
background-color: #67DAC8;
}
</style>
border-color css
<style>
span { border-color: #67DAC8; }
span { border-color: rgb(103,218,200); }
td.TdClassName
{
border-color: #67DAC8;
}
.TagClassName
{
border-color: #67DAC8;
}
</style>