Shades of Downy #67DACC
Tints of Downy #67DACC
RGB
CMYK
RGB Variations
Color information
#67DACC (or 0x67DACC) is known color: Downy. HEX triplet: 67, DA and CC. RGB value is (103,218,204). Sum of RGB (Red+Green+Blue) = 103+218+204=525 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.62% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #67DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DACC is #982533. Grayscale: #B5B5B5. Windows color (decimal): -9970996 or 13425255. OLE color: 13425255.
HSL color Cylindrical-coordinate representation of color #67DACC: hue angle of 172.7º 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 #67DACC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 204 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.15 |
| HSL | 172.7º | 0.61% | 0.63% | - |
| HSV(B) | 172.7º | 0.53% | 0.85% | - |
| XYZ | 41.56 | 57.39 | 66.01 | - |
| YUV | 182.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 204 | 0.53 | 0 | 0.06 | 0.15 | 172.7 | 0.61 | 0.63 |
| Hex | 67 | DA | CC | 35 | 0 | 6 | F | AD | 3D | 3F |
| Octal | 147 | 332 | 314 | 65 | 0 | 6 | 17 | 255 | 75 | 77 |
| Binary | 1100111 | 11011010 | 11001100 | 110101 | 0 | 110 | 1111 | 10101101 | 111101 | 111111 |
Color Harmonies of #67DACC
Complementary color
Monochromatic Colors of #67DACC
Black with #67DACC
Text Example
Text Example
White with #67DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DACC; }
p { color: rgb(103,218,204); }
H1.HeaderClassName
{
color: #67DACC;
}
.AnyTagClassName
{
color: #67DACC;
}
</style>
background-color css
<style>
a { background-color: #67DACC; }
a { background-color: rgb(103,218,204); }
div.DivClassName
{
background-color: #67DACC;
}
.BgClassName
{
background-color: #67DACC;
}
</style>
border-color css
<style>
span { border-color: #67DACC; }
span { border-color: rgb(103,218,204); }
td.TdClassName
{
border-color: #67DACC;
}
.TagClassName
{
border-color: #67DACC;
}
</style>