Color Hex Logo

#6341cc Color Hex

#6341CC
(99,65,204)
0 Favorites   0 Comments

Color spaces of #6341cc

RGB 9965204
HSL0.710.580.53
HSV255°68°80°
CMYK 0.510.680.00   0.20
XYZ17.935010.792958.2647
Yxy10.79290.20620.1241
Hunter Lab32.852539.9555-82.1553
CIE-Lab39.229448.7278-67.1491

#6341cc color RGB value is (99,65,204).

#6341cc hex color red value is 99, green value is 65 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6341cc hue: 0.71 , saturation: 0.58 and the lightness value of 6341cc is 0.53.

The process color (four color CMYK) of #6341cc color hex is 0.51, 0.68, 0.00, 0.20. Web safe color of #6341cc is #6633cc. Color #6341cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000001 11001100
Octal 143 101 314
Decimal 99 65 204
Hex 63 41 CC

RGB Percentages of Color #6341cc

%26.90
%17.66
%55.43

CMYK Percentages of Color #6341cc

%51
%68
%0
%20

Triadic Colors of #6341cc

#6341cc #cc6341 #41cc63

Analogous Colors of #6341cc

#6341cc #a941cc #4165cc

Monochromatic Colors of #6341cc

#6341cc

Complementary Color

#6341cc #aacc41

#6341cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6341cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6341cc Color CSS Codes

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

#6341cc Text Font Color

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

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


#6341cc Background Color

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

This div background color is #6341cc


#6341cc Border Color

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

This div border color is #6341cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6341cc


Comments

No comments written yet.

Please login to write comment.