Color Hex Logo

#6a538e Color Hex

#6A538E
(106,83,142)
0 Favorites   0 Comments

Color spaces of #6a538e

RGB 10683142
HSL0.730.260.44
HSV263°42°56°
CMYK 0.250.420.00   0.44
XYZ13.919611.203727.0201
Yxy11.20370.26690.2149
Hunter Lab33.471915.6549-24.4313
CIE-Lab39.921522.5111-29.2655

#6a538e color RGB value is (106,83,142).

#6a538e hex color red value is 106, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6a538e hue: 0.73 , saturation: 0.26 and the lightness value of 6a538e is 0.44.

The process color (four color CMYK) of #6a538e color hex is 0.25, 0.42, 0.00, 0.44. Web safe color of #6a538e is #666699. Color #6a538e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010011 10001110
Octal 152 123 216
Decimal 106 83 142
Hex 6A 53 8E

RGB Percentages of Color #6a538e

%32.02
%25.08
%42.90

CMYK Percentages of Color #6a538e

%25
%42
%0
%44

Triadic Colors of #6a538e

#6a538e #8e6a53 #538e6a

Analogous Colors of #6a538e

#6a538e #88538e #535a8e

Monochromatic Colors of #6a538e

#6a538e

Complementary Color

#6a538e #778e53

#6a538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a538e Color CSS Codes

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

#6a538e Text Font Color

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

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


#6a538e Background Color

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

This div background color is #6a538e


#6a538e Border Color

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

This div border color is #6a538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a538e


Comments

No comments written yet.

Please login to write comment.