Color Hex Logo

#6365ec Color Hex

#6365EC
(99,101,236)
0 Favorites   0 Comments

Color spaces of #6365ec

RGB 99101236
HSL0.660.780.66
HSV239°58°93°
CMYK 0.580.570.00   0.07
XYZ24.939618.016181.5199
Yxy18.01610.20040.1447
Hunter Lab42.445430.6017-84.1596
CIE-Lab49.515637.7060-68.6484

#6365ec color RGB value is (99,101,236).

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

The process color (four color CMYK) of #6365ec color hex is 0.58, 0.57, 0.00, 0.07. Web safe color of #6365ec is #6666ff. Color #6365ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100101 11101100
Octal 143 145 354
Decimal 99 101 236
Hex 63 65 EC

RGB Percentages of Color #6365ec

%22.71
%23.17
%54.13

CMYK Percentages of Color #6365ec

%58
%57
%0
%7

Triadic Colors of #6365ec

#6365ec #ec6365 #65ec63

Analogous Colors of #6365ec

#6365ec #a663ec #63aaec

Monochromatic Colors of #6365ec

#6365ec

Complementary Color

#6365ec #ecea63

#6365ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6365ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6365ec Color CSS Codes

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

#6365ec Text Font Color

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

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


#6365ec Background Color

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

This div background color is #6365ec


#6365ec Border Color

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

This div border color is #6365ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,101,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6365ec


Comments

No comments written yet.

Please login to write comment.