Color Hex Logo

#6e6369 Color Hex

#6E6369
(110,99,105)
0 Favorites   0 Comments

Color spaces of #6e6369

RGB 11099105
HSL0.910.050.41
HSV327°10°43°
CMYK 0.000.100.05   0.57
XYZ13.442013.258615.2153
Yxy13.25860.32070.3163
Hunter Lab36.41242.17350.7137
CIE-Lab43.15035.5441-1.8022

#6e6369 color RGB value is (110,99,105).

#6e6369 hex color red value is 110, green value is 99 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #6e6369 hue: 0.91 , saturation: 0.05 and the lightness value of 6e6369 is 0.41.

The process color (four color CMYK) of #6e6369 color hex is 0.00, 0.10, 0.05, 0.57. Web safe color of #6e6369 is #666666. Color #6e6369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100011 01101001
Octal 156 143 151
Decimal 110 99 105
Hex 6E 63 69

RGB Percentages of Color #6e6369

%35.03
%31.53
%33.44

CMYK Percentages of Color #6e6369

%0
%10
%5
%57

Triadic Colors of #6e6369

#6e6369 #696e63 #63696e

Analogous Colors of #6e6369

#6e6369 #6e6364 #6e636e

Monochromatic Colors of #6e6369

#6e6369

Complementary Color

#6e6369 #636e68

#6e6369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e6369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e6369 Color CSS Codes

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

#6e6369 Text Font Color

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

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


#6e6369 Background Color

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

This div background color is #6e6369


#6e6369 Border Color

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

This div border color is #6e6369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e6369

#6e6369 Color Palettes


Comments

No comments written yet.

Please login to write comment.