Color Hex Logo

#6a6999 Color Hex

#6A6999
(106,105,153)
0 Favorites   0 Comments

Color spaces of #6a6999

RGB 106105153
HSL0.670.190.51
HSV241°31°60°
CMYK 0.310.310.00   0.40
XYZ16.745215.467232.2399
Yxy15.46720.25980.2400
Hunter Lab39.32847.1770-21.0738
CIE-Lab46.267611.9037-25.9455

#6a6999 color RGB value is (106,105,153).

#6a6999 hex color red value is 106, green value is 105 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #6a6999 hue: 0.67 , saturation: 0.19 and the lightness value of 6a6999 is 0.51.

The process color (four color CMYK) of #6a6999 color hex is 0.31, 0.31, 0.00, 0.40. Web safe color of #6a6999 is #666699. Color #6a6999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01101001 10011001
Octal 152 151 231
Decimal 106 105 153
Hex 6A 69 99

RGB Percentages of Color #6a6999

%29.12
%28.85
%42.03

CMYK Percentages of Color #6a6999

%31
%31
%0
%40

Triadic Colors of #6a6999

#6a6999 #996a69 #69996a

Analogous Colors of #6a6999

#6a6999 #826999 #698099

Monochromatic Colors of #6a6999

#6a6999

Complementary Color

#6a6999 #989969

#6a6999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a6999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a6999 Color CSS Codes

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

#6a6999 Text Font Color

<p style="color:#6a6999">Text here</p>

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


#6a6999 Background Color

<div style="background-color:#6a6999">
Div content here</div>

This div background color is #6a6999


#6a6999 Border Color

<div style="border:3px solid #6a6999">
Div here</div>

This div border color is #6a6999


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,105,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a6999; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a6999;
  -webkit-box-shadow: 1px 1px 3px 2px #6a6999;
  box-shadow:         1px 1px 3px 2px #6a6999; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,105,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a6999


Comments

No comments written yet.

Please login to write comment.