color codes Logo

#6329cc color codes

#6329CC
(99,41,204)
0 Favorites   0 Comments

Color spaces of #6329cc

RGB 9941204
HSL0.730.670.48
HSV261°80°80°
CMYK 0.510.800.00   0.20
XYZ16.83768.598257.8989
Yxy8.59820.20200.1032
Hunter Lab29.322751.1831-96.5448
CIE-Lab35.198960.1282-73.7578

#6329cc color RGB value is (99,41,204).

#6329cc hex color red value is 99, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6329cc hue: 0.73 , saturation: 0.67 and the lightness value of 6329cc is 0.48.

The process color (four color CMYK) of #6329cc color code is 0.51, 0.80, 0.00, 0.20. Web safe color of #6329cc is #6633cc. Color #6329cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101001 11001100
Octal 143 51 314
Decimal 99 41 204
Hex 63 29 CC

RGB Percentages of Color #6329cc

%28.78
%11.92
%59.30

CMYK Percentages of Color #6329cc

%51
%80
%0
%20

Triadic Colors of #6329cc

#6329cc #cc6329 #29cc63

Analogous Colors of #6329cc

#6329cc #b529cc #2941cc

Monochromatic Colors of #6329cc

#6329cc

Complementary Color

#6329cc #92cc29

#6329cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6329cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6329cc Color CSS Codes

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

#6329cc Text Font Color

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

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


#6329cc Background Color

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

This div background color is #6329cc


#6329cc Border Color

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

This div border color is #6329cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6329cc


Comments

No comments written yet.

Please login to write comment.