Shades of Watercourse #06674C
Tints of Watercourse #06674C
RGB
CMYK
RGB Variations
Color information
#06674C (or 0x06674C) is known color: Watercourse. HEX triplet: 06, 67 and 4C. RGB value is (6,103,76). Sum of RGB (Red+Green+Blue) = 6+103+76=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #06674C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06674C is #F998B3. Grayscale: #464646. Windows color (decimal): -16357556 or 5007110. OLE color: 5007110.
HSL color Cylindrical-coordinate representation of color #06674C: hue angle of 163.3º 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 #06674C is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 76 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.60 |
| HSL | 163.3º | 0.89% | 0.21% | - |
| HSV(B) | 163.3º | 0.94% | 0.4% | - |
| XYZ | 6.23 | 10.26 | 8.49 | - |
| YUV | 70.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 76 | 0.94 | 0 | 0.26 | 0.60 | 163.3 | 0.89 | 0.21 |
| Hex | 6 | 67 | 4C | 5E | 0 | 1A | 3C | A3 | 59 | 15 |
| Octal | 6 | 147 | 114 | 136 | 0 | 32 | 74 | 243 | 131 | 25 |
| Binary | 110 | 1100111 | 1001100 | 1011110 | 0 | 11010 | 111100 | 10100011 | 1011001 | 10101 |
Color Harmonies of #06674C
Complementary color
Monochromatic Colors of #06674C
Black with #06674C
Text Example
Text Example
White with #06674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06674C; }
p { color: rgb(6,103,76); }
H1.HeaderClassName
{
color: #06674C;
}
.AnyTagClassName
{
color: #06674C;
}
</style>
background-color css
<style>
a { background-color: #06674C; }
a { background-color: rgb(6,103,76); }
div.DivClassName
{
background-color: #06674C;
}
.BgClassName
{
background-color: #06674C;
}
</style>
border-color css
<style>
span { border-color: #06674C; }
span { border-color: rgb(6,103,76); }
td.TdClassName
{
border-color: #06674C;
}
.TagClassName
{
border-color: #06674C;
}
</style>