Color Hex Logo

#60638a Color Hex

#60638A
(96,99,138)
0 Favorites   0 Comments

Color spaces of #60638a

RGB 9699138
HSL0.650.180.46
HSV236°30°54°
CMYK 0.300.280.00   0.46
XYZ13.873213.245525.8702
Yxy13.24550.26180.2500
Hunter Lab36.39444.3524-16.6690
CIE-Lab43.13088.3844-21.9232

#60638a color RGB value is (96,99,138).

#60638a hex color red value is 96, green value is 99 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #60638a hue: 0.65 , saturation: 0.18 and the lightness value of 60638a is 0.46.

The process color (four color CMYK) of #60638a color hex is 0.30, 0.28, 0.00, 0.46. Web safe color of #60638a is #666699. Color #60638a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 10001010
Octal 140 143 212
Decimal 96 99 138
Hex 60 63 8A

RGB Percentages of Color #60638a

%28.83
%29.73
%41.44

CMYK Percentages of Color #60638a

%30
%28
%0
%46

Triadic Colors of #60638a

#60638a #8a6063 #638a60

Analogous Colors of #60638a

#60638a #72608a #60788a

Monochromatic Colors of #60638a

#60638a

Complementary Color

#60638a #8a8760

#60638a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60638a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60638a Color CSS Codes

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

#60638a Text Font Color

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

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


#60638a Background Color

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

This div background color is #60638a


#60638a Border Color

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

This div border color is #60638a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60638a


Comments

No comments written yet.

Please login to write comment.