Color Hex Logo

#6381fb Color Hex

#6381FB
(99,129,251)
0 Favorites   0 Comments

Color spaces of #6381fb

RGB 99129251
HSL0.630.950.69
HSV228°61°98°
CMYK 0.610.490.00   0.02
XYZ30.408425.318294.5510
Yxy25.31820.20230.1685
Hunter Lab50.317219.8186-76.1898
CIE-Lab57.384125.6593-64.2845

#6381fb color RGB value is (99,129,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000001 11111011
Octal 143 201 373
Decimal 99 129 251
Hex 63 81 FB

RGB Percentages of Color #6381fb

%20.67
%26.93
%52.40

CMYK Percentages of Color #6381fb

%61
%49
%0
%2

Triadic Colors of #6381fb

#6381fb #fb6381 #81fb63

Analogous Colors of #6381fb

#6381fb #9163fb #63cdfb

Monochromatic Colors of #6381fb

#6381fb

Complementary Color

#6381fb #fbdd63

#6381fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6381fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6381fb Color CSS Codes

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

#6381fb Text Font Color

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

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


#6381fb Background Color

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

This div background color is #6381fb


#6381fb Border Color

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

This div border color is #6381fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6381fb


Comments

No comments written yet.

Please login to write comment.