Color Hex Logo

#6845aa Color Hex

#6845AA
(104,69,170)
0 Favorites   0 Comments

Color spaces of #6845aa

RGB 10469170
HSL0.720.420.47
HSV261°59°67°
CMYK 0.390.590.00   0.33
XYZ15.092710.101639.1845
Yxy10.10160.23440.1569
Hunter Lab31.783029.1435-50.8491
CIE-Lab38.024237.8941-49.1144

#6845aa color RGB value is (104,69,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000101 10101010
Octal 150 105 252
Decimal 104 69 170
Hex 68 45 AA

RGB Percentages of Color #6845aa

%30.32
%20.12
%49.56

CMYK Percentages of Color #6845aa

%39
%59
%0
%33

Triadic Colors of #6845aa

#6845aa #aa6845 #45aa68

Analogous Colors of #6845aa

#6845aa #9b45aa #4554aa

Monochromatic Colors of #6845aa

#6845aa

Complementary Color

#6845aa #87aa45

#6845aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6845aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6845aa Color CSS Codes

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

#6845aa Text Font Color

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

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


#6845aa Background Color

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

This div background color is #6845aa


#6845aa Border Color

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

This div border color is #6845aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,69,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 #6845aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6845aa


Comments

No comments written yet.

Please login to write comment.