Color Hex Logo

#607093 Color Hex

#607093
(96,112,147)
0 Favorites   0 Comments

Color spaces of #607093

RGB 96112147
HSL0.610.210.48
HSV221°35°58°
CMYK 0.350.240.00   0.42
XYZ15.884516.181729.8899
Yxy16.18170.25640.2612
Hunter Lab40.22650.0891-15.8963
CIE-Lab47.21202.9459-20.9963

#607093 color RGB value is (96,112,147).

#607093 hex color red value is 96, green value is 112 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #607093 hue: 0.61 , saturation: 0.21 and the lightness value of 607093 is 0.48.

The process color (four color CMYK) of #607093 color hex is 0.35, 0.24, 0.00, 0.42. Web safe color of #607093 is #666699. Color #607093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110000 10010011
Octal 140 160 223
Decimal 96 112 147
Hex 60 70 93

RGB Percentages of Color #607093

%27.04
%31.55
%41.41

CMYK Percentages of Color #607093

%35
%24
%0
%42

Triadic Colors of #607093

#607093 #936070 #709360

Analogous Colors of #607093

#607093 #6a6093 #608a93

Monochromatic Colors of #607093

#607093

Complementary Color

#607093 #938360

#607093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607093 Color CSS Codes

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

#607093 Text Font Color

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

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


#607093 Background Color

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

This div background color is #607093


#607093 Border Color

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

This div border color is #607093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607093


Comments

No comments written yet.

Please login to write comment.