Shades of Downy #67DACF
Tints of Downy #67DACF
RGB
CMYK
RGB Variations
Color information
#67DACF (or 0x67DACF) is known color: Downy. HEX triplet: 67, DA and CF. RGB value is (103,218,207). Sum of RGB (Red+Green+Blue) = 103+218+207=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #67DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DACF is #982530. Grayscale: #B6B6B6. Windows color (decimal): -9970993 or 13621863. OLE color: 13621863.
HSL color Cylindrical-coordinate representation of color #67DACF: hue angle of 174.26º 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 #67DACF is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 207 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.15 |
| HSL | 174.26º | 0.61% | 0.63% | - |
| HSV(B) | 174.26º | 0.53% | 0.85% | - |
| XYZ | 41.93 | 57.53 | 67.93 | - |
| YUV | 182.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 207 | 0.53 | 0 | 0.05 | 0.15 | 174.26 | 0.61 | 0.63 |
| Hex | 67 | DA | CF | 35 | 0 | 5 | F | AE | 3D | 3F |
| Octal | 147 | 332 | 317 | 65 | 0 | 5 | 17 | 256 | 75 | 77 |
| Binary | 1100111 | 11011010 | 11001111 | 110101 | 0 | 101 | 1111 | 10101110 | 111101 | 111111 |
Color Harmonies of #67DACF
Complementary color
Monochromatic Colors of #67DACF
Black with #67DACF
Text Example
Text Example
White with #67DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DACF; }
p { color: rgb(103,218,207); }
H1.HeaderClassName
{
color: #67DACF;
}
.AnyTagClassName
{
color: #67DACF;
}
</style>
background-color css
<style>
a { background-color: #67DACF; }
a { background-color: rgb(103,218,207); }
div.DivClassName
{
background-color: #67DACF;
}
.BgClassName
{
background-color: #67DACF;
}
</style>
border-color css
<style>
span { border-color: #67DACF; }
span { border-color: rgb(103,218,207); }
td.TdClassName
{
border-color: #67DACF;
}
.TagClassName
{
border-color: #67DACF;
}
</style>