Color Hex Logo

#6373ec Color Hex

#6373EC
(99,115,236)
0 Favorites   0 Comments

Color spaces of #6373ec

RGB 99115236
HSL0.650.780.66
HSV233°58°93°
CMYK 0.580.510.00   0.07
XYZ26.416620.970282.0122
Yxy20.97020.20410.1621
Hunter Lab45.793222.8326-74.1286
CIE-Lab52.916929.2439-63.1491

#6373ec color RGB value is (99,115,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110011 11101100
Octal 143 163 354
Decimal 99 115 236
Hex 63 73 EC

RGB Percentages of Color #6373ec

%22.00
%25.56
%52.44

CMYK Percentages of Color #6373ec

%58
%51
%0
%7

Triadic Colors of #6373ec

#6373ec #ec6373 #73ec63

Analogous Colors of #6373ec

#6373ec #9863ec #63b8ec

Monochromatic Colors of #6373ec

#6373ec

Complementary Color

#6373ec #ecdc63

#6373ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6373ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6373ec Color CSS Codes

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

#6373ec Text Font Color

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

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


#6373ec Background Color

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

This div background color is #6373ec


#6373ec Border Color

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

This div border color is #6373ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6373ec


Comments

No comments written yet.

Please login to write comment.