Shades of Watercourse #06664F
Tints of Watercourse #06664F
RGB
CMYK
RGB Variations
Color information
#06664F (or 0x06664F) is known color: Watercourse. HEX triplet: 06, 66 and 4F. RGB value is (6,102,79). Sum of RGB (Red+Green+Blue) = 6+102+79=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #06664F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06664F is #F999B0. Grayscale: #464646. Windows color (decimal): -16357809 or 5203462. OLE color: 5203462.
HSL color Cylindrical-coordinate representation of color #06664F: hue angle of 165.62º 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 #06664F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 79 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.6 |
| HSL | 165.63º | 0.89% | 0.21% | - |
| HSV(B) | 165.63º | 0.94% | 0.4% | - |
| XYZ | 6.24 | 10.11 | 9.02 | - |
| YUV | 70.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 79 | 0.94 | 0 | 0.23 | 0.6 | 165.63 | 0.89 | 0.21 |
| Hex | 6 | 66 | 4F | 5E | 0 | 17 | 3C | A6 | 59 | 15 |
| Octal | 6 | 146 | 117 | 136 | 0 | 27 | 74 | 246 | 131 | 25 |
| Binary | 110 | 1100110 | 1001111 | 1011110 | 0 | 10111 | 111100 | 10100110 | 1011001 | 10101 |
Color Harmonies of #06664F
Complementary color
Monochromatic Colors of #06664F
Black with #06664F
Text Example
Text Example
White with #06664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06664F; }
p { color: rgb(6,102,79); }
H1.HeaderClassName
{
color: #06664F;
}
.AnyTagClassName
{
color: #06664F;
}
</style>
background-color css
<style>
a { background-color: #06664F; }
a { background-color: rgb(6,102,79); }
div.DivClassName
{
background-color: #06664F;
}
.BgClassName
{
background-color: #06664F;
}
</style>
border-color css
<style>
span { border-color: #06664F; }
span { border-color: rgb(6,102,79); }
td.TdClassName
{
border-color: #06664F;
}
.TagClassName
{
border-color: #06664F;
}
</style>