Color Hex Logo

#6d398b Color Hex

#6D398B
(109,57,139)
0 Favorites   0 Comments

Color spaces of #6d398b

RGB 10957139
HSL0.770.420.38
HSV278°59°55°
CMYK 0.220.590.00   0.45
XYZ12.43008.041525.3231
Yxy8.04150.27140.1756
Hunter Lab28.357528.6165-33.0953
CIE-Lab34.069237.9784-36.6674

#6d398b color RGB value is (109,57,139).

#6d398b hex color red value is 109, green value is 57 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #6d398b hue: 0.77 , saturation: 0.42 and the lightness value of 6d398b is 0.38.

The process color (four color CMYK) of #6d398b color hex is 0.22, 0.59, 0.00, 0.45. Web safe color of #6d398b is #663399. Color #6d398b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00111001 10001011
Octal 155 71 213
Decimal 109 57 139
Hex 6D 39 8B

RGB Percentages of Color #6d398b

%35.74
%18.69
%45.57

CMYK Percentages of Color #6d398b

%22
%59
%0
%45

Triadic Colors of #6d398b

#6d398b #8b6d39 #398b6d

Analogous Colors of #6d398b

#6d398b #8b3980 #44398b

Monochromatic Colors of #6d398b

#6d398b

Complementary Color

#6d398b #578b39

#6d398b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d398b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d398b Color CSS Codes

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

#6d398b Text Font Color

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

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


#6d398b Background Color

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

This div background color is #6d398b


#6d398b Border Color

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

This div border color is #6d398b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,57,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d398b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d398b;
  -webkit-box-shadow: 1px 1px 3px 2px #6d398b;
  box-shadow:         1px 1px 3px 2px #6d398b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,57,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d398b

#6d398b Color Palettes


Comments

No comments written yet.

Please login to write comment.