Color Hex Logo

#6365cd Color Hex

#6365CD
(99,101,205)
0 Favorites   0 Comments

Color spaces of #6365cd

RGB 99101205
HSL0.660.510.60
HSV239°52°80°
CMYK 0.520.510.00   0.20
XYZ20.818716.367859.8196
Yxy16.36780.21460.1687
Hunter Lab40.457121.0537-59.3457
CIE-Lab47.453427.8930-54.4016

#6365cd color RGB value is (99,101,205).

#6365cd hex color red value is 99, green value is 101 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6365cd hue: 0.66 , saturation: 0.51 and the lightness value of 6365cd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100101 11001101
Octal 143 145 315
Decimal 99 101 205
Hex 63 65 CD

RGB Percentages of Color #6365cd

%24.44
%24.94
%50.62

CMYK Percentages of Color #6365cd

%52
%51
%0
%20

Triadic Colors of #6365cd

#6365cd #cd6365 #65cd63

Analogous Colors of #6365cd

#6365cd #9663cd #639acd

Monochromatic Colors of #6365cd

#6365cd

Complementary Color

#6365cd #cdcb63

#6365cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6365cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6365cd Color CSS Codes

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

#6365cd Text Font Color

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

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


#6365cd Background Color

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

This div background color is #6365cd


#6365cd Border Color

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

This div border color is #6365cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6365cd


Comments

No comments written yet.

Please login to write comment.