Shades of Watercourse #06644D
Tints of Watercourse #06644D
RGB
CMYK
RGB Variations
Color information
#06644D (or 0x06644D) is known color: Watercourse. HEX triplet: 06, 64 and 4D. RGB value is (6,100,77). Sum of RGB (Red+Green+Blue) = 6+100+77=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #06644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06644D is #F99BB2. Grayscale: #454545. Windows color (decimal): -16358323 or 5071878. OLE color: 5071878.
HSL color Cylindrical-coordinate representation of color #06644D: hue angle of 165.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06644D is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 100 | 77 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.61 |
| HSL | 165.32º | 0.89% | 0.21% | - |
| HSV(B) | 165.32º | 0.94% | 0.39% | - |
| XYZ | 5.97 | 9.69 | 8.58 | - |
| YUV | 69.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 77 | 0.94 | 0 | 0.23 | 0.61 | 165.32 | 0.89 | 0.21 |
| Hex | 6 | 64 | 4D | 5E | 0 | 17 | 3D | A5 | 59 | 15 |
| Octal | 6 | 144 | 115 | 136 | 0 | 27 | 75 | 245 | 131 | 25 |
| Binary | 110 | 1100100 | 1001101 | 1011110 | 0 | 10111 | 111101 | 10100101 | 1011001 | 10101 |
Color Harmonies of #06644D
Complementary color
Monochromatic Colors of #06644D
Black with #06644D
Text Example
Text Example
White with #06644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06644D; }
p { color: rgb(6,100,77); }
H1.HeaderClassName
{
color: #06644D;
}
.AnyTagClassName
{
color: #06644D;
}
</style>
background-color css
<style>
a { background-color: #06644D; }
a { background-color: rgb(6,100,77); }
div.DivClassName
{
background-color: #06644D;
}
.BgClassName
{
background-color: #06644D;
}
</style>
border-color css
<style>
span { border-color: #06644D; }
span { border-color: rgb(6,100,77); }
td.TdClassName
{
border-color: #06644D;
}
.TagClassName
{
border-color: #06644D;
}
</style>