Color Hex Logo

#6e636c Color Hex

#6E636C
(110,99,108)
0 Favorites   0 Comments

Color spaces of #6e636c

RGB 11099108
HSL0.860.050.41
HSV311°10°43°
CMYK 0.000.100.02   0.57
XYZ13.599013.321416.0419
Yxy13.32140.31650.3101
Hunter Lab36.49852.6351-0.5103
CIE-Lab43.24366.1525-3.4878

#6e636c color RGB value is (110,99,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100011 01101100
Octal 156 143 154
Decimal 110 99 108
Hex 6E 63 6C

RGB Percentages of Color #6e636c

%34.70
%31.23
%34.07

CMYK Percentages of Color #6e636c

%0
%10
%2
%57

Triadic Colors of #6e636c

#6e636c #6c6e63 #636c6e

Analogous Colors of #6e636c

#6e636c #6e6367 #6b636e

Monochromatic Colors of #6e636c

#6e636c

Complementary Color

#6e636c #636e65

#6e636c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e636c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e636c Color CSS Codes

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

#6e636c Text Font Color

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

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


#6e636c Background Color

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

This div background color is #6e636c


#6e636c Border Color

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

This div border color is #6e636c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,99,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 #6e636c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e636c


Comments

No comments written yet.

Please login to write comment.