Color Hex Logo

#6a6099 Color Hex

#6A6099
(106,96,153)
0 Favorites   0 Comments

Color spaces of #6a6099

RGB 10696153
HSL0.700.230.49
HSV251°37°60°
CMYK 0.310.370.00   0.40
XYZ15.876513.729831.9503
Yxy13.72980.25790.2230
Hunter Lab37.053711.6382-25.1863
CIE-Lab43.842917.4214-29.7256

#6a6099 color RGB value is (106,96,153).

#6a6099 hex color red value is 106, green value is 96 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #6a6099 hue: 0.70 , saturation: 0.23 and the lightness value of 6a6099 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01100000 10011001
Octal 152 140 231
Decimal 106 96 153
Hex 6A 60 99

RGB Percentages of Color #6a6099

%29.86
%27.04
%43.10

CMYK Percentages of Color #6a6099

%31
%37
%0
%40

Triadic Colors of #6a6099

#6a6099 #996a60 #60996a

Analogous Colors of #6a6099

#6a6099 #876099 #607399

Monochromatic Colors of #6a6099

#6a6099

Complementary Color

#6a6099 #8f9960

#6a6099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a6099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a6099 Color CSS Codes

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

#6a6099 Text Font Color

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

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


#6a6099 Background Color

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

This div background color is #6a6099


#6a6099 Border Color

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

This div border color is #6a6099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a6099


Comments

No comments written yet.

Please login to write comment.