Color Hex Logo

#636284 Color Hex

#636284
(99,98,132)
0 Favorites   0 Comments

Color spaces of #636284

RGB 9998132
HSL0.670.150.45
HSV242°26°52°
CMYK 0.250.260.00   0.48
XYZ13.678113.054023.6285
Yxy13.05400.27160.2592
Hunter Lab36.13034.3479-13.4832
CIE-Lab42.84458.3787-18.7304

#636284 color RGB value is (99,98,132).

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

The process color (four color CMYK) of #636284 color hex is 0.25, 0.26, 0.00, 0.48. Web safe color of #636284 is #666699. Color #636284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100010 10000100
Octal 143 142 204
Decimal 99 98 132
Hex 63 62 84

RGB Percentages of Color #636284

%30.09
%29.79
%40.12

CMYK Percentages of Color #636284

%25
%26
%0
%48

Triadic Colors of #636284

#636284 #846362 #628463

Analogous Colors of #636284

#636284 #746284 #627284

Monochromatic Colors of #636284

#636284

Complementary Color

#636284 #838462

#636284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636284 Color CSS Codes

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

#636284 Text Font Color

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

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


#636284 Background Color

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

This div background color is #636284


#636284 Border Color

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

This div border color is #636284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636284


Comments

No comments written yet.

Please login to write comment.