Color Hex Logo

#6a73eb Color Hex

#6A73EB
(106,115,235)
0 Favorites   0 Comments

Color spaces of #6a73eb

RGB 106115235
HSL0.660.760.67
HSV236°55°92°
CMYK 0.550.510.00   0.08
XYZ27.070021.323881.2864
Yxy21.32380.20870.1644
Hunter Lab46.177723.8282-72.0435
CIE-Lab53.302130.2519-61.9465

#6a73eb color RGB value is (106,115,235).

#6a73eb hex color red value is 106, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6a73eb hue: 0.66 , saturation: 0.76 and the lightness value of 6a73eb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110011 11101011
Octal 152 163 353
Decimal 106 115 235
Hex 6A 73 EB

RGB Percentages of Color #6a73eb

%23.25
%25.22
%51.54

CMYK Percentages of Color #6a73eb

%55
%51
%0
%8

Triadic Colors of #6a73eb

#6a73eb #eb6a73 #73eb6a

Analogous Colors of #6a73eb

#6a73eb #a26aeb #6ab4eb

Monochromatic Colors of #6a73eb

#6a73eb

Complementary Color

#6a73eb #ebe26a

#6a73eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a73eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a73eb Color CSS Codes

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

#6a73eb Text Font Color

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

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


#6a73eb Background Color

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

This div background color is #6a73eb


#6a73eb Border Color

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

This div border color is #6a73eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,115,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 #6a73eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a73eb


Comments

No comments written yet.

Please login to write comment.