Color Hex Logo

#607fa9 Color Hex

#607FA9
(96,127,169)
0 Favorites   0 Comments

Color spaces of #607fa9

RGB 96127169
HSL0.600.300.52
HSV215°43°66°
CMYK 0.430.250.00   0.34
XYZ19.574720.530140.4671
Yxy20.53010.24290.2548
Hunter Lab45.3102-2.1780-21.2356
CIE-Lab52.43130.3093-25.8100

#607fa9 color RGB value is (96,127,169).

#607fa9 hex color red value is 96, green value is 127 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #607fa9 hue: 0.60 , saturation: 0.30 and the lightness value of 607fa9 is 0.52.

The process color (four color CMYK) of #607fa9 color hex is 0.43, 0.25, 0.00, 0.34. Web safe color of #607fa9 is #666699. Color #607fa9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111111 10101001
Octal 140 177 251
Decimal 96 127 169
Hex 60 7F A9

RGB Percentages of Color #607fa9

%24.49
%32.40
%43.11

CMYK Percentages of Color #607fa9

%43
%25
%0
%34

Triadic Colors of #607fa9

#607fa9 #a9607f #7fa960

Analogous Colors of #607fa9

#607fa9 #6660a9 #60a4a9

Monochromatic Colors of #607fa9

#607fa9

Complementary Color

#607fa9 #a98a60

#607fa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607fa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607fa9 Color CSS Codes

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

#607fa9 Text Font Color

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

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


#607fa9 Background Color

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

This div background color is #607fa9


#607fa9 Border Color

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

This div border color is #607fa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607fa9


Comments

No comments written yet.

Please login to write comment.