Color Hex Logo

#6b336e Color Hex

#6B336E
(107,51,110)
0 Favorites   0 Comments

Color spaces of #6b336e

RGB 10751110
HSL0.820.370.32
HSV297°54°43°
CMYK 0.030.540.00   0.57
XYZ10.06176.619215.4992
Yxy6.61920.31270.2057
Hunter Lab25.727824.7846-17.7086
CIE-Lab30.923834.2694-23.5240

#6b336e color RGB value is (107,51,110).

#6b336e hex color red value is 107, green value is 51 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #6b336e hue: 0.82 , saturation: 0.37 and the lightness value of 6b336e is 0.32.

The process color (four color CMYK) of #6b336e color hex is 0.03, 0.54, 0.00, 0.57. Web safe color of #6b336e is #663366. Color #6b336e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00110011 01101110
Octal 153 63 156
Decimal 107 51 110
Hex 6B 33 6E

RGB Percentages of Color #6b336e

%39.93
%19.03
%41.04

CMYK Percentages of Color #6b336e

%3
%54
%0
%57

Triadic Colors of #6b336e

#6b336e #6e6b33 #336e6b

Analogous Colors of #6b336e

#6b336e #6e3354 #4e336e

Monochromatic Colors of #6b336e

#6b336e

Complementary Color

#6b336e #366e33

#6b336e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b336e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b336e Color CSS Codes

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

#6b336e Text Font Color

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

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


#6b336e Background Color

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

This div background color is #6b336e


#6b336e Border Color

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

This div border color is #6b336e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b336e


Comments

No comments written yet.

Please login to write comment.