Color Hex Logo

#607385 Color Hex

#607385
(96,115,133)
0 Favorites   0 Comments

Color spaces of #607385

RGB 96115133
HSL0.580.160.45
HSV209°28°52°
CMYK 0.280.140.00   0.48
XYZ15.188216.441724.5634
Yxy16.44170.27030.2926
Hunter Lab40.5484-4.0989-7.5329
CIE-Lab47.5487-2.5902-12.1843

#607385 color RGB value is (96,115,133).

#607385 hex color red value is 96, green value is 115 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #607385 hue: 0.58 , saturation: 0.16 and the lightness value of 607385 is 0.45.

The process color (four color CMYK) of #607385 color hex is 0.28, 0.14, 0.00, 0.48. Web safe color of #607385 is #666699. Color #607385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110011 10000101
Octal 140 163 205
Decimal 96 115 133
Hex 60 73 85

RGB Percentages of Color #607385

%27.91
%33.43
%38.66

CMYK Percentages of Color #607385

%28
%14
%0
%48

Triadic Colors of #607385

#607385 #856073 #738560

Analogous Colors of #607385

#607385 #606185 #608585

Monochromatic Colors of #607385

#607385

Complementary Color

#607385 #857260

#607385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607385 Color CSS Codes

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

#607385 Text Font Color

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

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


#607385 Background Color

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

This div background color is #607385


#607385 Border Color

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

This div border color is #607385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607385


Comments

No comments written yet.

Please login to write comment.