Color Hex Logo

#6a51eb Color Hex

#6A51EB
(106,81,235)
0 Favorites   0 Comments

Color spaces of #6a51eb

RGB 10681235
HSL0.690.790.62
HSV250°66°92°
CMYK 0.550.660.00   0.08
XYZ23.881714.947280.2237
Yxy14.94720.20060.1256
Hunter Lab38.661642.6036-95.9649
CIE-Lab45.561850.1568-74.4977

#6a51eb color RGB value is (106,81,235).

#6a51eb hex color red value is 106, green value is 81 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6a51eb hue: 0.69 , saturation: 0.79 and the lightness value of 6a51eb is 0.62.

The process color (four color CMYK) of #6a51eb color hex is 0.55, 0.66, 0.00, 0.08. Web safe color of #6a51eb is #6666ff. Color #6a51eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010001 11101011
Octal 152 121 353
Decimal 106 81 235
Hex 6A 51 EB

RGB Percentages of Color #6a51eb

%25.12
%19.19
%55.69

CMYK Percentages of Color #6a51eb

%55
%66
%0
%8

Triadic Colors of #6a51eb

#6a51eb #eb6a51 #51eb6a

Analogous Colors of #6a51eb

#6a51eb #b751eb #5185eb

Monochromatic Colors of #6a51eb

#6a51eb

Complementary Color

#6a51eb #d2eb51

#6a51eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a51eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a51eb Color CSS Codes

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

#6a51eb Text Font Color

<p style="color:#6a51eb">Text here</p>

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


#6a51eb Background Color

<div style="background-color:#6a51eb">
Div content here</div>

This div background color is #6a51eb


#6a51eb Border Color

<div style="border:3px solid #6a51eb">
Div here</div>

This div border color is #6a51eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,81,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a51eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a51eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6a51eb;
  box-shadow:         1px 1px 3px 2px #6a51eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,81,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a51eb


Comments

No comments written yet.

Please login to write comment.