Color Hex Logo

#607baa Color Hex

#607BAA
(96,123,170)
0 Favorites   0 Comments

Color spaces of #607baa

RGB 96123170
HSL0.610.300.52
HSV218°44°67°
CMYK 0.440.280.00   0.33
XYZ19.162519.555040.7947
Yxy19.55500.24100.2459
Hunter Lab44.2210-0.0366-23.7414
CIE-Lab51.33032.9678-28.0953

#607baa color RGB value is (96,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111011 10101010
Octal 140 173 252
Decimal 96 123 170
Hex 60 7B AA

RGB Percentages of Color #607baa

%24.68
%31.62
%43.70

CMYK Percentages of Color #607baa

%44
%28
%0
%33

Triadic Colors of #607baa

#607baa #aa607b #7baa60

Analogous Colors of #607baa

#607baa #6a60aa #60a0aa

Monochromatic Colors of #607baa

#607baa

Complementary Color

#607baa #aa8f60

#607baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#607baa Color CSS Codes

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

#607baa Text Font Color

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

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


#607baa Background Color

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

This div background color is #607baa


#607baa Border Color

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

This div border color is #607baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,123,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 #607baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607baa


Comments

No comments written yet.

Please login to write comment.