Shades of Watercourse #06694A
Tints of Watercourse #06694A
RGB
CMYK
RGB Variations
Color information
#06694A (or 0x06694A) is known color: Watercourse. HEX triplet: 06, 69 and 4A. RGB value is (6,105,74). Sum of RGB (Red+Green+Blue) = 6+105+74=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #06694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06694A is #F996B5. Grayscale: #474747. Windows color (decimal): -16357046 or 4876550. OLE color: 4876550.
HSL color Cylindrical-coordinate representation of color #06694A: hue angle of 161.21º 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 #06694A is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 74 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.59 |
| HSL | 161.21º | 0.89% | 0.22% | - |
| HSV(B) | 161.21º | 0.94% | 0.41% | - |
| XYZ | 6.36 | 10.64 | 8.2 | - |
| YUV | 71.87 | 129.2 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 74 | 0.94 | 0 | 0.30 | 0.59 | 161.21 | 0.89 | 0.22 |
| Hex | 6 | 69 | 4A | 5E | 0 | 1E | 3B | A1 | 59 | 16 |
| Octal | 6 | 151 | 112 | 136 | 0 | 36 | 73 | 241 | 131 | 26 |
| Binary | 110 | 1101001 | 1001010 | 1011110 | 0 | 11110 | 111011 | 10100001 | 1011001 | 10110 |
Color Harmonies of #06694A
Complementary color
Monochromatic Colors of #06694A
Black with #06694A
Text Example
Text Example
White with #06694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06694A; }
p { color: rgb(6,105,74); }
H1.HeaderClassName
{
color: #06694A;
}
.AnyTagClassName
{
color: #06694A;
}
</style>
background-color css
<style>
a { background-color: #06694A; }
a { background-color: rgb(6,105,74); }
div.DivClassName
{
background-color: #06694A;
}
.BgClassName
{
background-color: #06694A;
}
</style>
border-color css
<style>
span { border-color: #06694A; }
span { border-color: rgb(6,105,74); }
td.TdClassName
{
border-color: #06694A;
}
.TagClassName
{
border-color: #06694A;
}
</style>