Color Hex Logo

#6a598a Color Hex

#6A598A
(106,89,138)
0 Favorites   0 Comments

Color spaces of #6a598a

RGB 10689138
HSL0.720.220.45
HSV261°36°54°
CMYK 0.230.360.00   0.46
XYZ14.103712.043925.6261
Yxy12.04390.27240.2326
Hunter Lab34.704311.8091-19.4874
CIE-Lab41.285817.7871-24.7135

#6a598a color RGB value is (106,89,138).

#6a598a hex color red value is 106, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #6a598a hue: 0.72 , saturation: 0.22 and the lightness value of 6a598a is 0.45.

The process color (four color CMYK) of #6a598a color hex is 0.23, 0.36, 0.00, 0.46. Web safe color of #6a598a is #666699. Color #6a598a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011001 10001010
Octal 152 131 212
Decimal 106 89 138
Hex 6A 59 8A

RGB Percentages of Color #6a598a

%31.83
%26.73
%41.44

CMYK Percentages of Color #6a598a

%23
%36
%0
%46

Triadic Colors of #6a598a

#6a598a #8a6a59 #598a6a

Analogous Colors of #6a598a

#6a598a #83598a #59618a

Monochromatic Colors of #6a598a

#6a598a

Complementary Color

#6a598a #798a59

#6a598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a598a Color CSS Codes

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

#6a598a Text Font Color

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

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


#6a598a Background Color

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

This div background color is #6a598a


#6a598a Border Color

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

This div border color is #6a598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a598a


Comments

No comments written yet.

Please login to write comment.