Shades of Watercourse #06644C
Tints of Watercourse #06644C
RGB
CMYK
RGB Variations
Color information
#06644C (or 0x06644C) is known color: Watercourse. HEX triplet: 06, 64 and 4C. RGB value is (6,100,76). Sum of RGB (Red+Green+Blue) = 6+100+76=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #06644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06644C is #F99BB3. Grayscale: #454545. Windows color (decimal): -16358324 or 5006342. OLE color: 5006342.
HSL color Cylindrical-coordinate representation of color #06644C: hue angle of 164.68º 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 #06644C is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 100 | 76 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.61 |
| HSL | 164.68º | 0.89% | 0.21% | - |
| HSV(B) | 164.68º | 0.94% | 0.39% | - |
| XYZ | 5.94 | 9.67 | 8.39 | - |
| YUV | 69.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 76 | 0.94 | 0 | 0.24 | 0.61 | 164.68 | 0.89 | 0.21 |
| Hex | 6 | 64 | 4C | 5E | 0 | 18 | 3D | A5 | 59 | 15 |
| Octal | 6 | 144 | 114 | 136 | 0 | 30 | 75 | 245 | 131 | 25 |
| Binary | 110 | 1100100 | 1001100 | 1011110 | 0 | 11000 | 111101 | 10100101 | 1011001 | 10101 |
Color Harmonies of #06644C
Complementary color
Monochromatic Colors of #06644C
Black with #06644C
Text Example
Text Example
White with #06644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06644C; }
p { color: rgb(6,100,76); }
H1.HeaderClassName
{
color: #06644C;
}
.AnyTagClassName
{
color: #06644C;
}
</style>
background-color css
<style>
a { background-color: #06644C; }
a { background-color: rgb(6,100,76); }
div.DivClassName
{
background-color: #06644C;
}
.BgClassName
{
background-color: #06644C;
}
</style>
border-color css
<style>
span { border-color: #06644C; }
span { border-color: rgb(6,100,76); }
td.TdClassName
{
border-color: #06644C;
}
.TagClassName
{
border-color: #06644C;
}
</style>