Color Hex Logo

#6164fc Color Hex

#6164FC
(97,100,252)
0 Favorites   0 Comments

Color spaces of #6164fc

RGB 97100252
HSL0.660.960.68
HSV239°62°99°
CMYK 0.620.600.00   0.01
XYZ27.057618.684094.2757
Yxy18.68400.19320.1334
Hunter Lab43.225036.0921-99.0567
CIE-Lab50.315443.0751-76.2866

#6164fc color RGB value is (97,100,252).

#6164fc hex color red value is 97, green value is 100 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6164fc hue: 0.66 , saturation: 0.96 and the lightness value of 6164fc is 0.68.

The process color (four color CMYK) of #6164fc color hex is 0.62, 0.60, 0.00, 0.01. Web safe color of #6164fc is #6666ff. Color #6164fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100100 11111100
Octal 141 144 374
Decimal 97 100 252
Hex 61 64 FC

RGB Percentages of Color #6164fc

%21.60
%22.27
%56.12

CMYK Percentages of Color #6164fc

%62
%60
%0
%1

Triadic Colors of #6164fc

#6164fc #fc6164 #64fc61

Analogous Colors of #6164fc

#6164fc #ac61fc #61b2fc

Monochromatic Colors of #6164fc

#6164fc

Complementary Color

#6164fc #fcf961

#6164fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6164fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6164fc Color CSS Codes

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

#6164fc Text Font Color

<p style="color:#6164fc">Text here</p>

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


#6164fc Background Color

<div style="background-color:#6164fc">
Div content here</div>

This div background color is #6164fc


#6164fc Border Color

<div style="border:3px solid #6164fc">
Div here</div>

This div border color is #6164fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,100,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6164fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6164fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6164fc;
  box-shadow:         1px 1px 3px 2px #6164fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6164fc


Comments

No comments written yet.

Please login to write comment.