Color Hex Logo

#6368ec Color Hex

#6368EC
(99,104,236)
0 Favorites   0 Comments

Color spaces of #6368ec

RGB 99104236
HSL0.660.780.66
HSV238°58°93°
CMYK 0.580.560.00   0.07
XYZ25.236218.609481.6188
Yxy18.60940.20110.1483
Hunter Lab43.138628.9304-81.9804
CIE-Lab50.227135.9035-67.4952

#6368ec color RGB value is (99,104,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101000 11101100
Octal 143 150 354
Decimal 99 104 236
Hex 63 68 EC

RGB Percentages of Color #6368ec

%22.55
%23.69
%53.76

CMYK Percentages of Color #6368ec

%58
%56
%0
%7

Triadic Colors of #6368ec

#6368ec #ec6368 #68ec63

Analogous Colors of #6368ec

#6368ec #a363ec #63adec

Monochromatic Colors of #6368ec

#6368ec

Complementary Color

#6368ec #ece763

#6368ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6368ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6368ec Color CSS Codes

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

#6368ec Text Font Color

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

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


#6368ec Background Color

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

This div background color is #6368ec


#6368ec Border Color

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

This div border color is #6368ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6368ec


Comments

No comments written yet.

Please login to write comment.