Color Hex Logo

#6165fc Color Hex

#6165FC
(97,101,252)
0 Favorites   0 Comments

Color spaces of #6165fc

RGB 97101252
HSL0.660.960.68
HSV238°62°99°
CMYK 0.620.600.00   0.01
XYZ27.154118.877094.3079
Yxy18.87700.19350.1345
Hunter Lab43.447735.5262-98.2820
CIE-Lab50.543042.4848-75.9160

#6165fc color RGB value is (97,101,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 11111100
Octal 141 145 374
Decimal 97 101 252
Hex 61 65 FC

RGB Percentages of Color #6165fc

%21.56
%22.44
%56.00

CMYK Percentages of Color #6165fc

%62
%60
%0
%1

Triadic Colors of #6165fc

#6165fc #fc6165 #65fc61

Analogous Colors of #6165fc

#6165fc #ab61fc #61b3fc

Monochromatic Colors of #6165fc

#6165fc

Complementary Color

#6165fc #fcf861

#6165fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6165fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6165fc Color CSS Codes

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

#6165fc Text Font Color

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

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


#6165fc Background Color

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

This div background color is #6165fc


#6165fc Border Color

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

This div border color is #6165fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6165fc


Comments

No comments written yet.

Please login to write comment.