Shades of Watercourse #06664D
Tints of Watercourse #06664D
RGB
CMYK
RGB Variations
Color information
#06664D (or 0x06664D) is known color: Watercourse. HEX triplet: 06, 66 and 4D. RGB value is (6,102,77). Sum of RGB (Red+Green+Blue) = 6+102+77=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #06664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06664D is #F999B2. Grayscale: #464646. Windows color (decimal): -16357811 or 5072390. OLE color: 5072390.
HSL color Cylindrical-coordinate representation of color #06664D: hue angle of 164.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06664D is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 77 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.6 |
| HSL | 164.38º | 0.89% | 0.21% | - |
| HSV(B) | 164.38º | 0.94% | 0.4% | - |
| XYZ | 6.17 | 10.08 | 8.64 | - |
| YUV | 70.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 77 | 0.94 | 0 | 0.25 | 0.6 | 164.38 | 0.89 | 0.21 |
| Hex | 6 | 66 | 4D | 5E | 0 | 19 | 3C | A4 | 59 | 15 |
| Octal | 6 | 146 | 115 | 136 | 0 | 31 | 74 | 244 | 131 | 25 |
| Binary | 110 | 1100110 | 1001101 | 1011110 | 0 | 11001 | 111100 | 10100100 | 1011001 | 10101 |
Color Harmonies of #06664D
Complementary color
Monochromatic Colors of #06664D
Black with #06664D
Text Example
Text Example
White with #06664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06664D; }
p { color: rgb(6,102,77); }
H1.HeaderClassName
{
color: #06664D;
}
.AnyTagClassName
{
color: #06664D;
}
</style>
background-color css
<style>
a { background-color: #06664D; }
a { background-color: rgb(6,102,77); }
div.DivClassName
{
background-color: #06664D;
}
.BgClassName
{
background-color: #06664D;
}
</style>
border-color css
<style>
span { border-color: #06664D; }
span { border-color: rgb(6,102,77); }
td.TdClassName
{
border-color: #06664D;
}
.TagClassName
{
border-color: #06664D;
}
</style>