Color Hex Logo

#607abd Color Hex

#607ABD
(96,122,189)
0 Favorites   0 Comments

Color spaces of #607abd

RGB 96122189
HSL0.620.410.56
HSV223°49°74°
CMYK 0.490.350.00   0.26
XYZ20.968720.080050.9148
Yxy20.08000.22800.2183
Hunter Lab44.81075.1084-35.9989
CIE-Lab51.92759.3300-38.1191

#607abd color RGB value is (96,122,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111010 10111101
Octal 140 172 275
Decimal 96 122 189
Hex 60 7A BD

RGB Percentages of Color #607abd

%23.59
%29.98
%46.44

CMYK Percentages of Color #607abd

%49
%35
%0
%26

Triadic Colors of #607abd

#607abd #bd607a #7abd60

Analogous Colors of #607abd

#607abd #7560bd #60a9bd

Monochromatic Colors of #607abd

#607abd

Complementary Color

#607abd #bda360

#607abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#607abd Color CSS Codes

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

#607abd Text Font Color

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

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


#607abd Background Color

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

This div background color is #607abd


#607abd Border Color

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

This div border color is #607abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607abd


Comments

No comments written yet.

Please login to write comment.