Color Hex Logo

#6a4396 Color Hex

#6A4396
(106,67,150)
0 Favorites   0 Comments

Color spaces of #6a4396

RGB 10667150
HSL0.740.380.43
HSV268°55°59°
CMYK 0.290.550.00   0.41
XYZ13.45609.280529.9363
Yxy9.28050.25550.1762
Hunter Lab30.463925.5321-36.9384
CIE-Lab36.518834.2186-39.5000

#6a4396 color RGB value is (106,67,150).

#6a4396 hex color red value is 106, green value is 67 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #6a4396 hue: 0.74 , saturation: 0.38 and the lightness value of 6a4396 is 0.43.

The process color (four color CMYK) of #6a4396 color hex is 0.29, 0.55, 0.00, 0.41. Web safe color of #6a4396 is #663399. Color #6a4396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000011 10010110
Octal 152 103 226
Decimal 106 67 150
Hex 6A 43 96

RGB Percentages of Color #6a4396

%32.82
%20.74
%46.44

CMYK Percentages of Color #6a4396

%29
%55
%0
%41

Triadic Colors of #6a4396

#6a4396 #966a43 #43966a

Analogous Colors of #6a4396

#6a4396 #944396 #434696

Monochromatic Colors of #6a4396

#6a4396

Complementary Color

#6a4396 #6f9643

#6a4396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a4396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a4396 Color CSS Codes

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

#6a4396 Text Font Color

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

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


#6a4396 Background Color

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

This div background color is #6a4396


#6a4396 Border Color

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

This div border color is #6a4396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a4396


Comments

No comments written yet.

Please login to write comment.