Color Hex Logo

#607dbf Color Hex

#607DBF
(96,125,191)
0 Favorites   0 Comments

Color spaces of #607dbf

RGB 96125191
HSL0.620.430.56
HSV222°50°75°
CMYK 0.500.350.00   0.25
XYZ21.561520.915652.1909
Yxy20.91560.22780.2209
Hunter Lab45.73364.1216-35.6479
CIE-Lab52.85708.1443-37.8029

#607dbf color RGB value is (96,125,191).

#607dbf hex color red value is 96, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #607dbf hue: 0.62 , saturation: 0.43 and the lightness value of 607dbf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111101 10111111
Octal 140 175 277
Decimal 96 125 191
Hex 60 7D BF

RGB Percentages of Color #607dbf

%23.30
%30.34
%46.36

CMYK Percentages of Color #607dbf

%50
%35
%0
%25

Triadic Colors of #607dbf

#607dbf #bf607d #7dbf60

Analogous Colors of #607dbf

#607dbf #7360bf #60adbf

Monochromatic Colors of #607dbf

#607dbf

Complementary Color

#607dbf #bfa260

#607dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#607dbf Color CSS Codes

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

#607dbf Text Font Color

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

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


#607dbf Background Color

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

This div background color is #607dbf


#607dbf Border Color

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

This div border color is #607dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607dbf


Comments

No comments written yet.

Please login to write comment.