Color Hex Logo

#606aaf Color Hex

#606AAF
(96,106,175)
0 Favorites   0 Comments

Color spaces of #606aaf

RGB 96106175
HSL0.650.330.53
HSV232°45°69°
CMYK 0.450.390.00   0.31
XYZ17.715815.890042.6908
Yxy15.89000.23220.2083
Hunter Lab39.86239.5710-35.5935
CIE-Lab46.829814.7944-38.0548

#606aaf color RGB value is (96,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101010 10101111
Octal 140 152 257
Decimal 96 106 175
Hex 60 6A AF

RGB Percentages of Color #606aaf

%25.46
%28.12
%46.42

CMYK Percentages of Color #606aaf

%45
%39
%0
%31

Triadic Colors of #606aaf

#606aaf #af606a #6aaf60

Analogous Colors of #606aaf

#606aaf #7e60af #6092af

Monochromatic Colors of #606aaf

#606aaf

Complementary Color

#606aaf #afa560

#606aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#606aaf Color CSS Codes

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

#606aaf Text Font Color

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

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


#606aaf Background Color

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

This div background color is #606aaf


#606aaf Border Color

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

This div border color is #606aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606aaf


Comments

No comments written yet.

Please login to write comment.