color details

Color Details
#6495ED Color Hex

#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
Color spaces of #6495EDValue
RGB100, 149, 237
HSL0.61, 0.79, 0.66
HSV219°, 58°, 93°
XYZ31.28, 30.32, 84.31
Base Numbers
Base Red Green Blue
Binary 1100100 10010101 11101101
Octal 144 225 355
Decimal 100 149 237
Hex 64 95 ED

RGB Percentages for Color #6495ED

20.58%
30.66%
48.77%

CMYK Percentages of the Color #6495ED

57.81%
37.13%
7.06%
CSS Codes for Color #6495ED
.mybgColor {background-color: #6495ED;}
.myforeColor {color: #6495ED;}
.myborderColor {border:3px solid #6495ED;}
Text Font Color #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,

Background Color #6495ED

<div style="background-color:#6495ED">Div content here</div>

The background color of this div is #6495ED
Border Color #6495ED

<div style="border:3px solid #6495ED">Div here</div>

The border color of this div is #6495ED
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100, 149, 237, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #6495ED;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #6495ED
Scroll to Top