Color Hex Logo

#60768a Color Hex

#60768A
(96,118,138)
0 Favorites   0 Comments

Color spaces of #60768a

RGB 96118138
HSL0.580.180.46
HSV209°30°54°
CMYK 0.300.140.00   0.46
XYZ15.889717.278626.5424
Yxy17.27860.26610.2894
Hunter Lab41.5675-4.5094-8.7616
CIE-Lab48.6092-3.0465-13.5416

#60768a color RGB value is (96,118,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110110 10001010
Octal 140 166 212
Decimal 96 118 138
Hex 60 76 8A

RGB Percentages of Color #60768a

%27.27
%33.52
%39.20

CMYK Percentages of Color #60768a

%30
%14
%0
%46

Triadic Colors of #60768a

#60768a #8a6076 #768a60

Analogous Colors of #60768a

#60768a #60618a #608a89

Monochromatic Colors of #60768a

#60768a

Complementary Color

#60768a #8a7460

#60768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60768a Color CSS Codes

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

#60768a Text Font Color

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

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


#60768a Background Color

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

This div background color is #60768a


#60768a Border Color

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

This div border color is #60768a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,118,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 #60768a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60768a


Comments

No comments written yet.

Please login to write comment.