Color Hex Logo

#6738aa Color Hex

#6738AA
(103,56,170)
0 Favorites   0 Comments

Color spaces of #6738aa

RGB 10356170
HSL0.740.500.44
HSV265°67°67°
CMYK 0.390.670.00   0.33
XYZ14.26348.614238.9412
Yxy8.61420.23070.1393
Hunter Lab29.350035.3844-58.1203
CIE-Lab35.230644.8824-53.6358

#6738aa color RGB value is (103,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00111000 10101010
Octal 147 70 252
Decimal 103 56 170
Hex 67 38 AA

RGB Percentages of Color #6738aa

%31.31
%17.02
%51.67

CMYK Percentages of Color #6738aa

%39
%67
%0
%33

Triadic Colors of #6738aa

#6738aa #aa6738 #38aa67

Analogous Colors of #6738aa

#6738aa #a038aa #3842aa

Monochromatic Colors of #6738aa

#6738aa

Complementary Color

#6738aa #7baa38

#6738aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6738aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6738aa Color CSS Codes

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

#6738aa Text Font Color

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

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


#6738aa Background Color

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

This div background color is #6738aa


#6738aa Border Color

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

This div border color is #6738aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6738aa


Comments

No comments written yet.

Please login to write comment.