Color Hex Logo

#6484cc Color Hex

#6484CC
(100,132,204)
0 Favorites   0 Comments

Color spaces of #6484cc

RGB 100132204
HSL0.620.500.60
HSV222°51°80°
CMYK 0.510.350.00   0.20
XYZ24.405923.571560.3902
Yxy23.57150.22520.2175
Hunter Lab48.55054.7670-39.7633
CIE-Lab55.65628.9383-40.7780

#6484cc color RGB value is (100,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 11001100
Octal 144 204 314
Decimal 100 132 204
Hex 64 84 CC

RGB Percentages of Color #6484cc

%22.94
%30.28
%46.79

CMYK Percentages of Color #6484cc

%51
%35
%0
%20

Triadic Colors of #6484cc

#6484cc #cc6484 #84cc64

Analogous Colors of #6484cc

#6484cc #7864cc #64b8cc

Monochromatic Colors of #6484cc

#6484cc

Complementary Color

#6484cc #ccac64

#6484cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6484cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6484cc Color CSS Codes

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

#6484cc Text Font Color

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

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


#6484cc Background Color

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

This div background color is #6484cc


#6484cc Border Color

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

This div border color is #6484cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6484cc


Comments

No comments written yet.

Please login to write comment.