Color Hex Logo

#607fbd Color Hex

#607FBD
(96,127,189)
0 Favorites   0 Comments

Color spaces of #607fbd

RGB 96127189
HSL0.610.410.56
HSV220°49°74°
CMYK 0.490.330.00   0.26
XYZ21.598621.339751.1247
Yxy21.33970.22960.2269
Hunter Lab46.19492.6172-33.2808
CIE-Lab53.31936.3265-35.9326

#607fbd color RGB value is (96,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111111 10111101
Octal 140 177 275
Decimal 96 127 189
Hex 60 7F BD

RGB Percentages of Color #607fbd

%23.30
%30.83
%45.87

CMYK Percentages of Color #607fbd

%49
%33
%0
%26

Triadic Colors of #607fbd

#607fbd #bd607f #7fbd60

Analogous Colors of #607fbd

#607fbd #7060bd #60aebd

Monochromatic Colors of #607fbd

#607fbd

Complementary Color

#607fbd #bd9e60

#607fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#607fbd Color CSS Codes

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

#607fbd Text Font Color

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

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


#607fbd Background Color

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

This div background color is #607fbd


#607fbd Border Color

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

This div border color is #607fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607fbd

#607fbd Color Palettes


Comments

No comments written yet.

Please login to write comment.