Color Hex Logo

#6a6690 Color Hex

#6A6690
(106,102,144)
0 Favorites   0 Comments

Color spaces of #6a6690

RGB 106102144
HSL0.680.170.48
HSV246°29°56°
CMYK 0.260.290.00   0.44
XYZ15.729314.580528.3709
Yxy14.58050.26800.2485
Hunter Lab38.18446.7067-17.3232
CIE-Lab45.054211.3468-22.4763

#6a6690 color RGB value is (106,102,144).

#6a6690 hex color red value is 106, green value is 102 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #6a6690 hue: 0.68 , saturation: 0.17 and the lightness value of 6a6690 is 0.48.

The process color (four color CMYK) of #6a6690 color hex is 0.26, 0.29, 0.00, 0.44. Web safe color of #6a6690 is #666699. Color #6a6690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01100110 10010000
Octal 152 146 220
Decimal 106 102 144
Hex 6A 66 90

RGB Percentages of Color #6a6690

%30.11
%28.98
%40.91

CMYK Percentages of Color #6a6690

%26
%29
%0
%44

Triadic Colors of #6a6690

#6a6690 #906a66 #66906a

Analogous Colors of #6a6690

#6a6690 #7f6690 #667790

Monochromatic Colors of #6a6690

#6a6690

Complementary Color

#6a6690 #8c9066

#6a6690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a6690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a6690 Color CSS Codes

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

#6a6690 Text Font Color

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

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


#6a6690 Background Color

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

This div background color is #6a6690


#6a6690 Border Color

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

This div border color is #6a6690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a6690


Comments

No comments written yet.

Please login to write comment.