Color Hex Logo

#6744aa Color Hex

#6744AA
(103,68,170)
0 Favorites   0 Comments

Color spaces of #6744aa

RGB 10368170
HSL0.720.430.47
HSV261°60°67°
CMYK 0.390.600.00   0.33
XYZ14.91639.920139.1588
Yxy9.92010.23310.1550
Hunter Lab31.496229.4176-51.6671
CIE-Lab37.698638.2382-49.6446

#6744aa color RGB value is (103,68,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000100 10101010
Octal 147 104 252
Decimal 103 68 170
Hex 67 44 AA

RGB Percentages of Color #6744aa

%30.21
%19.94
%49.85

CMYK Percentages of Color #6744aa

%39
%60
%0
%33

Triadic Colors of #6744aa

#6744aa #aa6744 #44aa67

Analogous Colors of #6744aa

#6744aa #9a44aa #4454aa

Monochromatic Colors of #6744aa

#6744aa

Complementary Color

#6744aa #87aa44

#6744aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6744aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6744aa Color CSS Codes

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

#6744aa Text Font Color

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

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


#6744aa Background Color

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

This div background color is #6744aa


#6744aa Border Color

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

This div border color is #6744aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6744aa


Comments

No comments written yet.

Please login to write comment.