Shades of Watercourse #06644E
Tints of Watercourse #06644E
RGB
CMYK
RGB Variations
Color information
#06644E (or 0x06644E) is known color: Watercourse. HEX triplet: 06, 64 and 4E. RGB value is (6,100,78). Sum of RGB (Red+Green+Blue) = 6+100+78=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #06644E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06644E is #F99BB1. Grayscale: #454545. Windows color (decimal): -16358322 or 5137414. OLE color: 5137414.
HSL color Cylindrical-coordinate representation of color #06644E: hue angle of 165.96º 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 #06644E is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 100 | 78 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.61 |
| HSL | 165.96º | 0.89% | 0.21% | - |
| HSV(B) | 165.96º | 0.94% | 0.39% | - |
| XYZ | 6.01 | 9.7 | 8.76 | - |
| YUV | 69.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 78 | 0.94 | 0 | 0.22 | 0.61 | 165.96 | 0.89 | 0.21 |
| Hex | 6 | 64 | 4E | 5E | 0 | 16 | 3D | A6 | 59 | 15 |
| Octal | 6 | 144 | 116 | 136 | 0 | 26 | 75 | 246 | 131 | 25 |
| Binary | 110 | 1100100 | 1001110 | 1011110 | 0 | 10110 | 111101 | 10100110 | 1011001 | 10101 |
Color Harmonies of #06644E
Complementary color
Monochromatic Colors of #06644E
Black with #06644E
Text Example
Text Example
White with #06644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06644E; }
p { color: rgb(6,100,78); }
H1.HeaderClassName
{
color: #06644E;
}
.AnyTagClassName
{
color: #06644E;
}
</style>
background-color css
<style>
a { background-color: #06644E; }
a { background-color: rgb(6,100,78); }
div.DivClassName
{
background-color: #06644E;
}
.BgClassName
{
background-color: #06644E;
}
</style>
border-color css
<style>
span { border-color: #06644E; }
span { border-color: rgb(6,100,78); }
td.TdClassName
{
border-color: #06644E;
}
.TagClassName
{
border-color: #06644E;
}
</style>