Color Hex Logo

#607ebb Color Hex

#607EBB
(96,126,187)
0 Favorites   0 Comments

Color spaces of #607ebb

RGB 96126187
HSL0.610.400.55
HSV220°49°73°
CMYK 0.490.330.00   0.27
XYZ21.254420.996449.9462
Yxy20.99640.23050.2277
Hunter Lab45.82182.6088-32.5513
CIE-Lab52.94566.3079-35.3732

#607ebb color RGB value is (96,126,187).

#607ebb hex color red value is 96, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #607ebb hue: 0.61 , saturation: 0.40 and the lightness value of 607ebb is 0.55.

The process color (four color CMYK) of #607ebb color hex is 0.49, 0.33, 0.00, 0.27. Web safe color of #607ebb is #6666cc. Color #607ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111110 10111011
Octal 140 176 273
Decimal 96 126 187
Hex 60 7E BB

RGB Percentages of Color #607ebb

%23.47
%30.81
%45.72

CMYK Percentages of Color #607ebb

%49
%33
%0
%27

Triadic Colors of #607ebb

#607ebb #bb607e #7ebb60

Analogous Colors of #607ebb

#607ebb #7060bb #60acbb

Monochromatic Colors of #607ebb

#607ebb

Complementary Color

#607ebb #bb9d60

#607ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#607ebb Color CSS Codes

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

#607ebb Text Font Color

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

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


#607ebb Background Color

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

This div background color is #607ebb


#607ebb Border Color

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

This div border color is #607ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607ebb


Comments

No comments written yet.

Please login to write comment.