Color Hex Logo

#6b5979 Color Hex

#6B5979
(107,89,121)
0 Favorites   0 Comments

Color spaces of #6b5979

RGB 10789121
HSL0.760.150.41
HSV274°26°47°
CMYK 0.120.260.00   0.53
XYZ13.087011.651019.6483
Yxy11.65100.29480.2625
Hunter Lab34.13368.7042-10.2356
CIE-Lab40.656013.9819-15.3363

#6b5979 color RGB value is (107,89,121).

#6b5979 hex color red value is 107, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #6b5979 hue: 0.76 , saturation: 0.15 and the lightness value of 6b5979 is 0.41.

The process color (four color CMYK) of #6b5979 color hex is 0.12, 0.26, 0.00, 0.53. Web safe color of #6b5979 is #666666. Color #6b5979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01011001 01111001
Octal 153 131 171
Decimal 107 89 121
Hex 6B 59 79

RGB Percentages of Color #6b5979

%33.75
%28.08
%38.17

CMYK Percentages of Color #6b5979

%12
%26
%0
%53

Triadic Colors of #6b5979

#6b5979 #796b59 #59796b

Analogous Colors of #6b5979

#6b5979 #795977 #5b5979

Monochromatic Colors of #6b5979

#6b5979

Complementary Color

#6b5979 #677959

#6b5979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b5979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b5979 Color CSS Codes

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

#6b5979 Text Font Color

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

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


#6b5979 Background Color

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

This div background color is #6b5979


#6b5979 Border Color

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

This div border color is #6b5979


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,89,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 #6b5979">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b5979


Comments

No comments written yet.

Please login to write comment.