Color Hex Logo

#6104fb Color Hex

#6104FB
(97,4,251)
0 Favorites   0 Comments

Color spaces of #6104fb

RGB 974251
HSL0.730.970.50
HSV263°98°98°
CMYK 0.610.980.00   0.02
XYZ22.38589.593391.9386
Yxy9.59330.18070.0774
Hunter Lab30.973174.8082-154.3118
CIE-Lab37.102479.8896-97.4793

#6104fb color RGB value is (97,4,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000100 11111011
Octal 141 4 373
Decimal 97 4 251
Hex 61 4 FB

RGB Percentages of Color #6104fb

%27.56
%1.14
%71.31

CMYK Percentages of Color #6104fb

%61
%98
%0
%2

Triadic Colors of #6104fb

#6104fb #fb6104 #04fb61

Analogous Colors of #6104fb

#6104fb #dd04fb #0423fb

Monochromatic Colors of #6104fb

#6104fb

Complementary Color

#6104fb #9efb04

#6104fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6104fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6104fb Color CSS Codes

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

#6104fb Text Font Color

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

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


#6104fb Background Color

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

This div background color is #6104fb


#6104fb Border Color

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

This div border color is #6104fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6104fb


Comments

No comments written yet.

Please login to write comment.