#6495ED color RGB value is (6, 73, 94).
#6495ED hex color red value is 6, green value is 73, and blue value is 94.
Cylindrical-coordinate representations (HSL) of color #6495ED
hue: 194.32,
saturation: 0.88 and lightness: 0.2.
The process color (four-color CMYK) of #6495ED color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #6495ED is #ff9999. Color #6495ED contains mainly RED.
| Color spaces of #6495ED | Value |
|---|---|
| RGB | 100, 149, 237 |
| HSL | 0.61, 0.79, 0.66 |
| HSV | 219°, 58°, 93° |
| XYZ | 31.28, 30.32, 84.31 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1100100 | 10010101 | 11101101 |
| Octal | 144 | 225 | 355 |
| Decimal | 100 | 149 | 237 |
| Hex | 64 | 95 | ED |
Shades of #6495ED
Tints of #6495ED
.mybgColor {background-color: #6495ED;}
.myforeColor {color: #6495ED;}
.myborderColor {border:3px solid #6495ED;}
<p style="color:#6495ED">Text here</p>
This sample text is styled with the font color #6495ED. 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:#6495ED">Div content here</div>
<div style="border:3px solid #6495ED">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(100, 149, 237, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #6495ED; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #6495ED;
-webkit-box-shadow: 1px 1px 3px #6495ED;
box-shadow: 1px 1px 3px #6495ED; }
<p style="text-shadow: 4px 4px 2px rgba(100, 149, 237, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #6495ED;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #6495ED;
-webkit-box-shadow: 1px 1px 3px #6495ED;
box-shadow: 1px 1px 3px #6495ED;">Div content here</div>
