Color Hex Logo

#6390eb Color Hex

#6390EB
(99,144,235)
0 Favorites   0 Comments

Color spaces of #6390eb

RGB 99144235
HSL0.610.770.65
HSV220°58°92°
CMYK 0.580.390.00   0.08
XYZ30.114228.597382.5299
Yxy28.59730.21320.2025
Hunter Lab53.47646.9350-54.0684
CIE-Lab60.424611.4476-50.5868

#6390eb color RGB value is (99,144,235).

#6390eb hex color red value is 99, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6390eb hue: 0.61 , saturation: 0.77 and the lightness value of 6390eb is 0.65.

The process color (four color CMYK) of #6390eb color hex is 0.58, 0.39, 0.00, 0.08. Web safe color of #6390eb is #6699ff. Color #6390eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010000 11101011
Octal 143 220 353
Decimal 99 144 235
Hex 63 90 EB

RGB Percentages of Color #6390eb

%20.71
%30.13
%49.16

CMYK Percentages of Color #6390eb

%58
%39
%0
%8

Triadic Colors of #6390eb

#6390eb #eb6390 #90eb63

Analogous Colors of #6390eb

#6390eb #7a63eb #63d4eb

Monochromatic Colors of #6390eb

#6390eb

Complementary Color

#6390eb #ebbe63

#6390eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6390eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6390eb Color CSS Codes

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

#6390eb Text Font Color

<p style="color:#6390eb">Text here</p>

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


#6390eb Background Color

<div style="background-color:#6390eb">
Div content here</div>

This div background color is #6390eb


#6390eb Border Color

<div style="border:3px solid #6390eb">
Div here</div>

This div border color is #6390eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,144,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6390eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6390eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6390eb;
  box-shadow:         1px 1px 3px 2px #6390eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6390eb


Comments

No comments written yet.

Please login to write comment.