Color Hex Logo

#607eaa Color Hex

#607EAA
(96,126,170)
0 Favorites   0 Comments

Color spaces of #607eaa

RGB 96126170
HSL0.600.300.52
HSV216°44°67°
CMYK 0.440.260.00   0.33
XYZ19.540420.310840.9207
Yxy20.31080.24190.2515
Hunter Lab45.0675-1.4740-22.2873
CIE-Lab52.18681.1908-26.7669

#607eaa color RGB value is (96,126,170).

#607eaa hex color red value is 96, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #607eaa hue: 0.60 , saturation: 0.30 and the lightness value of 607eaa is 0.52.

The process color (four color CMYK) of #607eaa color hex is 0.44, 0.26, 0.00, 0.33. Web safe color of #607eaa is #666699. Color #607eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111110 10101010
Octal 140 176 252
Decimal 96 126 170
Hex 60 7E AA

RGB Percentages of Color #607eaa

%24.49
%32.14
%43.37

CMYK Percentages of Color #607eaa

%44
%26
%0
%33

Triadic Colors of #607eaa

#607eaa #aa607e #7eaa60

Analogous Colors of #607eaa

#607eaa #6760aa #60a3aa

Monochromatic Colors of #607eaa

#607eaa

Complementary Color

#607eaa #aa8c60

#607eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#607eaa Color CSS Codes

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

#607eaa Text Font Color

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

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


#607eaa Background Color

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

This div background color is #607eaa


#607eaa Border Color

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

This div border color is #607eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,126,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #607eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #607eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #607eaa;
  box-shadow:         1px 1px 3px 2px #607eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607eaa


Comments

No comments written yet.

Please login to write comment.