Color Hex Logo

#6f537d Color Hex

#6F537D
(111,83,125)
0 Favorites   0 Comments

Color spaces of #6f537d

RGB 11183125
HSL0.780.200.41
HSV280°34°49°
CMYK 0.110.340.00   0.51
XYZ13.350511.046720.8306
Yxy11.04670.29520.2442
Hunter Lab33.236613.5360-13.8936
CIE-Lab39.659020.0005-19.2781

#6f537d color RGB value is (111,83,125).

#6f537d hex color red value is 111, green value is 83 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #6f537d hue: 0.78 , saturation: 0.20 and the lightness value of 6f537d is 0.41.

The process color (four color CMYK) of #6f537d color hex is 0.11, 0.34, 0.00, 0.51. Web safe color of #6f537d is #666666. Color #6f537d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010011 01111101
Octal 157 123 175
Decimal 111 83 125
Hex 6F 53 7D

RGB Percentages of Color #6f537d

%34.80
%26.02
%39.18

CMYK Percentages of Color #6f537d

%11
%34
%0
%51

Triadic Colors of #6f537d

#6f537d #7d6f53 #537d6f

Analogous Colors of #6f537d

#6f537d #7d5376 #5a537d

Monochromatic Colors of #6f537d

#6f537d

Complementary Color

#6f537d #617d53

#6f537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f537d Color CSS Codes

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

#6f537d Text Font Color

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

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


#6f537d Background Color

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

This div background color is #6f537d


#6f537d Border Color

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

This div border color is #6f537d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,83,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f537d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f537d;
  -webkit-box-shadow: 1px 1px 3px 2px #6f537d;
  box-shadow:         1px 1px 3px 2px #6f537d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,83,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f537d


Comments

No comments written yet.

Please login to write comment.