Shades of Watercourse #06674A
Tints of Watercourse #06674A
RGB
CMYK
RGB Variations
Color information
#06674A (or 0x06674A) is known color: Watercourse. HEX triplet: 06, 67 and 4A. RGB value is (6,103,74). Sum of RGB (Red+Green+Blue) = 6+103+74=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #06674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06674A is #F998B5. Grayscale: #464646. Windows color (decimal): -16357558 or 4876038. OLE color: 4876038.
HSL color Cylindrical-coordinate representation of color #06674A: hue angle of 162.06º 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 #06674A is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 74 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.60 |
| HSL | 162.06º | 0.89% | 0.21% | - |
| HSV(B) | 162.06º | 0.94% | 0.4% | - |
| XYZ | 6.16 | 10.23 | 8.13 | - |
| YUV | 70.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 74 | 0.94 | 0 | 0.28 | 0.60 | 162.06 | 0.89 | 0.21 |
| Hex | 6 | 67 | 4A | 5E | 0 | 1C | 3C | A2 | 59 | 15 |
| Octal | 6 | 147 | 112 | 136 | 0 | 34 | 74 | 242 | 131 | 25 |
| Binary | 110 | 1100111 | 1001010 | 1011110 | 0 | 11100 | 111100 | 10100010 | 1011001 | 10101 |
Color Harmonies of #06674A
Complementary color
Monochromatic Colors of #06674A
Black with #06674A
Text Example
Text Example
White with #06674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06674A; }
p { color: rgb(6,103,74); }
H1.HeaderClassName
{
color: #06674A;
}
.AnyTagClassName
{
color: #06674A;
}
</style>
background-color css
<style>
a { background-color: #06674A; }
a { background-color: rgb(6,103,74); }
div.DivClassName
{
background-color: #06674A;
}
.BgClassName
{
background-color: #06674A;
}
</style>
border-color css
<style>
span { border-color: #06674A; }
span { border-color: rgb(6,103,74); }
td.TdClassName
{
border-color: #06674A;
}
.TagClassName
{
border-color: #06674A;
}
</style>