Shades of Watercourse #066351
Tints of Watercourse #066351
RGB
CMYK
RGB Variations
Color information
#066351 (or 0x066351) is known color: Watercourse. HEX triplet: 06, 63 and 51. RGB value is (6,99,81). Sum of RGB (Red+Green+Blue) = 6+99+81=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #066351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066351 is #F99CAE. Grayscale: #454545. Windows color (decimal): -16358575 or 5333766. OLE color: 5333766.
HSL color Cylindrical-coordinate representation of color #066351: hue angle of 168.39º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066351 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 81 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.61 |
| HSL | 168.39º | 0.89% | 0.21% | - |
| HSV(B) | 168.39º | 0.94% | 0.39% | - |
| XYZ | 6.02 | 9.56 | 9.31 | - |
| YUV | 69.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 81 | 0.94 | 0 | 0.18 | 0.61 | 168.39 | 0.89 | 0.21 |
| Hex | 6 | 63 | 51 | 5E | 0 | 12 | 3D | A8 | 59 | 15 |
| Octal | 6 | 143 | 121 | 136 | 0 | 22 | 75 | 250 | 131 | 25 |
| Binary | 110 | 1100011 | 1010001 | 1011110 | 0 | 10010 | 111101 | 10101000 | 1011001 | 10101 |
Color Harmonies of #066351
Complementary color
Monochromatic Colors of #066351
Black with #066351
Text Example
Text Example
White with #066351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066351; }
p { color: rgb(6,99,81); }
H1.HeaderClassName
{
color: #066351;
}
.AnyTagClassName
{
color: #066351;
}
</style>
background-color css
<style>
a { background-color: #066351; }
a { background-color: rgb(6,99,81); }
div.DivClassName
{
background-color: #066351;
}
.BgClassName
{
background-color: #066351;
}
</style>
border-color css
<style>
span { border-color: #066351; }
span { border-color: rgb(6,99,81); }
td.TdClassName
{
border-color: #066351;
}
.TagClassName
{
border-color: #066351;
}
</style>