Shades of Watercourse #10614E
Tints of Watercourse #10614E
RGB
CMYK
RGB Variations
Color information
#10614E (or 0x10614E) is known color: Watercourse. HEX triplet: 10, 61 and 4E. RGB value is (16,97,78). Sum of RGB (Red+Green+Blue) = 16+97+78=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #10614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10614E is #EF9EB1. Grayscale: #464646. Windows color (decimal): -15703730 or 5136656. OLE color: 5136656.
HSL color Cylindrical-coordinate representation of color #10614E: hue angle of 165.93º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10614E is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 78 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.62 |
| HSL | 165.93º | 0.72% | 0.22% | - |
| HSV(B) | 165.93º | 0.84% | 0.38% | - |
| XYZ | 5.86 | 9.21 | 8.68 | - |
| YUV | 70.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 78 | 0.84 | 0 | 0.20 | 0.62 | 165.93 | 0.72 | 0.22 |
| Hex | 10 | 61 | 4E | 54 | 0 | 14 | 3E | A6 | 48 | 16 |
| Octal | 20 | 141 | 116 | 124 | 0 | 24 | 76 | 246 | 110 | 26 |
| Binary | 10000 | 1100001 | 1001110 | 1010100 | 0 | 10100 | 111110 | 10100110 | 1001000 | 10110 |
Color Harmonies of #10614E
Complementary color
Monochromatic Colors of #10614E
Black with #10614E
Text Example
Text Example
White with #10614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10614E; }
p { color: rgb(16,97,78); }
H1.HeaderClassName
{
color: #10614E;
}
.AnyTagClassName
{
color: #10614E;
}
</style>
background-color css
<style>
a { background-color: #10614E; }
a { background-color: rgb(16,97,78); }
div.DivClassName
{
background-color: #10614E;
}
.BgClassName
{
background-color: #10614E;
}
</style>
border-color css
<style>
span { border-color: #10614E; }
span { border-color: rgb(16,97,78); }
td.TdClassName
{
border-color: #10614E;
}
.TagClassName
{
border-color: #10614E;
}
</style>