Shades of Watercourse #06654A
Tints of Watercourse #06654A
RGB
CMYK
RGB Variations
Color information
#06654A (or 0x06654A) is known color: Watercourse. HEX triplet: 06, 65 and 4A. RGB value is (6,101,74). Sum of RGB (Red+Green+Blue) = 6+101+74=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #06654A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06654A is #F99AB5. Grayscale: #454545. Windows color (decimal): -16358070 or 4875526. OLE color: 4875526.
HSL color Cylindrical-coordinate representation of color #06654A: hue angle of 162.95º 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 #06654A is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 74 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.60 |
| HSL | 162.95º | 0.89% | 0.21% | - |
| HSV(B) | 162.95º | 0.94% | 0.4% | - |
| XYZ | 5.96 | 9.84 | 8.06 | - |
| YUV | 69.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 74 | 0.94 | 0 | 0.27 | 0.60 | 162.95 | 0.89 | 0.21 |
| Hex | 6 | 65 | 4A | 5E | 0 | 1B | 3C | A3 | 59 | 15 |
| Octal | 6 | 145 | 112 | 136 | 0 | 33 | 74 | 243 | 131 | 25 |
| Binary | 110 | 1100101 | 1001010 | 1011110 | 0 | 11011 | 111100 | 10100011 | 1011001 | 10101 |
Color Harmonies of #06654A
Complementary color
Monochromatic Colors of #06654A
Black with #06654A
Text Example
Text Example
White with #06654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06654A; }
p { color: rgb(6,101,74); }
H1.HeaderClassName
{
color: #06654A;
}
.AnyTagClassName
{
color: #06654A;
}
</style>
background-color css
<style>
a { background-color: #06654A; }
a { background-color: rgb(6,101,74); }
div.DivClassName
{
background-color: #06654A;
}
.BgClassName
{
background-color: #06654A;
}
</style>
border-color css
<style>
span { border-color: #06654A; }
span { border-color: rgb(6,101,74); }
td.TdClassName
{
border-color: #06654A;
}
.TagClassName
{
border-color: #06654A;
}
</style>