Color Hex Logo

#636080 Color Hex

#636080
(99,96,128)
0 Favorites   0 Comments

Color spaces of #636080

RGB 9996128
HSL0.680.140.44
HSV246°25°50°
CMYK 0.230.250.00   0.50
XYZ13.224712.576922.1526
Yxy12.57690.27580.2623
Hunter Lab35.46394.5018-12.2108
CIE-Lab42.11878.5795-17.4254

#636080 color RGB value is (99,96,128).

#636080 hex color red value is 99, green value is 96 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #636080 hue: 0.68 , saturation: 0.14 and the lightness value of 636080 is 0.44.

The process color (four color CMYK) of #636080 color hex is 0.23, 0.25, 0.00, 0.50. Web safe color of #636080 is #666699. Color #636080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100000 10000000
Octal 143 140 200
Decimal 99 96 128
Hex 63 60 80

RGB Percentages of Color #636080

%30.65
%29.72
%39.63

CMYK Percentages of Color #636080

%23
%25
%0
%50

Triadic Colors of #636080

#636080 #806360 #608063

Analogous Colors of #636080

#636080 #736080 #606d80

Monochromatic Colors of #636080

#636080

Complementary Color

#636080 #7d8060

#636080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636080 Color CSS Codes

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

#636080 Text Font Color

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

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


#636080 Background Color

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

This div background color is #636080


#636080 Border Color

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

This div border color is #636080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636080


Comments

No comments written yet.

Please login to write comment.