Shades of Watercourse #006654
Tints of Watercourse #006654
RGB
CMYK
RGB Variations
Color information
#006654 (or 0x006654) is known color: Watercourse. HEX triplet: 00, 66 and 54. RGB value is (0,102,84). Sum of RGB (Red+Green+Blue) = 0+102+84=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #006654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006654 is #FF99AB. Grayscale: #454545. Windows color (decimal): -16751020 or 5531136. OLE color: 5531136.
HSL color Cylindrical-coordinate representation of color #006654: hue angle of 169.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006654 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 84 | - |
| CMYK | 1 | 0 | 0.18 | 0.6 |
| HSL | 169.41º | 1% | 0.2% | - |
| HSV(B) | 169.41º | 1% | 0.4% | - |
| XYZ | 6.35 | 10.14 | 10.01 | - |
| YUV | 69.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 84 | 1 | 0 | 0.18 | 0.6 | 169.41 | 1 | 0.2 |
| Hex | 0 | 66 | 54 | 64 | 0 | 12 | 3C | A9 | 64 | 14 |
| Octal | 0 | 146 | 124 | 144 | 0 | 22 | 74 | 251 | 144 | 24 |
| Binary | 0 | 1100110 | 1010100 | 1100100 | 0 | 10010 | 111100 | 10101001 | 1100100 | 10100 |
Color Harmonies of #006654
Complementary color
Monochromatic Colors of #006654
Black with #006654
Text Example
Text Example
White with #006654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006654; }
p { color: rgb(0,102,84); }
H1.HeaderClassName
{
color: #006654;
}
.AnyTagClassName
{
color: #006654;
}
</style>
background-color css
<style>
a { background-color: #006654; }
a { background-color: rgb(0,102,84); }
div.DivClassName
{
background-color: #006654;
}
.BgClassName
{
background-color: #006654;
}
</style>
border-color css
<style>
span { border-color: #006654; }
span { border-color: rgb(0,102,84); }
td.TdClassName
{
border-color: #006654;
}
.TagClassName
{
border-color: #006654;
}
</style>