Shades of Watercourse #06654C
Tints of Watercourse #06654C
RGB
CMYK
RGB Variations
Color information
#06654C (or 0x06654C) is known color: Watercourse. HEX triplet: 06, 65 and 4C. RGB value is (6,101,76). Sum of RGB (Red+Green+Blue) = 6+101+76=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #06654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06654C is #F99AB3. Grayscale: #454545. Windows color (decimal): -16358068 or 5006598. OLE color: 5006598.
HSL color Cylindrical-coordinate representation of color #06654C: hue angle of 164.21º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06654C is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 76 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.60 |
| HSL | 164.21º | 0.89% | 0.21% | - |
| HSV(B) | 164.21º | 0.94% | 0.4% | - |
| XYZ | 6.03 | 9.87 | 8.42 | - |
| YUV | 69.75 | 131.53 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 76 | 0.94 | 0 | 0.25 | 0.60 | 164.21 | 0.89 | 0.21 |
| Hex | 6 | 65 | 4C | 5E | 0 | 19 | 3C | A4 | 59 | 15 |
| Octal | 6 | 145 | 114 | 136 | 0 | 31 | 74 | 244 | 131 | 25 |
| Binary | 110 | 1100101 | 1001100 | 1011110 | 0 | 11001 | 111100 | 10100100 | 1011001 | 10101 |
Color Harmonies of #06654C
Complementary color
Monochromatic Colors of #06654C
Black with #06654C
Text Example
Text Example
White with #06654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06654C; }
p { color: rgb(6,101,76); }
H1.HeaderClassName
{
color: #06654C;
}
.AnyTagClassName
{
color: #06654C;
}
</style>
background-color css
<style>
a { background-color: #06654C; }
a { background-color: rgb(6,101,76); }
div.DivClassName
{
background-color: #06654C;
}
.BgClassName
{
background-color: #06654C;
}
</style>
border-color css
<style>
span { border-color: #06654C; }
span { border-color: rgb(6,101,76); }
td.TdClassName
{
border-color: #06654C;
}
.TagClassName
{
border-color: #06654C;
}
</style>