Shades of Watercourse #06634C
Tints of Watercourse #06634C
RGB
CMYK
RGB Variations
Color information
#06634C (or 0x06634C) is known color: Watercourse. HEX triplet: 06, 63 and 4C. RGB value is (6,99,76). Sum of RGB (Red+Green+Blue) = 6+99+76=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #06634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06634C is #F99CB3. Grayscale: #444444. Windows color (decimal): -16358580 or 5006086. OLE color: 5006086.
HSL color Cylindrical-coordinate representation of color #06634C: hue angle of 165.16º 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 #06634C is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 76 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.61 |
| HSL | 165.16º | 0.89% | 0.21% | - |
| HSV(B) | 165.16º | 0.94% | 0.39% | - |
| XYZ | 5.84 | 9.48 | 8.36 | - |
| YUV | 68.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 76 | 0.94 | 0 | 0.23 | 0.61 | 165.16 | 0.89 | 0.21 |
| Hex | 6 | 63 | 4C | 5E | 0 | 17 | 3D | A5 | 59 | 15 |
| Octal | 6 | 143 | 114 | 136 | 0 | 27 | 75 | 245 | 131 | 25 |
| Binary | 110 | 1100011 | 1001100 | 1011110 | 0 | 10111 | 111101 | 10100101 | 1011001 | 10101 |
Color Harmonies of #06634C
Complementary color
Monochromatic Colors of #06634C
Black with #06634C
Text Example
Text Example
White with #06634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06634C; }
p { color: rgb(6,99,76); }
H1.HeaderClassName
{
color: #06634C;
}
.AnyTagClassName
{
color: #06634C;
}
</style>
background-color css
<style>
a { background-color: #06634C; }
a { background-color: rgb(6,99,76); }
div.DivClassName
{
background-color: #06634C;
}
.BgClassName
{
background-color: #06634C;
}
</style>
border-color css
<style>
span { border-color: #06634C; }
span { border-color: rgb(6,99,76); }
td.TdClassName
{
border-color: #06634C;
}
.TagClassName
{
border-color: #06634C;
}
</style>