Color Hex Logo

#6496cc Color Hex

#6496CC
(100,150,204)
0 Favorites   0 Comments

Color spaces of #6496cc

RGB 100150204
HSL0.590.500.60
HSV211°51°80°
CMYK 0.510.260.00   0.20
XYZ27.061028.881761.2752
Yxy28.88170.23090.2464
Hunter Lab53.7417-4.1664-29.9821
CIE-Lab60.6771-1.5734-32.9201

#6496cc color RGB value is (100,150,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010110 11001100
Octal 144 226 314
Decimal 100 150 204
Hex 64 96 CC

RGB Percentages of Color #6496cc

%22.03
%33.04
%44.93

CMYK Percentages of Color #6496cc

%51
%26
%0
%20

Triadic Colors of #6496cc

#6496cc #cc6496 #96cc64

Analogous Colors of #6496cc

#6496cc #6664cc #64cacc

Monochromatic Colors of #6496cc

#6496cc

Complementary Color

#6496cc #cc9a64

#6496cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6496cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6496cc Color CSS Codes

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

#6496cc Text Font Color

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

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


#6496cc Background Color

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

This div background color is #6496cc


#6496cc Border Color

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

This div border color is #6496cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,150,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 #6496cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6496cc


Comments

No comments written yet.

Please login to write comment.