Shades of Watercourse #06634D
Tints of Watercourse #06634D
RGB
CMYK
RGB Variations
Color information
#06634D (or 0x06634D) is known color: Watercourse. HEX triplet: 06, 63 and 4D. RGB value is (6,99,77). Sum of RGB (Red+Green+Blue) = 6+99+77=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #06634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06634D is #F99CB2. Grayscale: #444444. Windows color (decimal): -16358579 or 5071622. OLE color: 5071622.
HSL color Cylindrical-coordinate representation of color #06634D: hue angle of 165.81º 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 #06634D is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 77 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.61 |
| HSL | 165.81º | 0.89% | 0.21% | - |
| HSV(B) | 165.81º | 0.94% | 0.39% | - |
| XYZ | 5.88 | 9.5 | 8.54 | - |
| YUV | 68.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 77 | 0.94 | 0 | 0.22 | 0.61 | 165.81 | 0.89 | 0.21 |
| Hex | 6 | 63 | 4D | 5E | 0 | 16 | 3D | A6 | 59 | 15 |
| Octal | 6 | 143 | 115 | 136 | 0 | 26 | 75 | 246 | 131 | 25 |
| Binary | 110 | 1100011 | 1001101 | 1011110 | 0 | 10110 | 111101 | 10100110 | 1011001 | 10101 |
Color Harmonies of #06634D
Complementary color
Monochromatic Colors of #06634D
Black with #06634D
Text Example
Text Example
White with #06634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06634D; }
p { color: rgb(6,99,77); }
H1.HeaderClassName
{
color: #06634D;
}
.AnyTagClassName
{
color: #06634D;
}
</style>
background-color css
<style>
a { background-color: #06634D; }
a { background-color: rgb(6,99,77); }
div.DivClassName
{
background-color: #06634D;
}
.BgClassName
{
background-color: #06634D;
}
</style>
border-color css
<style>
span { border-color: #06634D; }
span { border-color: rgb(6,99,77); }
td.TdClassName
{
border-color: #06634D;
}
.TagClassName
{
border-color: #06634D;
}
</style>