Color Hex Logo

#607eac Color Hex

#607EAC
(96,126,172)
0 Favorites   0 Comments

Color spaces of #607eac

RGB 96126172
HSL0.600.310.53
HSV216°44°67°
CMYK 0.440.270.00   0.33
XYZ19.731120.387141.9249
Yxy20.38710.24050.2485
Hunter Lab45.1521-1.0130-23.4459
CIE-Lab52.27211.7801-27.7910

#607eac color RGB value is (96,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111110 10101100
Octal 140 176 254
Decimal 96 126 172
Hex 60 7E AC

RGB Percentages of Color #607eac

%24.37
%31.98
%43.65

CMYK Percentages of Color #607eac

%44
%27
%0
%33

Triadic Colors of #607eac

#607eac #ac607e #7eac60

Analogous Colors of #607eac

#607eac #6860ac #60a4ac

Monochromatic Colors of #607eac

#607eac

Complementary Color

#607eac #ac8e60

#607eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#607eac Color CSS Codes

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

#607eac Text Font Color

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

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


#607eac Background Color

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

This div background color is #607eac


#607eac Border Color

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

This div border color is #607eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607eac


Comments

No comments written yet.

Please login to write comment.