Color Hex Logo

#6493cc Color Hex

#6493CC
(100,147,204)
0 Favorites   0 Comments

Color spaces of #6493cc

RGB 100147204
HSL0.590.500.60
HSV213°51°80°
CMYK 0.510.280.00   0.20
XYZ26.588327.936461.1176
Yxy27.93640.22990.2416
Hunter Lab52.8549-2.7028-31.5603
CIE-Lab59.83120.1460-34.2368

#6493cc color RGB value is (100,147,204).

#6493cc hex color red value is 100, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6493cc hue: 0.59 , saturation: 0.50 and the lightness value of 6493cc is 0.60.

The process color (four color CMYK) of #6493cc color hex is 0.51, 0.28, 0.00, 0.20. Web safe color of #6493cc is #6699cc. Color #6493cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010011 11001100
Octal 144 223 314
Decimal 100 147 204
Hex 64 93 CC

RGB Percentages of Color #6493cc

%22.17
%32.59
%45.23

CMYK Percentages of Color #6493cc

%51
%28
%0
%20

Triadic Colors of #6493cc

#6493cc #cc6493 #93cc64

Analogous Colors of #6493cc

#6493cc #6964cc #64c7cc

Monochromatic Colors of #6493cc

#6493cc

Complementary Color

#6493cc #cc9d64

#6493cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6493cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6493cc Color CSS Codes

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

#6493cc Text Font Color

<p style="color:#6493cc">Text here</p>

This sample text font color is #6493cc
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.


#6493cc Background Color

<div style="background-color:#6493cc">
Div content here</div>

This div background color is #6493cc


#6493cc Border Color

<div style="border:3px solid #6493cc">
Div here</div>

This div border color is #6493cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,147,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6493cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6493cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6493cc;
  box-shadow:         1px 1px 3px 2px #6493cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6493cc


Comments

No comments written yet.

Please login to write comment.