Color Hex Logo

#6b4979 Color Hex

#6B4979
(107,73,121)
0 Favorites   0 Comments

Color spaces of #6b4979

RGB 10773121
HSL0.780.250.38
HSV283°40°47°
CMYK 0.120.400.00   0.53
XYZ11.89719.271419.2517
Yxy9.27140.29430.2294
Hunter Lab30.449016.4583-16.1725
CIE-Lab36.501723.8135-21.7333

#6b4979 color RGB value is (107,73,121).

#6b4979 hex color red value is 107, green value is 73 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #6b4979 hue: 0.78 , saturation: 0.25 and the lightness value of 6b4979 is 0.38.

The process color (four color CMYK) of #6b4979 color hex is 0.12, 0.40, 0.00, 0.53. Web safe color of #6b4979 is #663366. Color #6b4979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01001001 01111001
Octal 153 111 171
Decimal 107 73 121
Hex 6B 49 79

RGB Percentages of Color #6b4979

%35.55
%24.25
%40.20

CMYK Percentages of Color #6b4979

%12
%40
%0
%53

Triadic Colors of #6b4979

#6b4979 #796b49 #49796b

Analogous Colors of #6b4979

#6b4979 #79496f #534979

Monochromatic Colors of #6b4979

#6b4979

Complementary Color

#6b4979 #577949

#6b4979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b4979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b4979 Color CSS Codes

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

#6b4979 Text Font Color

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

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


#6b4979 Background Color

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

This div background color is #6b4979


#6b4979 Border Color

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

This div border color is #6b4979


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,73,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b4979; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b4979;
  -webkit-box-shadow: 1px 1px 3px 2px #6b4979;
  box-shadow:         1px 1px 3px 2px #6b4979; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,73,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b4979


Comments

No comments written yet.

Please login to write comment.