Shades of Downy #67C6BF
Tints of Downy #67C6BF
RGB
CMYK
RGB Variations
Color information
#67C6BF (or 0x67C6BF) is known color: Downy. HEX triplet: 67, C6 and BF. RGB value is (103,198,191). Sum of RGB (Red+Green+Blue) = 103+198+191=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #67C6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C6BF is #983940. Grayscale: #A8A8A8. Windows color (decimal): -9976129 or 12568167. OLE color: 12568167.
HSL color Cylindrical-coordinate representation of color #67C6BF: hue angle of 175.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67C6BF is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 198 | 191 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.22 |
| HSL | 175.58º | 0.45% | 0.59% | - |
| HSV(B) | 175.58º | 0.48% | 0.78% | - |
| XYZ | 35.19 | 47.03 | 56.51 | - |
| YUV | 168.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 198 | 191 | 0.48 | 0 | 0.04 | 0.22 | 175.58 | 0.45 | 0.59 |
| Hex | 67 | C6 | BF | 30 | 0 | 4 | 16 | B0 | 2D | 3B |
| Octal | 147 | 306 | 277 | 60 | 0 | 4 | 26 | 260 | 55 | 73 |
| Binary | 1100111 | 11000110 | 10111111 | 110000 | 0 | 100 | 10110 | 10110000 | 101101 | 111011 |
Color Harmonies of #67C6BF
Complementary color
Monochromatic Colors of #67C6BF
Black with #67C6BF
Text Example
Text Example
White with #67C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C6BF; }
p { color: rgb(103,198,191); }
H1.HeaderClassName
{
color: #67C6BF;
}
.AnyTagClassName
{
color: #67C6BF;
}
</style>
background-color css
<style>
a { background-color: #67C6BF; }
a { background-color: rgb(103,198,191); }
div.DivClassName
{
background-color: #67C6BF;
}
.BgClassName
{
background-color: #67C6BF;
}
</style>
border-color css
<style>
span { border-color: #67C6BF; }
span { border-color: rgb(103,198,191); }
td.TdClassName
{
border-color: #67C6BF;
}
.TagClassName
{
border-color: #67C6BF;
}
</style>