Color Hex Logo

#636366 Color Hex

#636366
(99,99,102)
1 Favorites   0 Comments

Color spaces of #636366

RGB 9999102
HSL0.670.010.39
HSV240°40°
CMYK 0.030.030.00   0.60
XYZ12.005712.535614.3572
Yxy12.53560.30860.3223
Hunter Lab35.4056-1.43230.7415
CIE-Lab42.05500.6354-1.7017

#636366 color RGB value is (99,99,102).

#636366 hex color red value is 99, green value is 99 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #636366 hue: 0.67 , saturation: 0.01 and the lightness value of 636366 is 0.39.

The process color (four color CMYK) of #636366 color hex is 0.03, 0.03, 0.00, 0.60. Web safe color of #636366 is #666666. Color #636366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100011 01100110
Octal 143 143 146
Decimal 99 99 102
Hex 63 63 66

RGB Percentages of Color #636366

%33.00
%33.00
%34.00

CMYK Percentages of Color #636366

%3
%3
%0
%60

Triadic Colors of #636366

#636366 #666363 #636663

Analogous Colors of #636366

#636366 #656366 #636566

Monochromatic Colors of #636366

#636366

Complementary Color

#636366 #666663

#636366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636366 Color CSS Codes

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

#636366 Text Font Color

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

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


#636366 Background Color

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

This div background color is #636366


#636366 Border Color

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

This div border color is #636366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636366


Comments

No comments written yet.

Please login to write comment.