Shades of Watercourse #0B6654
Tints of Watercourse #0B6654
RGB
CMYK
RGB Variations
Color information
#0B6654 (or 0x0B6654) is known color: Watercourse. HEX triplet: 0B, 66 and 54. RGB value is (11,102,84). Sum of RGB (Red+Green+Blue) = 11+102+84=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6654 is #F499AB. Grayscale: #484848. Windows color (decimal): -16030124 or 5531147. OLE color: 5531147.
HSL color Cylindrical-coordinate representation of color #0B6654: hue angle of 168.13º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6654 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 11 | 102 | 84 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.6 |
| HSL | 168.13º | 0.81% | 0.22% | - |
| HSV(B) | 168.13º | 0.89% | 0.4% | - |
| XYZ | 6.49 | 10.21 | 10.02 | - |
| YUV | 72.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 102 | 84 | 0.89 | 0 | 0.18 | 0.6 | 168.13 | 0.81 | 0.22 |
| Hex | B | 66 | 54 | 59 | 0 | 12 | 3C | A8 | 51 | 16 |
| Octal | 13 | 146 | 124 | 131 | 0 | 22 | 74 | 250 | 121 | 26 |
| Binary | 1011 | 1100110 | 1010100 | 1011001 | 0 | 10010 | 111100 | 10101000 | 1010001 | 10110 |
Color Harmonies of #0B6654
Complementary color
Monochromatic Colors of #0B6654
Black with #0B6654
Text Example
Text Example
White with #0B6654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6654; }
p { color: rgb(11,102,84); }
H1.HeaderClassName
{
color: #0B6654;
}
.AnyTagClassName
{
color: #0B6654;
}
</style>
background-color css
<style>
a { background-color: #0B6654; }
a { background-color: rgb(11,102,84); }
div.DivClassName
{
background-color: #0B6654;
}
.BgClassName
{
background-color: #0B6654;
}
</style>
border-color css
<style>
span { border-color: #0B6654; }
span { border-color: rgb(11,102,84); }
td.TdClassName
{
border-color: #0B6654;
}
.TagClassName
{
border-color: #0B6654;
}
</style>