Shades of Watercourse #066D4F
Tints of Watercourse #066D4F
RGB
CMYK
RGB Variations
Color information
#066D4F (or 0x066D4F) is known color: Watercourse. HEX triplet: 06, 6D and 4F. RGB value is (6,109,79). Sum of RGB (Red+Green+Blue) = 6+109+79=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #066D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D4F is #F992B0. Grayscale: #4A4A4A. Windows color (decimal): -16356017 or 5205254. OLE color: 5205254.
HSL color Cylindrical-coordinate representation of color #066D4F: hue angle of 162.52º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D4F is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 79 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.57 |
| HSL | 162.52º | 0.9% | 0.23% | - |
| HSV(B) | 162.52º | 0.94% | 0.43% | - |
| XYZ | 6.96 | 11.54 | 9.26 | - |
| YUV | 74.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 79 | 0.94 | 0 | 0.28 | 0.57 | 162.52 | 0.9 | 0.23 |
| Hex | 6 | 6D | 4F | 5E | 0 | 1C | 39 | A3 | 5A | 17 |
| Octal | 6 | 155 | 117 | 136 | 0 | 34 | 71 | 243 | 132 | 27 |
| Binary | 110 | 1101101 | 1001111 | 1011110 | 0 | 11100 | 111001 | 10100011 | 1011010 | 10111 |
Color Harmonies of #066D4F
Complementary color
Monochromatic Colors of #066D4F
Black with #066D4F
Text Example
Text Example
White with #066D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D4F; }
p { color: rgb(6,109,79); }
H1.HeaderClassName
{
color: #066D4F;
}
.AnyTagClassName
{
color: #066D4F;
}
</style>
background-color css
<style>
a { background-color: #066D4F; }
a { background-color: rgb(6,109,79); }
div.DivClassName
{
background-color: #066D4F;
}
.BgClassName
{
background-color: #066D4F;
}
</style>
border-color css
<style>
span { border-color: #066D4F; }
span { border-color: rgb(6,109,79); }
td.TdClassName
{
border-color: #066D4F;
}
.TagClassName
{
border-color: #066D4F;
}
</style>