Shades of Watercourse #06634E
Tints of Watercourse #06634E
RGB
CMYK
RGB Variations
Color information
#06634E (or 0x06634E) is known color: Watercourse. HEX triplet: 06, 63 and 4E. RGB value is (6,99,78). Sum of RGB (Red+Green+Blue) = 6+99+78=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #06634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06634E is #F99CB1. Grayscale: #444444. Windows color (decimal): -16358578 or 5137158. OLE color: 5137158.
HSL color Cylindrical-coordinate representation of color #06634E: hue angle of 166.45º 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 #06634E is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 78 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.61 |
| HSL | 166.45º | 0.89% | 0.21% | - |
| HSV(B) | 166.45º | 0.94% | 0.39% | - |
| XYZ | 5.91 | 9.51 | 8.73 | - |
| YUV | 68.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 78 | 0.94 | 0 | 0.21 | 0.61 | 166.45 | 0.89 | 0.21 |
| Hex | 6 | 63 | 4E | 5E | 0 | 15 | 3D | A6 | 59 | 15 |
| Octal | 6 | 143 | 116 | 136 | 0 | 25 | 75 | 246 | 131 | 25 |
| Binary | 110 | 1100011 | 1001110 | 1011110 | 0 | 10101 | 111101 | 10100110 | 1011001 | 10101 |
Color Harmonies of #06634E
Complementary color
Monochromatic Colors of #06634E
Black with #06634E
Text Example
Text Example
White with #06634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06634E; }
p { color: rgb(6,99,78); }
H1.HeaderClassName
{
color: #06634E;
}
.AnyTagClassName
{
color: #06634E;
}
</style>
background-color css
<style>
a { background-color: #06634E; }
a { background-color: rgb(6,99,78); }
div.DivClassName
{
background-color: #06634E;
}
.BgClassName
{
background-color: #06634E;
}
</style>
border-color css
<style>
span { border-color: #06634E; }
span { border-color: rgb(6,99,78); }
td.TdClassName
{
border-color: #06634E;
}
.TagClassName
{
border-color: #06634E;
}
</style>