Color Hex Logo

#606faf Color Hex

#606FAF
(96,111,175)
0 Favorites   0 Comments

Color spaces of #606faf

RGB 96111175
HSL0.640.330.53
HSV229°45°69°
CMYK 0.450.370.00   0.31
XYZ18.246216.950842.8676
Yxy16.95080.23370.2171
Hunter Lab41.17137.0573-32.9128
CIE-Lab48.198011.7196-35.8978

#606faf color RGB value is (96,111,175).

#606faf hex color red value is 96, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #606faf hue: 0.64 , saturation: 0.33 and the lightness value of 606faf is 0.53.

The process color (four color CMYK) of #606faf color hex is 0.45, 0.37, 0.00, 0.31. Web safe color of #606faf is #666699. Color #606faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101111 10101111
Octal 140 157 257
Decimal 96 111 175
Hex 60 6F AF

RGB Percentages of Color #606faf

%25.13
%29.06
%45.81

CMYK Percentages of Color #606faf

%45
%37
%0
%31

Triadic Colors of #606faf

#606faf #af606f #6faf60

Analogous Colors of #606faf

#606faf #7960af #6097af

Monochromatic Colors of #606faf

#606faf

Complementary Color

#606faf #afa060

#606faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#606faf Color CSS Codes

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

#606faf Text Font Color

<p style="color:#606faf">Text here</p>

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


#606faf Background Color

<div style="background-color:#606faf">
Div content here</div>

This div background color is #606faf


#606faf Border Color

<div style="border:3px solid #606faf">
Div here</div>

This div border color is #606faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,111,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #606faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #606faf;
  -webkit-box-shadow: 1px 1px 3px 2px #606faf;
  box-shadow:         1px 1px 3px 2px #606faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606faf


Comments

No comments written yet.

Please login to write comment.