Color Hex Logo

#607bdd Color Hex

#607BDD
(96,123,221)
0 Favorites   0 Comments

Color spaces of #607bdd

RGB 96123221
HSL0.630.650.62
HSV227°57°87°
CMYK 0.570.440.00   0.13
XYZ24.958021.873271.3131
Yxy21.87320.21130.1851
Hunter Lab46.768813.4105-57.6673
CIE-Lab53.892218.9202-53.1828

#607bdd color RGB value is (96,123,221).

#607bdd hex color red value is 96, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #607bdd hue: 0.63 , saturation: 0.65 and the lightness value of 607bdd is 0.62.

The process color (four color CMYK) of #607bdd color hex is 0.57, 0.44, 0.00, 0.13. Web safe color of #607bdd is #6666cc. Color #607bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111011 11011101
Octal 140 173 335
Decimal 96 123 221
Hex 60 7B DD

RGB Percentages of Color #607bdd

%21.82
%27.95
%50.23

CMYK Percentages of Color #607bdd

%57
%44
%0
%13

Triadic Colors of #607bdd

#607bdd #dd607b #7bdd60

Analogous Colors of #607bdd

#607bdd #8460dd #60badd

Monochromatic Colors of #607bdd

#607bdd

Complementary Color

#607bdd #ddc260

#607bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#607bdd Color CSS Codes

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

#607bdd Text Font Color

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

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


#607bdd Background Color

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

This div background color is #607bdd


#607bdd Border Color

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

This div border color is #607bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607bdd


Comments

No comments written yet.

Please login to write comment.