Color Hex Logo

#607fae Color Hex

#607FAE
(96,127,174)
0 Favorites   0 Comments

Color spaces of #607fae

RGB 96127174
HSL0.600.330.53
HSV216°45°68°
CMYK 0.450.270.00   0.32
XYZ20.053220.721542.9871
Yxy20.72150.23940.2474
Hunter Lab45.5209-1.0274-24.1252
CIE-Lab52.64331.7821-28.3694

#607fae color RGB value is (96,127,174).

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

The process color (four color CMYK) of #607fae color hex is 0.45, 0.27, 0.00, 0.32. Web safe color of #607fae is #666699. Color #607fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111111 10101110
Octal 140 177 256
Decimal 96 127 174
Hex 60 7F AE

RGB Percentages of Color #607fae

%24.18
%31.99
%43.83

CMYK Percentages of Color #607fae

%45
%27
%0
%32

Triadic Colors of #607fae

#607fae #ae607f #7fae60

Analogous Colors of #607fae

#607fae #6860ae #60a6ae

Monochromatic Colors of #607fae

#607fae

Complementary Color

#607fae #ae8f60

#607fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#607fae Color CSS Codes

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

#607fae Text Font Color

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

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


#607fae Background Color

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

This div background color is #607fae


#607fae Border Color

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

This div border color is #607fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607fae


Comments

No comments written yet.

Please login to write comment.