#65064d color RGB value is (6, 80, 100).
#65064d hex color red value is 6, green value is 80, and blue value is 100.
Cylindrical-coordinate representations (HSL) of color #65064d
hue: 192.77,
saturation: 0.89 and lightness: 0.21.
The process color (four-color CMYK) of #65064d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #65064d is #ff9999. Color #65064d contains mainly RED.
| Color spaces of #65064d | Value |
|---|---|
| RGB | 101, 6, 77 |
| HSL | 0.88, 0.89, 0.21 |
| HSV | 315°, 94°, 40° |
| XYZ | 6.77, 3.43, 7.33 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1100101 | 110 | 1001101 |
| Octal | 145 | 6 | 115 |
| Decimal | 101 | 6 | 77 |
| Hex | 65 | 6 | 4D |
Shades of #65064d
Tints of #65064d
.mybgColor {background-color: #65064d;}
.myforeColor {color: #65064d;}
.myborderColor {border:3px solid #65064d;}
<p style="color:#65064d">Text here</p>
This sample text is styled with the font color #65064d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#65064d">Div content here</div>
<div style="border:3px solid #65064d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(101, 6, 77, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #65064d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #65064d;
-webkit-box-shadow: 1px 1px 3px #65064d;
box-shadow: 1px 1px 3px #65064d; }
<p style="text-shadow: 4px 4px 2px rgba(101, 6, 77, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #65064d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #65064d;
-webkit-box-shadow: 1px 1px 3px #65064d;
box-shadow: 1px 1px 3px #65064d;">Div content here</div>
