Color Hex Logo

#6360cd Color Hex

#6360CD
(99,96,205)
0 Favorites   0 Comments

Color spaces of #6360cd

RGB 9996205
HSL0.670.520.59
HSV242°53°80°
CMYK 0.520.530.00   0.20
XYZ20.347915.426259.6627
Yxy15.42620.21320.1616
Hunter Lab39.276223.7425-62.5714
CIE-Lab46.212530.9523-56.3977

#6360cd color RGB value is (99,96,205).

#6360cd hex color red value is 99, green value is 96 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6360cd hue: 0.67 , saturation: 0.52 and the lightness value of 6360cd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100000 11001101
Octal 143 140 315
Decimal 99 96 205
Hex 63 60 CD

RGB Percentages of Color #6360cd

%24.75
%24.00
%51.25

CMYK Percentages of Color #6360cd

%52
%53
%0
%20

Triadic Colors of #6360cd

#6360cd #cd6360 #60cd63

Analogous Colors of #6360cd

#6360cd #9a60cd #6094cd

Monochromatic Colors of #6360cd

#6360cd

Complementary Color

#6360cd #cacd60

#6360cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6360cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6360cd Color CSS Codes

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

#6360cd Text Font Color

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

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


#6360cd Background Color

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

This div background color is #6360cd


#6360cd Border Color

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

This div border color is #6360cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6360cd


Comments

No comments written yet.

Please login to write comment.