Color Hex Logo

#6451cd Color Hex

#6451CD
(100,81,205)
0 Favorites   0 Comments

Color spaces of #6451cd

RGB 10081205
HSL0.690.550.56
HSV249°60°80°
CMYK 0.510.600.00   0.20
XYZ19.217413.002059.2544
Yxy13.00200.21010.1421
Hunter Lab36.058332.0302-72.1902
CIE-Lab42.766340.1616-61.9653

#6451cd color RGB value is (100,81,205).

#6451cd hex color red value is 100, green value is 81 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6451cd hue: 0.69 , saturation: 0.55 and the lightness value of 6451cd is 0.56.

The process color (four color CMYK) of #6451cd color hex is 0.51, 0.60, 0.00, 0.20. Web safe color of #6451cd is #6666cc. Color #6451cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010001 11001101
Octal 144 121 315
Decimal 100 81 205
Hex 64 51 CD

RGB Percentages of Color #6451cd

%25.91
%20.98
%53.11

CMYK Percentages of Color #6451cd

%51
%60
%0
%20

Triadic Colors of #6451cd

#6451cd #cd6451 #51cd64

Analogous Colors of #6451cd

#6451cd #a251cd #517ccd

Monochromatic Colors of #6451cd

#6451cd

Complementary Color

#6451cd #bacd51

#6451cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6451cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6451cd Color CSS Codes

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

#6451cd Text Font Color

<p style="color:#6451cd">Text here</p>

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


#6451cd Background Color

<div style="background-color:#6451cd">
Div content here</div>

This div background color is #6451cd


#6451cd Border Color

<div style="border:3px solid #6451cd">
Div here</div>

This div border color is #6451cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,81,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6451cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6451cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6451cd;
  box-shadow:         1px 1px 3px 2px #6451cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,81,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6451cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6451cd


Comments

No comments written yet.

Please login to write comment.