Color Hex Logo

#6100cd Color Hex

#6100CD
(97,0,205)
0 Favorites   0 Comments

Color spaces of #6100cd

RGB 970205
HSL0.751.000.40
HSV268°100°80°
CMYK 0.531.000.00   0.20
XYZ15.94926.949258.2583
Yxy6.94920.19650.0856
Hunter Lab26.361361.8642-112.5774
CIE-Lab31.691070.2201-80.1405

#6100cd color RGB value is (97,0,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000000 11001101
Octal 141 0 315
Decimal 97 0 205
Hex 61 0 CD

RGB Percentages of Color #6100cd

%32.12
%0.00
%67.88

CMYK Percentages of Color #6100cd

%53
%100
%0
%20

Triadic Colors of #6100cd

#6100cd #cd6100 #00cd61

Analogous Colors of #6100cd

#6100cd #c800cd #0006cd

Monochromatic Colors of #6100cd

#6100cd

Complementary Color

#6100cd #6ccd00

#6100cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6100cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6100cd Color CSS Codes

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

#6100cd Text Font Color

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

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


#6100cd Background Color

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

This div background color is #6100cd


#6100cd Border Color

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

This div border color is #6100cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6100cd


Comments

No comments written yet.

Please login to write comment.