Shades of Watercourse #066D54
Tints of Watercourse #066D54
RGB
CMYK
RGB Variations
Color information
#066D54 (or 0x066D54) is known color: Watercourse. HEX triplet: 06, 6D and 54. RGB value is (6,109,84). Sum of RGB (Red+Green+Blue) = 6+109+84=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #066D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D54 is #F992AB. Grayscale: #4B4B4B. Windows color (decimal): -16356012 or 5532934. OLE color: 5532934.
HSL color Cylindrical-coordinate representation of color #066D54: hue angle of 165.44º 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 #066D54 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 84 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.57 |
| HSL | 165.44º | 0.9% | 0.23% | - |
| HSV(B) | 165.44º | 0.94% | 0.43% | - |
| XYZ | 7.14 | 11.62 | 10.25 | - |
| YUV | 75.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 84 | 0.94 | 0 | 0.23 | 0.57 | 165.44 | 0.9 | 0.23 |
| Hex | 6 | 6D | 54 | 5E | 0 | 17 | 39 | A5 | 5A | 17 |
| Octal | 6 | 155 | 124 | 136 | 0 | 27 | 71 | 245 | 132 | 27 |
| Binary | 110 | 1101101 | 1010100 | 1011110 | 0 | 10111 | 111001 | 10100101 | 1011010 | 10111 |
Color Harmonies of #066D54
Complementary color
Monochromatic Colors of #066D54
Black with #066D54
Text Example
Text Example
White with #066D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D54; }
p { color: rgb(6,109,84); }
H1.HeaderClassName
{
color: #066D54;
}
.AnyTagClassName
{
color: #066D54;
}
</style>
background-color css
<style>
a { background-color: #066D54; }
a { background-color: rgb(6,109,84); }
div.DivClassName
{
background-color: #066D54;
}
.BgClassName
{
background-color: #066D54;
}
</style>
border-color css
<style>
span { border-color: #066D54; }
span { border-color: rgb(6,109,84); }
td.TdClassName
{
border-color: #066D54;
}
.TagClassName
{
border-color: #066D54;
}
</style>