Shades of Watercourse #066857
Tints of Watercourse #066857
RGB
CMYK
RGB Variations
Color information
#066857 (or 0x066857) is known color: Watercourse. HEX triplet: 06, 68 and 57. RGB value is (6,104,87). Sum of RGB (Red+Green+Blue) = 6+104+87=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #066857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066857 is #F997A8. Grayscale: #484848. Windows color (decimal): -16357289 or 5728262. OLE color: 5728262.
HSL color Cylindrical-coordinate representation of color #066857: hue angle of 169.59º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066857 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 87 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.59 |
| HSL | 169.59º | 0.89% | 0.22% | - |
| HSV(B) | 169.59º | 0.94% | 0.41% | - |
| XYZ | 6.75 | 10.63 | 10.71 | - |
| YUV | 72.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 87 | 0.94 | 0 | 0.16 | 0.59 | 169.59 | 0.89 | 0.22 |
| Hex | 6 | 68 | 57 | 5E | 0 | 10 | 3B | AA | 59 | 16 |
| Octal | 6 | 150 | 127 | 136 | 0 | 20 | 73 | 252 | 131 | 26 |
| Binary | 110 | 1101000 | 1010111 | 1011110 | 0 | 10000 | 111011 | 10101010 | 1011001 | 10110 |
Color Harmonies of #066857
Complementary color
Monochromatic Colors of #066857
Black with #066857
Text Example
Text Example
White with #066857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066857; }
p { color: rgb(6,104,87); }
H1.HeaderClassName
{
color: #066857;
}
.AnyTagClassName
{
color: #066857;
}
</style>
background-color css
<style>
a { background-color: #066857; }
a { background-color: rgb(6,104,87); }
div.DivClassName
{
background-color: #066857;
}
.BgClassName
{
background-color: #066857;
}
</style>
border-color css
<style>
span { border-color: #066857; }
span { border-color: rgb(6,104,87); }
td.TdClassName
{
border-color: #066857;
}
.TagClassName
{
border-color: #066857;
}
</style>