#68083c color RGB value is (6, 128, 131).
#68083c hex color red value is 6, green value is 128, and blue value is 131.
Cylindrical-coordinate representations (HSL) of color #68083c
hue: 181.44,
saturation: 0.91 and lightness: 0.27.
The process color (four-color CMYK) of #68083c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #68083c is #ff9999. Color #68083c contains mainly RED.
| Color spaces of #68083c | Value |
|---|---|
| RGB | 104, 8, 60 |
| HSL | 0.91, 0.86, 0.22 |
| HSV | 328°, 92°, 41° |
| XYZ | 6.61, 3.44, 4.59 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1101000 | 1000 | 111100 |
| Octal | 150 | 10 | 74 |
| Decimal | 104 | 8 | 60 |
| Hex | 68 | 8 | 3C |
Shades of #68083c
Tints of #68083c
.mybgColor {background-color: #68083c;}
.myforeColor {color: #68083c;}
.myborderColor {border:3px solid #68083c;}
<p style="color:#68083c">Text here</p>
This sample text is styled with the font color #68083c. 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:#68083c">Div content here</div>
<div style="border:3px solid #68083c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(104, 8, 60, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #68083c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #68083c;
-webkit-box-shadow: 1px 1px 3px #68083c;
box-shadow: 1px 1px 3px #68083c; }
<p style="text-shadow: 4px 4px 2px rgba(104, 8, 60, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #68083c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #68083c;
-webkit-box-shadow: 1px 1px 3px #68083c;
box-shadow: 1px 1px 3px #68083c;">Div content here</div>
