Color Hex Logo

#636296 Color Hex

#636296
(99,98,150)
0 Favorites   0 Comments

Color spaces of #636296

RGB 9998150
HSL0.670.210.49
HSV241°35°59°
CMYK 0.340.350.00   0.41
XYZ15.018313.590030.6857
Yxy13.59000.25330.2292
Hunter Lab36.86468.2061-23.5471
CIE-Lab43.639113.2461-28.2999

#636296 color RGB value is (99,98,150).

#636296 hex color red value is 99, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #636296 hue: 0.67 , saturation: 0.21 and the lightness value of 636296 is 0.49.

The process color (four color CMYK) of #636296 color hex is 0.34, 0.35, 0.00, 0.41. Web safe color of #636296 is #666699. Color #636296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100010 10010110
Octal 143 142 226
Decimal 99 98 150
Hex 63 62 96

RGB Percentages of Color #636296

%28.53
%28.24
%43.23

CMYK Percentages of Color #636296

%34
%35
%0
%41

Triadic Colors of #636296

#636296 #966362 #629663

Analogous Colors of #636296

#636296 #7d6296 #627b96

Monochromatic Colors of #636296

#636296

Complementary Color

#636296 #959662

#636296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636296 Color CSS Codes

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

#636296 Text Font Color

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

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


#636296 Background Color

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

This div background color is #636296


#636296 Border Color

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

This div border color is #636296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636296


Comments

No comments written yet.

Please login to write comment.