Color Hex Logo

#6391fb Color Hex

#6391FB
(99,145,251)
0 Favorites   0 Comments

Color spaces of #6391fb

RGB 99145251
HSL0.620.950.69
HSV222°61°98°
CMYK 0.610.420.00   0.02
XYZ32.683629.868595.3094
Yxy29.86850.20700.1892
Hunter Lab54.652111.1073-65.1411
CIE-Lab61.540616.0682-57.6270

#6391fb color RGB value is (99,145,251).

#6391fb hex color red value is 99, green value is 145 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6391fb hue: 0.62 , saturation: 0.95 and the lightness value of 6391fb is 0.69.

The process color (four color CMYK) of #6391fb color hex is 0.61, 0.42, 0.00, 0.02. Web safe color of #6391fb is #6699ff. Color #6391fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010001 11111011
Octal 143 221 373
Decimal 99 145 251
Hex 63 91 FB

RGB Percentages of Color #6391fb

%20.00
%29.29
%50.71

CMYK Percentages of Color #6391fb

%61
%42
%0
%2

Triadic Colors of #6391fb

#6391fb #fb6391 #91fb63

Analogous Colors of #6391fb

#6391fb #8163fb #63ddfb

Monochromatic Colors of #6391fb

#6391fb

Complementary Color

#6391fb #fbcd63

#6391fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6391fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6391fb Color CSS Codes

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

#6391fb Text Font Color

<p style="color:#6391fb">Text here</p>

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


#6391fb Background Color

<div style="background-color:#6391fb">
Div content here</div>

This div background color is #6391fb


#6391fb Border Color

<div style="border:3px solid #6391fb">
Div here</div>

This div border color is #6391fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,145,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6391fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6391fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6391fb;
  box-shadow:         1px 1px 3px 2px #6391fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6391fb


Comments

No comments written yet.

Please login to write comment.