Shades of Watercourse #006351
Tints of Watercourse #006351
RGB
CMYK
RGB Variations
Color information
#006351 (or 0x006351) is known color: Watercourse. HEX triplet: 00, 63 and 51. RGB value is (0,99,81). Sum of RGB (Red+Green+Blue) = 0+99+81=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #006351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006351 is #FF9CAE. Grayscale: #434343. Windows color (decimal): -16751791 or 5333760. OLE color: 5333760.
HSL color Cylindrical-coordinate representation of color #006351: hue angle of 169.09º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006351 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 81 | - |
| CMYK | 1 | 0 | 0.18 | 0.61 |
| HSL | 169.09º | 1% | 0.19% | - |
| HSV(B) | 169.09º | 1% | 0.39% | - |
| XYZ | 5.95 | 9.52 | 9.31 | - |
| YUV | 67.35 | 135.7 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 81 | 1 | 0 | 0.18 | 0.61 | 169.09 | 1 | 0.19 |
| Hex | 0 | 63 | 51 | 64 | 0 | 12 | 3D | A9 | 64 | 13 |
| Octal | 0 | 143 | 121 | 144 | 0 | 22 | 75 | 251 | 144 | 23 |
| Binary | 0 | 1100011 | 1010001 | 1100100 | 0 | 10010 | 111101 | 10101001 | 1100100 | 10011 |
Color Harmonies of #006351
Complementary color
Monochromatic Colors of #006351
Black with #006351
Text Example
Text Example
White with #006351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006351; }
p { color: rgb(0,99,81); }
H1.HeaderClassName
{
color: #006351;
}
.AnyTagClassName
{
color: #006351;
}
</style>
background-color css
<style>
a { background-color: #006351; }
a { background-color: rgb(0,99,81); }
div.DivClassName
{
background-color: #006351;
}
.BgClassName
{
background-color: #006351;
}
</style>
border-color css
<style>
span { border-color: #006351; }
span { border-color: rgb(0,99,81); }
td.TdClassName
{
border-color: #006351;
}
.TagClassName
{
border-color: #006351;
}
</style>