Color Hex Logo

#6d1597 Color Hex

#6D1597
(109,21,151)
0 Favorites   0 Comments

Color spaces of #6d1597

RGB 10921151
HSL0.780.760.34
HSV281°86°59°
CMYK 0.280.860.00   0.41
XYZ12.16086.021929.7996
Yxy6.02190.25340.1255
Hunter Lab24.539645.5131-54.8211
CIE-Lab29.467655.9669-51.4589

#6d1597 color RGB value is (109,21,151).

#6d1597 hex color red value is 109, green value is 21 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #6d1597 hue: 0.78 , saturation: 0.76 and the lightness value of 6d1597 is 0.34.

The process color (four color CMYK) of #6d1597 color hex is 0.28, 0.86, 0.00, 0.41. Web safe color of #6d1597 is #660099. Color #6d1597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00010101 10010111
Octal 155 25 227
Decimal 109 21 151
Hex 6D 15 97

RGB Percentages of Color #6d1597

%38.79
%7.47
%53.74

CMYK Percentages of Color #6d1597

%28
%86
%0
%41

Triadic Colors of #6d1597

#6d1597 #976d15 #15976d

Analogous Colors of #6d1597

#6d1597 #971580 #2c1597

Monochromatic Colors of #6d1597

#6d1597

Complementary Color

#6d1597 #3f9715

#6d1597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d1597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d1597 Color CSS Codes

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

#6d1597 Text Font Color

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

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


#6d1597 Background Color

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

This div background color is #6d1597


#6d1597 Border Color

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

This div border color is #6d1597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d1597


Comments

No comments written yet.

Please login to write comment.