Color Hex Logo

#6104cf Color Hex

#6104CF
(97,4,207)
0 Favorites   0 Comments

Color spaces of #6104cf

RGB 974207
HSL0.740.960.41
HSV267°98°81°
CMYK 0.530.980.00   0.19
XYZ16.23577.133259.5526
Yxy7.13320.19580.0860
Hunter Lab26.708161.7702-113.5070
CIE-Lab32.108270.0631-80.6147

#6104cf color RGB value is (97,4,207).

#6104cf hex color red value is 97, green value is 4 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6104cf hue: 0.74 , saturation: 0.96 and the lightness value of 6104cf is 0.41.

The process color (four color CMYK) of #6104cf color hex is 0.53, 0.98, 0.00, 0.19. Web safe color of #6104cf is #6600cc. Color #6104cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000100 11001111
Octal 141 4 317
Decimal 97 4 207
Hex 61 4 CF

RGB Percentages of Color #6104cf

%31.49
%1.30
%67.21

CMYK Percentages of Color #6104cf

%53
%98
%0
%19

Triadic Colors of #6104cf

#6104cf #cf6104 #04cf61

Analogous Colors of #6104cf

#6104cf #c704cf #040ccf

Monochromatic Colors of #6104cf

#6104cf

Complementary Color

#6104cf #72cf04

#6104cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6104cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6104cf Color CSS Codes

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

#6104cf Text Font Color

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

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


#6104cf Background Color

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

This div background color is #6104cf


#6104cf Border Color

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

This div border color is #6104cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6104cf


Comments

No comments written yet.

Please login to write comment.