Color Hex Logo

#607ddf Color Hex

#607DDF
(96,125,223)
0 Favorites   0 Comments

Color spaces of #607ddf

RGB 96125223
HSL0.630.660.63
HSV226°57°87°
CMYK 0.570.440.00   0.13
XYZ25.476822.481772.8087
Yxy22.48170.21100.1862
Hunter Lab47.414912.9350-57.8533
CIE-Lab54.534418.3554-53.2814

#607ddf color RGB value is (96,125,223).

#607ddf hex color red value is 96, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #607ddf hue: 0.63 , saturation: 0.66 and the lightness value of 607ddf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111101 11011111
Octal 140 175 337
Decimal 96 125 223
Hex 60 7D DF

RGB Percentages of Color #607ddf

%21.62
%28.15
%50.23

CMYK Percentages of Color #607ddf

%57
%44
%0
%13

Triadic Colors of #607ddf

#607ddf #df607d #7ddf60

Analogous Colors of #607ddf

#607ddf #8360df #60bddf

Monochromatic Colors of #607ddf

#607ddf

Complementary Color

#607ddf #dfc260

#607ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#607ddf Color CSS Codes

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

#607ddf Text Font Color

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

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


#607ddf Background Color

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

This div background color is #607ddf


#607ddf Border Color

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

This div border color is #607ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607ddf


Comments

No comments written yet.

Please login to write comment.