Shades of Watercourse #06614A
Tints of Watercourse #06614A
RGB
CMYK
RGB Variations
Color information
#06614A (or 0x06614A) is known color: Watercourse. HEX triplet: 06, 61 and 4A. RGB value is (6,97,74). Sum of RGB (Red+Green+Blue) = 6+97+74=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #06614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06614A is #F99EB5. Grayscale: #434343. Windows color (decimal): -16359094 or 4874502. OLE color: 4874502.
HSL color Cylindrical-coordinate representation of color #06614A: hue angle of 164.84º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06614A is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 74 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.62 |
| HSL | 164.84º | 0.88% | 0.2% | - |
| HSV(B) | 164.84º | 0.94% | 0.38% | - |
| XYZ | 5.59 | 9.08 | 7.94 | - |
| YUV | 67.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 74 | 0.94 | 0 | 0.24 | 0.62 | 164.84 | 0.88 | 0.2 |
| Hex | 6 | 61 | 4A | 5E | 0 | 18 | 3E | A5 | 58 | 14 |
| Octal | 6 | 141 | 112 | 136 | 0 | 30 | 76 | 245 | 130 | 24 |
| Binary | 110 | 1100001 | 1001010 | 1011110 | 0 | 11000 | 111110 | 10100101 | 1011000 | 10100 |
Color Harmonies of #06614A
Complementary color
Monochromatic Colors of #06614A
Black with #06614A
Text Example
Text Example
White with #06614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06614A; }
p { color: rgb(6,97,74); }
H1.HeaderClassName
{
color: #06614A;
}
.AnyTagClassName
{
color: #06614A;
}
</style>
background-color css
<style>
a { background-color: #06614A; }
a { background-color: rgb(6,97,74); }
div.DivClassName
{
background-color: #06614A;
}
.BgClassName
{
background-color: #06614A;
}
</style>
border-color css
<style>
span { border-color: #06614A; }
span { border-color: rgb(6,97,74); }
td.TdClassName
{
border-color: #06614A;
}
.TagClassName
{
border-color: #06614A;
}
</style>