Shades of Watercourse #065D4B
Tints of Watercourse #065D4B
RGB
CMYK
RGB Variations
Color information
#065D4B (or 0x065D4B) is known color: Watercourse. HEX triplet: 06, 5D and 4B. RGB value is (6,93,75). Sum of RGB (Red+Green+Blue) = 6+93+75=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #065D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D4B is #F9A2B4. Grayscale: #404040. Windows color (decimal): -16360117 or 4939014. OLE color: 4939014.
HSL color Cylindrical-coordinate representation of color #065D4B: hue angle of 167.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D4B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 93 | 75 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.64 |
| HSL | 167.59º | 0.88% | 0.19% | - |
| HSV(B) | 167.59º | 0.94% | 0.36% | - |
| XYZ | 5.26 | 8.38 | 8 | - |
| YUV | 64.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 75 | 0.94 | 0 | 0.19 | 0.64 | 167.59 | 0.88 | 0.19 |
| Hex | 6 | 5D | 4B | 5E | 0 | 13 | 40 | A8 | 58 | 13 |
| Octal | 6 | 135 | 113 | 136 | 0 | 23 | 100 | 250 | 130 | 23 |
| Binary | 110 | 1011101 | 1001011 | 1011110 | 0 | 10011 | 1000000 | 10101000 | 1011000 | 10011 |
Color Harmonies of #065D4B
Complementary color
Monochromatic Colors of #065D4B
Black with #065D4B
Text Example
Text Example
White with #065D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D4B; }
p { color: rgb(6,93,75); }
H1.HeaderClassName
{
color: #065D4B;
}
.AnyTagClassName
{
color: #065D4B;
}
</style>
background-color css
<style>
a { background-color: #065D4B; }
a { background-color: rgb(6,93,75); }
div.DivClassName
{
background-color: #065D4B;
}
.BgClassName
{
background-color: #065D4B;
}
</style>
border-color css
<style>
span { border-color: #065D4B; }
span { border-color: rgb(6,93,75); }
td.TdClassName
{
border-color: #065D4B;
}
.TagClassName
{
border-color: #065D4B;
}
</style>