Color Hex Logo

#607273 Color Hex

#607273
(96,114,115)
0 Favorites   0 Comments

Color spaces of #607273

RGB 96114115
HSL0.510.090.41
HSV183°17°45°
CMYK 0.170.010.00   0.55
XYZ13.935715.759218.5270
Yxy15.75920.28900.3268
Hunter Lab39.6979-6.80990.1178
CIE-Lab46.6570-6.4197-2.7976

#607273 color RGB value is (96,114,115).

#607273 hex color red value is 96, green value is 114 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #607273 hue: 0.51 , saturation: 0.09 and the lightness value of 607273 is 0.41.

The process color (four color CMYK) of #607273 color hex is 0.17, 0.01, 0.00, 0.55. Web safe color of #607273 is #666666. Color #607273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110010 01110011
Octal 140 162 163
Decimal 96 114 115
Hex 60 72 73

RGB Percentages of Color #607273

%29.54
%35.08
%35.38

CMYK Percentages of Color #607273

%17
%1
%0
%55

Triadic Colors of #607273

#607273 #736072 #727360

Analogous Colors of #607273

#607273 #606973 #60736b

Monochromatic Colors of #607273

#607273

Complementary Color

#607273 #736160

#607273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607273 Color CSS Codes

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

#607273 Text Font Color

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

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


#607273 Background Color

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

This div background color is #607273


#607273 Border Color

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

This div border color is #607273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607273


Comments

No comments written yet.

Please login to write comment.