#6f3381

#6f3381 color hex

#6f3381 hex color information.
RGB value of #6f3381 is (111,51,129)
Change page background color to #6f3381 | Reset

#6f3381 rgb color chart

Color spaces of #6f3381

RGB 11151129
HSL0.790.430.35
HSV286°60°51°
CMYK 0.140.600.00   0.49
XYZ11.70187.332121.5674
Yxy7.33210.28820.1806
Hunter Lab27.077929.7532-28.2698
CIE-Lab32.551339.4648-32.8758

Shades of #6f3381

Tints of #6f3381

RGB Percentages of Color #6f3381

%38.14
%17.53
%44.33

CMYK Percentages of Color #6f3381

%14
%60
%0
%49

#6f3381 Color Info

#6f3381 hex color red value is 111, green value is 51 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #6f3381 hue: 0.79 , saturation: 0.43 and the lightness value of 6f3381 is 0.35.

The process color (four color CMYK) of #6f3381 hex color is 0.14, 0.60, 0.00, 0.49. Web safe color of #6f3381 is #663399

Color #6f3381 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110011 10000001
Octal 157 63 201
Decimal 111 51 129
Hexadecimal 6F 33 81

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #6f3381

Triadic Colors of #6f3381

#6f3381 #816e32 #32816e

Analogous Colors of #6f3381

#6f3381 #81326b #473281

Complementary Color of #6f3381

#6f3381 #448132

#6f3381 HSL Color Chart
#6f3381 hsl color chart
#6f3381 RGB Color Chart

#6f3381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3381 Color CSS Codes

.mybgcolor {background-color:#6f3381; } 
.myforecolor {color:#6f3381; }
.mybordercolor {border:3px solid #6f3381; }
Sample text font color #6f3381

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

html code
<p style="color:#6f3381">Text here</p>
#6f3381 background color

This div background color is #6f3381

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

This div border color is #6f3381

<div style="border:3px solid #6f3381">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #6f3381 Color Sample
#6f3381border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(111,51,129, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #6f3381; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #6f3381;
  -webkit-box-shadow: 1px 1px 3px 2px #6f3381;
  box-shadow:         1px 1px 3px 2px #6f3381; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,51,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6f3381">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #6f3381

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top