Color Hex Logo

#6495ea Color Hex

#6495EA
(100,149,234)
0 Favorites   0 Comments

Color spaces of #6495ea

RGB 100149234
HSL0.610.760.65
HSV218°57°92°
CMYK 0.570.360.00   0.08
XYZ30.854330.144782.0342
Yxy30.14470.21570.2108
Hunter Lab54.90424.2286-50.1543
CIE-Lab61.77898.3800-47.8860

#6495ea color RGB value is (100,149,234).

#6495ea hex color red value is 100, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6495ea hue: 0.61 , saturation: 0.76 and the lightness value of 6495ea is 0.65.

The process color (four color CMYK) of #6495ea color hex is 0.57, 0.36, 0.00, 0.08. Web safe color of #6495ea is #6699ff. Color #6495ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010101 11101010
Octal 144 225 352
Decimal 100 149 234
Hex 64 95 EA

RGB Percentages of Color #6495ea

%20.70
%30.85
%48.45

CMYK Percentages of Color #6495ea

%57
%36
%0
%8

Triadic Colors of #6495ea

#6495ea #ea6495 #95ea64

Analogous Colors of #6495ea

#6495ea #7664ea #64d8ea

Monochromatic Colors of #6495ea

#6495ea

Complementary Color

#6495ea #eab964

#6495ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6495ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6495ea Color CSS Codes

.mybgcolor {background-color:#6495ea; } 
.myforecolor {color:#6495ea; }
.mybordercolor {border:3px solid #6495ea; }

#6495ea Text Font Color

<p style="color:#6495ea">Text here</p>

This sample text font color is #6495ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6495ea Background Color

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

This div background color is #6495ea


#6495ea Border Color

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

This div border color is #6495ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,149,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6495ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6495ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6495ea;
  box-shadow:         1px 1px 3px 2px #6495ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6495ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6495ea;
  box-shadow:         1px 1px 3px 2px #6495ea;">
Div content here</div>

This div box has shadow with color #6495ea


Comments

No comments written yet.

Please login to write comment.