Shades of Downy #67DACE
Tints of Downy #67DACE
RGB
CMYK
RGB Variations
Color information
#67DACE (or 0x67DACE) is known color: Downy. HEX triplet: 67, DA and CE. RGB value is (103,218,206). Sum of RGB (Red+Green+Blue) = 103+218+206=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #67DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DACE is #982531. Grayscale: #B6B6B6. Windows color (decimal): -9970994 or 13556327. OLE color: 13556327.
HSL color Cylindrical-coordinate representation of color #67DACE: hue angle of 173.74º 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 #67DACE is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 206 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.15 |
| HSL | 173.74º | 0.61% | 0.63% | - |
| HSV(B) | 173.74º | 0.53% | 0.85% | - |
| XYZ | 41.81 | 57.48 | 67.28 | - |
| YUV | 182.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 206 | 0.53 | 0 | 0.06 | 0.15 | 173.74 | 0.61 | 0.63 |
| Hex | 67 | DA | CE | 35 | 0 | 6 | F | AE | 3D | 3F |
| Octal | 147 | 332 | 316 | 65 | 0 | 6 | 17 | 256 | 75 | 77 |
| Binary | 1100111 | 11011010 | 11001110 | 110101 | 0 | 110 | 1111 | 10101110 | 111101 | 111111 |
Color Harmonies of #67DACE
Complementary color
Monochromatic Colors of #67DACE
Black with #67DACE
Text Example
Text Example
White with #67DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DACE; }
p { color: rgb(103,218,206); }
H1.HeaderClassName
{
color: #67DACE;
}
.AnyTagClassName
{
color: #67DACE;
}
</style>
background-color css
<style>
a { background-color: #67DACE; }
a { background-color: rgb(103,218,206); }
div.DivClassName
{
background-color: #67DACE;
}
.BgClassName
{
background-color: #67DACE;
}
</style>
border-color css
<style>
span { border-color: #67DACE; }
span { border-color: rgb(103,218,206); }
td.TdClassName
{
border-color: #67DACE;
}
.TagClassName
{
border-color: #67DACE;
}
</style>