Color Hex Logo

#607fbe Color Hex

#607FBE
(96,127,190)
0 Favorites   0 Comments

Color spaces of #607fbe

RGB 96127190
HSL0.610.420.56
HSV220°49°75°
CMYK 0.490.330.00   0.25
XYZ21.707521.383251.6985
Yxy21.38320.22900.2256
Hunter Lab46.24202.8703-33.9168
CIE-Lab53.36646.6355-36.4309

#607fbe color RGB value is (96,127,190).

#607fbe hex color red value is 96, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #607fbe hue: 0.61 , saturation: 0.42 and the lightness value of 607fbe is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111111 10111110
Octal 140 177 276
Decimal 96 127 190
Hex 60 7F BE

RGB Percentages of Color #607fbe

%23.24
%30.75
%46.00

CMYK Percentages of Color #607fbe

%49
%33
%0
%25

Triadic Colors of #607fbe

#607fbe #be607f #7fbe60

Analogous Colors of #607fbe

#607fbe #7060be #60aebe

Monochromatic Colors of #607fbe

#607fbe

Complementary Color

#607fbe #be9f60

#607fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#607fbe Color CSS Codes

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

#607fbe Text Font Color

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

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


#607fbe Background Color

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

This div background color is #607fbe


#607fbe Border Color

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

This div border color is #607fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607fbe


Comments

No comments written yet.

Please login to write comment.