Color Hex Logo

#6742aa Color Hex

#6742AA
(103,66,170)
0 Favorites   0 Comments

Color spaces of #6742aa

RGB 10366170
HSL0.730.440.46
HSV261°61°67°
CMYK 0.390.610.00   0.33
XYZ14.79749.682339.1192
Yxy9.68230.23270.1522
Hunter Lab31.116430.4320-52.7573
CIE-Lab37.266139.3842-50.3424

#6742aa color RGB value is (103,66,170).

#6742aa hex color red value is 103, green value is 66 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6742aa hue: 0.73 , saturation: 0.44 and the lightness value of 6742aa is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000010 10101010
Octal 147 102 252
Decimal 103 66 170
Hex 67 42 AA

RGB Percentages of Color #6742aa

%30.38
%19.47
%50.15

CMYK Percentages of Color #6742aa

%39
%61
%0
%33

Triadic Colors of #6742aa

#6742aa #aa6742 #42aa67

Analogous Colors of #6742aa

#6742aa #9b42aa #4251aa

Monochromatic Colors of #6742aa

#6742aa

Complementary Color

#6742aa #85aa42

#6742aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6742aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6742aa Color CSS Codes

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

#6742aa Text Font Color

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

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


#6742aa Background Color

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

This div background color is #6742aa


#6742aa Border Color

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

This div border color is #6742aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6742aa


Comments

No comments written yet.

Please login to write comment.