Color Hex Logo

#6382cc Color Hex

#6382CC
(99,130,204)
0 Favorites   0 Comments

Color spaces of #6382cc

RGB 99130204
HSL0.620.510.59
HSV222°51°80°
CMYK 0.510.360.00   0.20
XYZ24.027322.977560.2955
Yxy22.97750.22390.2141
Hunter Lab47.93495.5870-41.0243
CIE-Lab55.04929.9029-41.7387

#6382cc color RGB value is (99,130,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000010 11001100
Octal 143 202 314
Decimal 99 130 204
Hex 63 82 CC

RGB Percentages of Color #6382cc

%22.86
%30.02
%47.11

CMYK Percentages of Color #6382cc

%51
%36
%0
%20

Triadic Colors of #6382cc

#6382cc #cc6382 #82cc63

Analogous Colors of #6382cc

#6382cc #7963cc #63b7cc

Monochromatic Colors of #6382cc

#6382cc

Complementary Color

#6382cc #ccad63

#6382cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6382cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6382cc Color CSS Codes

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

#6382cc Text Font Color

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

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


#6382cc Background Color

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

This div background color is #6382cc


#6382cc Border Color

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

This div border color is #6382cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6382cc


Comments

No comments written yet.

Please login to write comment.