Color Hex Logo

#606aae Color Hex

#606AAE
(96,106,174)
0 Favorites   0 Comments

Color spaces of #606aae

RGB 96106174
HSL0.650.330.53
HSV232°45°68°
CMYK 0.450.390.00   0.32
XYZ17.617915.850942.1754
Yxy15.85090.23290.2095
Hunter Lab39.81329.3157-34.9386
CIE-Lab46.778314.4896-37.5523

#606aae color RGB value is (96,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101010 10101110
Octal 140 152 256
Decimal 96 106 174
Hex 60 6A AE

RGB Percentages of Color #606aae

%25.53
%28.19
%46.28

CMYK Percentages of Color #606aae

%45
%39
%0
%32

Triadic Colors of #606aae

#606aae #ae606a #6aae60

Analogous Colors of #606aae

#606aae #7d60ae #6091ae

Monochromatic Colors of #606aae

#606aae

Complementary Color

#606aae #aea460

#606aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#606aae Color CSS Codes

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

#606aae Text Font Color

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

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


#606aae Background Color

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

This div background color is #606aae


#606aae Border Color

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

This div border color is #606aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606aae


Comments

No comments written yet.

Please login to write comment.