Color Hex Logo

#606eaf Color Hex

#606EAF
(96,110,175)
0 Favorites   0 Comments

Color spaces of #606eaf

RGB 96110175
HSL0.640.330.53
HSV229°45°69°
CMYK 0.450.370.00   0.31
XYZ18.137716.733842.8314
Yxy16.73380.23340.2154
Hunter Lab40.90707.5577-33.4444
CIE-Lab47.922912.3326-36.3308

#606eaf color RGB value is (96,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101110 10101111
Octal 140 156 257
Decimal 96 110 175
Hex 60 6E AF

RGB Percentages of Color #606eaf

%25.20
%28.87
%45.93

CMYK Percentages of Color #606eaf

%45
%37
%0
%31

Triadic Colors of #606eaf

#606eaf #af606e #6eaf60

Analogous Colors of #606eaf

#606eaf #7a60af #6096af

Monochromatic Colors of #606eaf

#606eaf

Complementary Color

#606eaf #afa160

#606eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#606eaf Color CSS Codes

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

#606eaf Text Font Color

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

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


#606eaf Background Color

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

This div background color is #606eaf


#606eaf Border Color

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

This div border color is #606eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606eaf


Comments

No comments written yet.

Please login to write comment.