Color Hex Logo

#6a227a Color Hex

#6A227A
(106,34,122)
0 Favorites   0 Comments

Color spaces of #6a227a

RGB 10634122
HSL0.800.560.31
HSV289°72°48°
CMYK 0.130.720.00   0.52
XYZ10.02875.613418.9673
Yxy5.61340.28980.1622
Hunter Lab23.692634.0941-30.8802
CIE-Lab28.415444.8227-35.1197

#6a227a color RGB value is (106,34,122).

#6a227a hex color red value is 106, green value is 34 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #6a227a hue: 0.80 , saturation: 0.56 and the lightness value of 6a227a is 0.31.

The process color (four color CMYK) of #6a227a color hex is 0.13, 0.72, 0.00, 0.52. Web safe color of #6a227a is #663366. Color #6a227a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00100010 01111010
Octal 152 42 172
Decimal 106 34 122
Hex 6A 22 7A

RGB Percentages of Color #6a227a

%40.46
%12.98
%46.56

CMYK Percentages of Color #6a227a

%13
%72
%0
%52

Triadic Colors of #6a227a

#6a227a #7a6a22 #227a6a

Analogous Colors of #6a227a

#6a227a #7a225e #3e227a

Monochromatic Colors of #6a227a

#6a227a

Complementary Color

#6a227a #327a22

#6a227a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a227a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a227a Color CSS Codes

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

#6a227a Text Font Color

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

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


#6a227a Background Color

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

This div background color is #6a227a


#6a227a Border Color

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

This div border color is #6a227a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a227a


Comments

No comments written yet.

Please login to write comment.