Color Hex Logo

#6568fd Color Hex

#6568FD
(101,104,253)
0 Favorites   0 Comments

Color spaces of #6568fd

RGB 101104253
HSL0.660.970.69
HSV239°60°99°
CMYK 0.600.590.00   0.01
XYZ28.046819.759295.2642
Yxy19.75920.19600.1381
Hunter Lab44.451334.8357-95.9492
CIE-Lab51.563941.6544-74.7981

#6568fd color RGB value is (101,104,253).

#6568fd hex color red value is 101, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6568fd hue: 0.66 , saturation: 0.97 and the lightness value of 6568fd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101000 11111101
Octal 145 150 375
Decimal 101 104 253
Hex 65 68 FD

RGB Percentages of Color #6568fd

%22.05
%22.71
%55.24

CMYK Percentages of Color #6568fd

%60
%59
%0
%1

Triadic Colors of #6568fd

#6568fd #fd6568 #68fd65

Analogous Colors of #6568fd

#6568fd #ae65fd #65b4fd

Monochromatic Colors of #6568fd

#6568fd

Complementary Color

#6568fd #fdfa65

#6568fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6568fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6568fd Color CSS Codes

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

#6568fd Text Font Color

<p style="color:#6568fd">Text here</p>

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


#6568fd Background Color

<div style="background-color:#6568fd">
Div content here</div>

This div background color is #6568fd


#6568fd Border Color

<div style="border:3px solid #6568fd">
Div here</div>

This div border color is #6568fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,104,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6568fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6568fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6568fd;
  box-shadow:         1px 1px 3px 2px #6568fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6568fd


Comments

No comments written yet.

Please login to write comment.