Color Hex Logo

#6146aa Color Hex

#6146AA
(97,70,170)
0 Favorites   0 Comments

Color spaces of #6146aa

RGB 9770170
HSL0.710.420.47
HSV256°59°67°
CMYK 0.430.590.00   0.33
XYZ14.37569.824039.1688
Yxy9.82400.22690.1550
Hunter Lab31.343327.0184-52.1528
CIE-Lab37.524735.6891-49.9566

#6146aa color RGB value is (97,70,170).

#6146aa hex color red value is 97, green value is 70 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6146aa hue: 0.71 , saturation: 0.42 and the lightness value of 6146aa is 0.47.

The process color (four color CMYK) of #6146aa color hex is 0.43, 0.59, 0.00, 0.33. Web safe color of #6146aa is #663399. Color #6146aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 10101010
Octal 141 106 252
Decimal 97 70 170
Hex 61 46 AA

RGB Percentages of Color #6146aa

%28.78
%20.77
%50.45

CMYK Percentages of Color #6146aa

%43
%59
%0
%33

Triadic Colors of #6146aa

#6146aa #aa6146 #46aa61

Analogous Colors of #6146aa

#6146aa #9346aa #465daa

Monochromatic Colors of #6146aa

#6146aa

Complementary Color

#6146aa #8faa46

#6146aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6146aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6146aa Color CSS Codes

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

#6146aa Text Font Color

<p style="color:#6146aa">Text here</p>

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


#6146aa Background Color

<div style="background-color:#6146aa">
Div content here</div>

This div background color is #6146aa


#6146aa Border Color

<div style="border:3px solid #6146aa">
Div here</div>

This div border color is #6146aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,70,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6146aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6146aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6146aa;
  box-shadow:         1px 1px 3px 2px #6146aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,70,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6146aa


Comments

No comments written yet.

Please login to write comment.