Shades of Watercourse #06624A
Tints of Watercourse #06624A
RGB
CMYK
RGB Variations
Color information
#06624A (or 0x06624A) is known color: Watercourse. HEX triplet: 06, 62 and 4A. RGB value is (6,98,74). Sum of RGB (Red+Green+Blue) = 6+98+74=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #06624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06624A is #F99DB5. Grayscale: #434343. Windows color (decimal): -16358838 or 4874758. OLE color: 4874758.
HSL color Cylindrical-coordinate representation of color #06624A: hue angle of 164.35º 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 #06624A is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 74 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.62 |
| HSL | 164.35º | 0.88% | 0.2% | - |
| HSV(B) | 164.35º | 0.94% | 0.38% | - |
| XYZ | 5.68 | 9.27 | 7.97 | - |
| YUV | 67.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 74 | 0.94 | 0 | 0.24 | 0.62 | 164.35 | 0.88 | 0.2 |
| Hex | 6 | 62 | 4A | 5E | 0 | 18 | 3E | A4 | 58 | 14 |
| Octal | 6 | 142 | 112 | 136 | 0 | 30 | 76 | 244 | 130 | 24 |
| Binary | 110 | 1100010 | 1001010 | 1011110 | 0 | 11000 | 111110 | 10100100 | 1011000 | 10100 |
Color Harmonies of #06624A
Complementary color
Monochromatic Colors of #06624A
Black with #06624A
Text Example
Text Example
White with #06624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06624A; }
p { color: rgb(6,98,74); }
H1.HeaderClassName
{
color: #06624A;
}
.AnyTagClassName
{
color: #06624A;
}
</style>
background-color css
<style>
a { background-color: #06624A; }
a { background-color: rgb(6,98,74); }
div.DivClassName
{
background-color: #06624A;
}
.BgClassName
{
background-color: #06624A;
}
</style>
border-color css
<style>
span { border-color: #06624A; }
span { border-color: rgb(6,98,74); }
td.TdClassName
{
border-color: #06624A;
}
.TagClassName
{
border-color: #06624A;
}
</style>