Color Hex Logo

#636874 Color Hex

#636874
(99,104,116)
0 Favorites   0 Comments

Color spaces of #636874

RGB 99104116
HSL0.620.080.42
HSV222°15°45°
CMYK 0.150.100.00   0.55
XYZ13.248313.814218.4912
Yxy13.81420.29080.3033
Hunter Lab37.1675-1.4169-3.4802
CIE-Lab43.96530.7741-7.3670

#636874 color RGB value is (99,104,116).

#636874 hex color red value is 99, green value is 104 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #636874 hue: 0.62 , saturation: 0.08 and the lightness value of 636874 is 0.42.

The process color (four color CMYK) of #636874 color hex is 0.15, 0.10, 0.00, 0.55. Web safe color of #636874 is #666666. Color #636874 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101000 01110100
Octal 143 150 164
Decimal 99 104 116
Hex 63 68 74

RGB Percentages of Color #636874

%31.03
%32.60
%36.36

CMYK Percentages of Color #636874

%15
%10
%0
%55

Triadic Colors of #636874

#636874 #746368 #687463

Analogous Colors of #636874

#636874 #676374 #637174

Monochromatic Colors of #636874

#636874

Complementary Color

#636874 #746f63

#636874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636874 Color CSS Codes

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

#636874 Text Font Color

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

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


#636874 Background Color

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

This div background color is #636874


#636874 Border Color

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

This div border color is #636874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636874


Comments

No comments written yet.

Please login to write comment.