Color Hex Logo

#6340fb Color Hex

#6340FB
(99,64,251)
0 Favorites   0 Comments

Color spaces of #6340fb

RGB 9964251
HSL0.700.960.62
HSV251°75°98°
CMYK 0.610.750.00   0.02
XYZ24.391613.284592.5454
Yxy13.28450.18730.1020
Hunter Lab36.447955.6716-125.0305
CIE-Lab43.188862.6148-87.4004

#6340fb color RGB value is (99,64,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000000 11111011
Octal 143 100 373
Decimal 99 64 251
Hex 63 40 FB

RGB Percentages of Color #6340fb

%23.91
%15.46
%60.63

CMYK Percentages of Color #6340fb

%61
%75
%0
%2

Triadic Colors of #6340fb

#6340fb #fb6340 #40fb63

Analogous Colors of #6340fb

#6340fb #c140fb #407bfb

Monochromatic Colors of #6340fb

#6340fb

Complementary Color

#6340fb #d8fb40

#6340fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6340fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6340fb Color CSS Codes

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

#6340fb Text Font Color

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

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


#6340fb Background Color

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

This div background color is #6340fb


#6340fb Border Color

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

This div border color is #6340fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6340fb


Comments

No comments written yet.

Please login to write comment.