Shades of Watercourse #06694E
Tints of Watercourse #06694E
RGB
CMYK
RGB Variations
Color information
#06694E (or 0x06694E) is known color: Watercourse. HEX triplet: 06, 69 and 4E. RGB value is (6,105,78). Sum of RGB (Red+Green+Blue) = 6+105+78=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #06694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06694E is #F996B1. Grayscale: #484848. Windows color (decimal): -16357042 or 5138694. OLE color: 5138694.
HSL color Cylindrical-coordinate representation of color #06694E: hue angle of 163.64º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06694E is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 78 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.59 |
| HSL | 163.64º | 0.89% | 0.22% | - |
| HSV(B) | 163.64º | 0.94% | 0.41% | - |
| XYZ | 6.5 | 10.69 | 8.93 | - |
| YUV | 72.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 78 | 0.94 | 0 | 0.26 | 0.59 | 163.64 | 0.89 | 0.22 |
| Hex | 6 | 69 | 4E | 5E | 0 | 1A | 3B | A4 | 59 | 16 |
| Octal | 6 | 151 | 116 | 136 | 0 | 32 | 73 | 244 | 131 | 26 |
| Binary | 110 | 1101001 | 1001110 | 1011110 | 0 | 11010 | 111011 | 10100100 | 1011001 | 10110 |
Color Harmonies of #06694E
Complementary color
Monochromatic Colors of #06694E
Black with #06694E
Text Example
Text Example
White with #06694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06694E; }
p { color: rgb(6,105,78); }
H1.HeaderClassName
{
color: #06694E;
}
.AnyTagClassName
{
color: #06694E;
}
</style>
background-color css
<style>
a { background-color: #06694E; }
a { background-color: rgb(6,105,78); }
div.DivClassName
{
background-color: #06694E;
}
.BgClassName
{
background-color: #06694E;
}
</style>
border-color css
<style>
span { border-color: #06694E; }
span { border-color: rgb(6,105,78); }
td.TdClassName
{
border-color: #06694E;
}
.TagClassName
{
border-color: #06694E;
}
</style>