Color Hex Logo

#6384cc Color Hex

#6384CC
(99,132,204)
0 Favorites   0 Comments

Color spaces of #6384cc

RGB 99132204
HSL0.610.510.59
HSV221°51°80°
CMYK 0.510.350.00   0.20
XYZ24.295923.514860.3850
Yxy23.51480.22460.2173
Hunter Lab48.49214.5725-39.8867
CIE-Lab55.59878.7079-40.8724

#6384cc color RGB value is (99,132,204).

#6384cc hex color red value is 99, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6384cc hue: 0.61 , saturation: 0.51 and the lightness value of 6384cc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 11001100
Octal 143 204 314
Decimal 99 132 204
Hex 63 84 CC

RGB Percentages of Color #6384cc

%22.76
%30.34
%46.90

CMYK Percentages of Color #6384cc

%51
%35
%0
%20

Triadic Colors of #6384cc

#6384cc #cc6384 #84cc63

Analogous Colors of #6384cc

#6384cc #7763cc #63b9cc

Monochromatic Colors of #6384cc

#6384cc

Complementary Color

#6384cc #ccab63

#6384cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6384cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6384cc Color CSS Codes

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

#6384cc Text Font Color

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

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


#6384cc Background Color

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

This div background color is #6384cc


#6384cc Border Color

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

This div border color is #6384cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6384cc


Comments

No comments written yet.

Please login to write comment.