Color Hex Logo

#6b366c Color Hex

#6B366C
(107,54,108)
0 Favorites   0 Comments

Color spaces of #6b366c

RGB 10754108
HSL0.830.330.32
HSV299°50°42°
CMYK 0.010.500.00   0.58
XYZ10.08936.846814.9772
Yxy6.84680.31610.2145
Hunter Lab26.166423.0353-15.6201
CIE-Lab31.455632.1933-21.4214

#6b366c color RGB value is (107,54,108).

#6b366c hex color red value is 107, green value is 54 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #6b366c hue: 0.83 , saturation: 0.33 and the lightness value of 6b366c is 0.32.

The process color (four color CMYK) of #6b366c color hex is 0.01, 0.50, 0.00, 0.58. Web safe color of #6b366c is #663366. Color #6b366c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00110110 01101100
Octal 153 66 154
Decimal 107 54 108
Hex 6B 36 6C

RGB Percentages of Color #6b366c

%39.78
%20.07
%40.15

CMYK Percentages of Color #6b366c

%1
%50
%0
%58

Triadic Colors of #6b366c

#6b366c #6c6b36 #366c6b

Analogous Colors of #6b366c

#6b366c #6c3652 #50366c

Monochromatic Colors of #6b366c

#6b366c

Complementary Color

#6b366c #376c36

#6b366c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b366c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b366c Color CSS Codes

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

#6b366c Text Font Color

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

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


#6b366c Background Color

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

This div background color is #6b366c


#6b366c Border Color

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

This div border color is #6b366c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b366c


Comments

No comments written yet.

Please login to write comment.