Shades of Watercourse #066646
Tints of Watercourse #066646
RGB
CMYK
RGB Variations
Color information
#066646 (or 0x066646) is known color: Watercourse. HEX triplet: 06, 66 and 46. RGB value is (6,102,70). Sum of RGB (Red+Green+Blue) = 6+102+70=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #066646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066646 is #F999B9. Grayscale: #454545. Windows color (decimal): -16357818 or 4613638. OLE color: 4613638.
HSL color Cylindrical-coordinate representation of color #066646: hue angle of 160º 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 #066646 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 70 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.6 |
| HSL | 160º | 0.89% | 0.21% | - |
| HSV(B) | 160º | 0.94% | 0.4% | - |
| XYZ | 5.93 | 9.98 | 7.41 | - |
| YUV | 69.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 70 | 0.94 | 0 | 0.31 | 0.6 | 160 | 0.89 | 0.21 |
| Hex | 6 | 66 | 46 | 5E | 0 | 1F | 3C | A0 | 59 | 15 |
| Octal | 6 | 146 | 106 | 136 | 0 | 37 | 74 | 240 | 131 | 25 |
| Binary | 110 | 1100110 | 1000110 | 1011110 | 0 | 11111 | 111100 | 10100000 | 1011001 | 10101 |
Color Harmonies of #066646
Complementary color
Monochromatic Colors of #066646
Black with #066646
Text Example
Text Example
White with #066646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066646; }
p { color: rgb(6,102,70); }
H1.HeaderClassName
{
color: #066646;
}
.AnyTagClassName
{
color: #066646;
}
</style>
background-color css
<style>
a { background-color: #066646; }
a { background-color: rgb(6,102,70); }
div.DivClassName
{
background-color: #066646;
}
.BgClassName
{
background-color: #066646;
}
</style>
border-color css
<style>
span { border-color: #066646; }
span { border-color: rgb(6,102,70); }
td.TdClassName
{
border-color: #066646;
}
.TagClassName
{
border-color: #066646;
}
</style>