Color Hex Logo

#6863fa Color Hex

#6863FA
(104,99,250)
0 Favorites   0 Comments

Color spaces of #6863fa

RGB 10499250
HSL0.670.940.68
HSV242°60°98°
CMYK 0.580.600.00   0.02
XYZ27.426118.768992.6197
Yxy18.76890.19760.1352
Hunter Lab43.323137.1857-96.4289
CIE-Lab50.415744.1293-74.9909

#6863fa color RGB value is (104,99,250).

#6863fa hex color red value is 104, green value is 99 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6863fa hue: 0.67 , saturation: 0.94 and the lightness value of 6863fa is 0.68.

The process color (four color CMYK) of #6863fa color hex is 0.58, 0.60, 0.00, 0.02. Web safe color of #6863fa is #6666ff. Color #6863fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100011 11111010
Octal 150 143 372
Decimal 104 99 250
Hex 68 63 FA

RGB Percentages of Color #6863fa

%22.96
%21.85
%55.19

CMYK Percentages of Color #6863fa

%58
%60
%0
%2

Triadic Colors of #6863fa

#6863fa #fa6863 #63fa68

Analogous Colors of #6863fa

#6863fa #b463fa #63aafa

Monochromatic Colors of #6863fa

#6863fa

Complementary Color

#6863fa #f5fa63

#6863fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6863fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6863fa Color CSS Codes

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

#6863fa Text Font Color

<p style="color:#6863fa">Text here</p>

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


#6863fa Background Color

<div style="background-color:#6863fa">
Div content here</div>

This div background color is #6863fa


#6863fa Border Color

<div style="border:3px solid #6863fa">
Div here</div>

This div border color is #6863fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,99,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6863fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6863fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6863fa;
  box-shadow:         1px 1px 3px 2px #6863fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6863fa


Comments

No comments written yet.

Please login to write comment.