Color Hex Logo

#6a588d Color Hex

#6A588D
(106,88,141)
0 Favorites   0 Comments

Color spaces of #6a588d

RGB 10688141
HSL0.720.230.45
HSV260°38°55°
CMYK 0.250.380.00   0.45
XYZ14.241311.966726.7585
Yxy11.96670.26890.2259
Hunter Lab34.592912.9477-21.6473
CIE-Lab41.163119.1739-26.7177

#6a588d color RGB value is (106,88,141).

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

The process color (four color CMYK) of #6a588d color hex is 0.25, 0.38, 0.00, 0.45. Web safe color of #6a588d is #666699. Color #6a588d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011000 10001101
Octal 152 130 215
Decimal 106 88 141
Hex 6A 58 8D

RGB Percentages of Color #6a588d

%31.64
%26.27
%42.09

CMYK Percentages of Color #6a588d

%25
%38
%0
%45

Triadic Colors of #6a588d

#6a588d #8d6a58 #588d6a

Analogous Colors of #6a588d

#6a588d #85588d #58608d

Monochromatic Colors of #6a588d

#6a588d

Complementary Color

#6a588d #7b8d58

#6a588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a588d Color CSS Codes

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

#6a588d Text Font Color

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

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


#6a588d Background Color

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

This div background color is #6a588d


#6a588d Border Color

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

This div border color is #6a588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a588d


Comments

No comments written yet.

Please login to write comment.