Color Hex Logo

#607083 Color Hex

#607083
(96,112,131)
0 Favorites   0 Comments

Color spaces of #607083

RGB 96112131
HSL0.590.150.45
HSV213°27°51°
CMYK 0.270.150.00   0.49
XYZ14.714815.713823.7302
Yxy15.71380.27170.2901
Hunter Lab39.6406-3.1110-7.7445
CIE-Lab46.5967-1.3356-12.4332

#607083 color RGB value is (96,112,131).

#607083 hex color red value is 96, green value is 112 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #607083 hue: 0.59 , saturation: 0.15 and the lightness value of 607083 is 0.45.

The process color (four color CMYK) of #607083 color hex is 0.27, 0.15, 0.00, 0.49. Web safe color of #607083 is #666699. Color #607083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110000 10000011
Octal 140 160 203
Decimal 96 112 131
Hex 60 70 83

RGB Percentages of Color #607083

%28.32
%33.04
%38.64

CMYK Percentages of Color #607083

%27
%15
%0
%49

Triadic Colors of #607083

#607083 #836070 #708360

Analogous Colors of #607083

#607083 #626083 #608283

Monochromatic Colors of #607083

#607083

Complementary Color

#607083 #837360

#607083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607083 Color CSS Codes

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

#607083 Text Font Color

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

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


#607083 Background Color

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

This div background color is #607083


#607083 Border Color

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

This div border color is #607083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607083


Comments

No comments written yet.

Please login to write comment.