Color Hex Logo

#607ddc Color Hex

#607DDC
(96,125,220)
0 Favorites   0 Comments

Color spaces of #607ddc

RGB 96125220
HSL0.630.640.62
HSV226°56°86°
CMYK 0.560.430.00   0.14
XYZ25.075822.321370.6970
Yxy22.32130.21230.1890
Hunter Lab47.245412.0605-55.6484
CIE-Lab54.366317.3798-51.8639

#607ddc color RGB value is (96,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111101 11011100
Octal 140 175 334
Decimal 96 125 220
Hex 60 7D DC

RGB Percentages of Color #607ddc

%21.77
%28.34
%49.89

CMYK Percentages of Color #607ddc

%56
%43
%0
%14

Triadic Colors of #607ddc

#607ddc #dc607d #7ddc60

Analogous Colors of #607ddc

#607ddc #8160dc #60bbdc

Monochromatic Colors of #607ddc

#607ddc

Complementary Color

#607ddc #dcbf60

#607ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#607ddc Color CSS Codes

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

#607ddc Text Font Color

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

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


#607ddc Background Color

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

This div background color is #607ddc


#607ddc Border Color

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

This div border color is #607ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,125,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 #607ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607ddc


Comments

No comments written yet.

Please login to write comment.