Color Hex Logo

#607bdc Color Hex

#607BDC
(96,123,220)
0 Favorites   0 Comments

Color spaces of #607bdc

RGB 96123220
HSL0.630.640.62
HSV227°56°86°
CMYK 0.560.440.00   0.14
XYZ24.825121.820070.6134
Yxy21.82000.21170.1861
Hunter Lab46.711913.1183-56.9292
CIE-Lab53.835518.5953-52.7107

#607bdc color RGB value is (96,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111011 11011100
Octal 140 173 334
Decimal 96 123 220
Hex 60 7B DC

RGB Percentages of Color #607bdc

%21.87
%28.02
%50.11

CMYK Percentages of Color #607bdc

%56
%44
%0
%14

Triadic Colors of #607bdc

#607bdc #dc607b #7bdc60

Analogous Colors of #607bdc

#607bdc #8360dc #60b9dc

Monochromatic Colors of #607bdc

#607bdc

Complementary Color

#607bdc #dcc160

#607bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#607bdc Color CSS Codes

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

#607bdc Text Font Color

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

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


#607bdc Background Color

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

This div background color is #607bdc


#607bdc Border Color

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

This div border color is #607bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607bdc


Comments

No comments written yet.

Please login to write comment.