Shades of Watercourse #066851
Tints of Watercourse #066851
RGB
CMYK
RGB Variations
Color information
#066851 (or 0x066851) is known color: Watercourse. HEX triplet: 06, 68 and 51. RGB value is (6,104,81). Sum of RGB (Red+Green+Blue) = 6+104+81=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #066851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066851 is #F997AE. Grayscale: #484848. Windows color (decimal): -16357295 or 5335046. OLE color: 5335046.
HSL color Cylindrical-coordinate representation of color #066851: hue angle of 165.92º 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 #066851 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 81 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.59 |
| HSL | 165.92º | 0.89% | 0.22% | - |
| HSV(B) | 165.92º | 0.94% | 0.41% | - |
| XYZ | 6.51 | 10.53 | 9.47 | - |
| YUV | 72.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 81 | 0.94 | 0 | 0.22 | 0.59 | 165.92 | 0.89 | 0.22 |
| Hex | 6 | 68 | 51 | 5E | 0 | 16 | 3B | A6 | 59 | 16 |
| Octal | 6 | 150 | 121 | 136 | 0 | 26 | 73 | 246 | 131 | 26 |
| Binary | 110 | 1101000 | 1010001 | 1011110 | 0 | 10110 | 111011 | 10100110 | 1011001 | 10110 |
Color Harmonies of #066851
Complementary color
Monochromatic Colors of #066851
Black with #066851
Text Example
Text Example
White with #066851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066851; }
p { color: rgb(6,104,81); }
H1.HeaderClassName
{
color: #066851;
}
.AnyTagClassName
{
color: #066851;
}
</style>
background-color css
<style>
a { background-color: #066851; }
a { background-color: rgb(6,104,81); }
div.DivClassName
{
background-color: #066851;
}
.BgClassName
{
background-color: #066851;
}
</style>
border-color css
<style>
span { border-color: #066851; }
span { border-color: rgb(6,104,81); }
td.TdClassName
{
border-color: #066851;
}
.TagClassName
{
border-color: #066851;
}
</style>