Color Hex Logo

#6387ec Color Hex

#6387EC
(99,135,236)
0 Favorites   0 Comments

Color spaces of #6387ec

RGB 99135236
HSL0.620.780.66
HSV224°58°93°
CMYK 0.580.430.00   0.07
XYZ28.949926.036782.8566
Yxy26.03670.21000.1889
Hunter Lab51.026211.9769-60.5571
CIE-Lab58.071917.1378-54.8835

#6387ec color RGB value is (99,135,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000111 11101100
Octal 143 207 354
Decimal 99 135 236
Hex 63 87 EC

RGB Percentages of Color #6387ec

%21.06
%28.72
%50.21

CMYK Percentages of Color #6387ec

%58
%43
%0
%7

Triadic Colors of #6387ec

#6387ec #ec6387 #87ec63

Analogous Colors of #6387ec

#6387ec #8463ec #63ccec

Monochromatic Colors of #6387ec

#6387ec

Complementary Color

#6387ec #ecc863

#6387ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6387ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6387ec Color CSS Codes

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

#6387ec Text Font Color

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

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


#6387ec Background Color

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

This div background color is #6387ec


#6387ec Border Color

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

This div border color is #6387ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6387ec

#6387ec Color Palettes


Comments

No comments written yet.

Please login to write comment.