Shades of Watercourse #06634F
Tints of Watercourse #06634F
RGB
CMYK
RGB Variations
Color information
#06634F (or 0x06634F) is known color: Watercourse. HEX triplet: 06, 63 and 4F. RGB value is (6,99,79). Sum of RGB (Red+Green+Blue) = 6+99+79=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #06634F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06634F is #F99CB0. Grayscale: #444444. Windows color (decimal): -16358577 or 5202694. OLE color: 5202694.
HSL color Cylindrical-coordinate representation of color #06634F: hue angle of 167.1º 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 #06634F is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 79 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.61 |
| HSL | 167.1º | 0.89% | 0.21% | - |
| HSV(B) | 167.1º | 0.94% | 0.39% | - |
| XYZ | 5.95 | 9.53 | 8.92 | - |
| YUV | 68.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 79 | 0.94 | 0 | 0.20 | 0.61 | 167.1 | 0.89 | 0.21 |
| Hex | 6 | 63 | 4F | 5E | 0 | 14 | 3D | A7 | 59 | 15 |
| Octal | 6 | 143 | 117 | 136 | 0 | 24 | 75 | 247 | 131 | 25 |
| Binary | 110 | 1100011 | 1001111 | 1011110 | 0 | 10100 | 111101 | 10100111 | 1011001 | 10101 |
Color Harmonies of #06634F
Complementary color
Monochromatic Colors of #06634F
Black with #06634F
Text Example
Text Example
White with #06634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06634F; }
p { color: rgb(6,99,79); }
H1.HeaderClassName
{
color: #06634F;
}
.AnyTagClassName
{
color: #06634F;
}
</style>
background-color css
<style>
a { background-color: #06634F; }
a { background-color: rgb(6,99,79); }
div.DivClassName
{
background-color: #06634F;
}
.BgClassName
{
background-color: #06634F;
}
</style>
border-color css
<style>
span { border-color: #06634F; }
span { border-color: rgb(6,99,79); }
td.TdClassName
{
border-color: #06634F;
}
.TagClassName
{
border-color: #06634F;
}
</style>