Shades of Watercourse #066753
Tints of Watercourse #066753
RGB
CMYK
RGB Variations
Color information
#066753 (or 0x066753) is known color: Watercourse. HEX triplet: 06, 67 and 53. RGB value is (6,103,83). Sum of RGB (Red+Green+Blue) = 6+103+83=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #066753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066753 is #F998AC. Grayscale: #474747. Windows color (decimal): -16357549 or 5465862. OLE color: 5465862.
HSL color Cylindrical-coordinate representation of color #066753: hue angle of 167.63º 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 #066753 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 83 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.60 |
| HSL | 167.63º | 0.89% | 0.21% | - |
| HSV(B) | 167.63º | 0.94% | 0.4% | - |
| XYZ | 6.49 | 10.36 | 9.84 | - |
| YUV | 71.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 83 | 0.94 | 0 | 0.19 | 0.60 | 167.63 | 0.89 | 0.21 |
| Hex | 6 | 67 | 53 | 5E | 0 | 13 | 3C | A8 | 59 | 15 |
| Octal | 6 | 147 | 123 | 136 | 0 | 23 | 74 | 250 | 131 | 25 |
| Binary | 110 | 1100111 | 1010011 | 1011110 | 0 | 10011 | 111100 | 10101000 | 1011001 | 10101 |
Color Harmonies of #066753
Complementary color
Monochromatic Colors of #066753
Black with #066753
Text Example
Text Example
White with #066753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066753; }
p { color: rgb(6,103,83); }
H1.HeaderClassName
{
color: #066753;
}
.AnyTagClassName
{
color: #066753;
}
</style>
background-color css
<style>
a { background-color: #066753; }
a { background-color: rgb(6,103,83); }
div.DivClassName
{
background-color: #066753;
}
.BgClassName
{
background-color: #066753;
}
</style>
border-color css
<style>
span { border-color: #066753; }
span { border-color: rgb(6,103,83); }
td.TdClassName
{
border-color: #066753;
}
.TagClassName
{
border-color: #066753;
}
</style>