Color Hex Logo

#6563fe Color Hex

#6563FE
(101,99,254)
0 Favorites   0 Comments

Color spaces of #6563fe

RGB 10199254
HSL0.670.990.69
HSV241°61°100°
CMYK 0.600.610.00   0.00
XYZ27.718118.846195.9427
Yxy18.84610.19450.1322
Hunter Lab43.412137.9989-100.6451
CIE-Lab50.506744.9057-77.0739

#6563fe color RGB value is (101,99,254).

#6563fe hex color red value is 101, green value is 99 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6563fe hue: 0.67 , saturation: 0.99 and the lightness value of 6563fe is 0.69.

The process color (four color CMYK) of #6563fe color hex is 0.60, 0.61, 0.00, 0.00. Web safe color of #6563fe is #6666ff. Color #6563fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100011 11111110
Octal 145 143 376
Decimal 101 99 254
Hex 65 63 FE

RGB Percentages of Color #6563fe

%22.25
%21.81
%55.95

CMYK Percentages of Color #6563fe

%60
%61
%0
%0

Triadic Colors of #6563fe

#6563fe #fe6563 #63fe65

Analogous Colors of #6563fe

#6563fe #b363fe #63affe

Monochromatic Colors of #6563fe

#6563fe

Complementary Color

#6563fe #fcfe63

#6563fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6563fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6563fe Color CSS Codes

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

#6563fe Text Font Color

<p style="color:#6563fe">Text here</p>

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


#6563fe Background Color

<div style="background-color:#6563fe">
Div content here</div>

This div background color is #6563fe


#6563fe Border Color

<div style="border:3px solid #6563fe">
Div here</div>

This div border color is #6563fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,99,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6563fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6563fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6563fe;
  box-shadow:         1px 1px 3px 2px #6563fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6563fe

Related Colors


Comments

No comments written yet.

Please login to write comment.