Color Hex Logo

#6100fb Color Hex

#6100FB
(97,0,251)
0 Favorites   0 Comments

Color spaces of #6100fb

RGB 970251
HSL0.731.000.49
HSV263°100°98°
CMYK 0.611.000.00   0.02
XYZ22.34249.506491.9241
Yxy9.50640.18050.0768
Hunter Lab30.832575.3913-155.1849
CIE-Lab36.941680.3832-97.7467

#6100fb color RGB value is (97,0,251).

#6100fb hex color red value is 97, green value is 0 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6100fb hue: 0.73 , saturation: 1.00 and the lightness value of 6100fb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000000 11111011
Octal 141 0 373
Decimal 97 0 251
Hex 61 0 FB

RGB Percentages of Color #6100fb

%27.87
%0.00
%72.13

CMYK Percentages of Color #6100fb

%61
%100
%0
%2

Triadic Colors of #6100fb

#6100fb #fb6100 #00fb61

Analogous Colors of #6100fb

#6100fb #df00fb #001cfb

Monochromatic Colors of #6100fb

#6100fb

Complementary Color

#6100fb #9afb00

#6100fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6100fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6100fb Color CSS Codes

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

#6100fb Text Font Color

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

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


#6100fb Background Color

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

This div background color is #6100fb


#6100fb Border Color

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

This div border color is #6100fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6100fb


Comments

No comments written yet.

Please login to write comment.