Shades of Watercourse #066949
Tints of Watercourse #066949
RGB
CMYK
RGB Variations
Color information
#066949 (or 0x066949) is known color: Watercourse. HEX triplet: 06, 69 and 49. RGB value is (6,105,73). Sum of RGB (Red+Green+Blue) = 6+105+73=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #066949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066949 is #F996B6. Grayscale: #474747. Windows color (decimal): -16357047 or 4811014. OLE color: 4811014.
HSL color Cylindrical-coordinate representation of color #066949: hue angle of 160.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066949 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 73 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.59 |
| HSL | 160.61º | 0.89% | 0.22% | - |
| HSV(B) | 160.61º | 0.94% | 0.41% | - |
| XYZ | 6.33 | 10.62 | 8.02 | - |
| YUV | 71.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 73 | 0.94 | 0 | 0.30 | 0.59 | 160.61 | 0.89 | 0.22 |
| Hex | 6 | 69 | 49 | 5E | 0 | 1E | 3B | A1 | 59 | 16 |
| Octal | 6 | 151 | 111 | 136 | 0 | 36 | 73 | 241 | 131 | 26 |
| Binary | 110 | 1101001 | 1001001 | 1011110 | 0 | 11110 | 111011 | 10100001 | 1011001 | 10110 |
Color Harmonies of #066949
Complementary color
Monochromatic Colors of #066949
Black with #066949
Text Example
Text Example
White with #066949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066949; }
p { color: rgb(6,105,73); }
H1.HeaderClassName
{
color: #066949;
}
.AnyTagClassName
{
color: #066949;
}
</style>
background-color css
<style>
a { background-color: #066949; }
a { background-color: rgb(6,105,73); }
div.DivClassName
{
background-color: #066949;
}
.BgClassName
{
background-color: #066949;
}
</style>
border-color css
<style>
span { border-color: #066949; }
span { border-color: rgb(6,105,73); }
td.TdClassName
{
border-color: #066949;
}
.TagClassName
{
border-color: #066949;
}
</style>