Color Hex Logo

#6651fd Color Hex

#6651FD
(102,81,253)
0 Favorites   0 Comments

Color spaces of #6651fd

RGB 10281253
HSL0.690.980.65
HSV247°68°99°
CMYK 0.600.680.00   0.01
XYZ26.151515.801594.6002
Yxy15.80150.19150.1157
Hunter Lab39.751147.8674-113.2734
CIE-Lab46.713054.8896-82.7162

#6651fd color RGB value is (102,81,253).

#6651fd hex color red value is 102, green value is 81 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6651fd hue: 0.69 , saturation: 0.98 and the lightness value of 6651fd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010001 11111101
Octal 146 121 375
Decimal 102 81 253
Hex 66 51 FD

RGB Percentages of Color #6651fd

%23.39
%18.58
%58.03

CMYK Percentages of Color #6651fd

%60
%68
%0
%1

Triadic Colors of #6651fd

#6651fd #fd6651 #51fd66

Analogous Colors of #6651fd

#6651fd #bc51fd #5192fd

Monochromatic Colors of #6651fd

#6651fd

Complementary Color

#6651fd #e8fd51

#6651fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6651fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6651fd Color CSS Codes

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

#6651fd Text Font Color

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

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


#6651fd Background Color

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

This div background color is #6651fd


#6651fd Border Color

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

This div border color is #6651fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,81,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 #6651fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6651fd

Related Colors


Comments

No comments written yet.

Please login to write comment.