Color Hex Logo

#6500cc Color Hex

#6500CC
(101,0,204)
0 Favorites   0 Comments

Color spaces of #6500cc

RGB 1010204
HSL0.751.000.40
HSV270°100°80°
CMYK 0.501.000.00   0.20
XYZ16.26597.126357.6450
Yxy7.12630.20070.0879
Hunter Lab26.695162.0473-109.3432
CIE-Lab32.092770.3019-78.8761

#6500cc color RGB value is (101,0,204).

#6500cc hex color red value is 101, green value is 0 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6500cc hue: 0.75 , saturation: 1.00 and the lightness value of 6500cc is 0.40.

The process color (four color CMYK) of #6500cc color hex is 0.50, 1.00, 0.00, 0.20. Web safe color of #6500cc is #6600cc. Color #6500cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000000 11001100
Octal 145 0 314
Decimal 101 0 204
Hex 65 0 CC

RGB Percentages of Color #6500cc

%33.11
%0.00
%66.89

CMYK Percentages of Color #6500cc

%50
%100
%0
%20

Triadic Colors of #6500cc

#6500cc #cc6500 #00cc65

Analogous Colors of #6500cc

#6500cc #cb00cc #0001cc

Monochromatic Colors of #6500cc

#6500cc

Complementary Color

#6500cc #67cc00

#6500cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6500cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6500cc Color CSS Codes

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

#6500cc Text Font Color

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

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


#6500cc Background Color

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

This div background color is #6500cc


#6500cc Border Color

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

This div border color is #6500cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6500cc


Comments

No comments written yet.

Please login to write comment.