Color Hex Logo

#6b335f Color Hex

#6B335F
(107,51,95)
0 Favorites   0 Comments

Color spaces of #6b335f

RGB 1075195
HSL0.870.350.31
HSV313°52°42°
CMYK 0.000.520.11   0.58
XYZ9.31286.319711.5555
Yxy6.31970.34250.2324
Hunter Lab25.139022.1324-9.6562
CIE-Lab30.205131.3469-15.0265

#6b335f color RGB value is (107,51,95).

#6b335f hex color red value is 107, green value is 51 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6b335f hue: 0.87 , saturation: 0.35 and the lightness value of 6b335f is 0.31.

The process color (four color CMYK) of #6b335f color hex is 0.00, 0.52, 0.11, 0.58. Web safe color of #6b335f is #663366. Color #6b335f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00110011 01011111
Octal 153 63 137
Decimal 107 51 95
Hex 6B 33 5F

RGB Percentages of Color #6b335f

%42.29
%20.16
%37.55

CMYK Percentages of Color #6b335f

%0
%52
%11
%58

Triadic Colors of #6b335f

#6b335f #5f6b33 #335f6b

Analogous Colors of #6b335f

#6b335f #6b3343 #5b336b

Monochromatic Colors of #6b335f

#6b335f

Complementary Color

#6b335f #336b3f

#6b335f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b335f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b335f Color CSS Codes

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

#6b335f Text Font Color

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

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


#6b335f Background Color

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

This div background color is #6b335f


#6b335f Border Color

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

This div border color is #6b335f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b335f


Comments

No comments written yet.

Please login to write comment.