Color Hex Logo

#6168fc Color Hex

#6168FC
(97,104,252)
0 Favorites   0 Comments

Color spaces of #6168fc

RGB 97104252
HSL0.660.960.68
HSV237°62°99°
CMYK 0.620.590.00   0.01
XYZ27.450819.470394.4068
Yxy19.47030.19420.1378
Hunter Lab44.125233.8280-95.9647
CIE-Lab51.233040.7059-74.7930

#6168fc color RGB value is (97,104,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101000 11111100
Octal 141 150 374
Decimal 97 104 252
Hex 61 68 FC

RGB Percentages of Color #6168fc

%21.41
%22.96
%55.63

CMYK Percentages of Color #6168fc

%62
%59
%0
%1

Triadic Colors of #6168fc

#6168fc #fc6168 #68fc61

Analogous Colors of #6168fc

#6168fc #a861fc #61b6fc

Monochromatic Colors of #6168fc

#6168fc

Complementary Color

#6168fc #fcf561

#6168fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6168fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6168fc Color CSS Codes

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

#6168fc Text Font Color

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

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


#6168fc Background Color

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

This div background color is #6168fc


#6168fc Border Color

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

This div border color is #6168fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6168fc


Comments

No comments written yet.

Please login to write comment.