Color Hex Logo

#6729ff Color Hex

#6729FF
(103,41,255)
0 Favorites   0 Comments

Color spaces of #6729ff

RGB 10341255
HSL0.711.000.58
HSV257°84°100°
CMYK 0.600.840.00   0.00
XYZ24.436511.689495.5761
Yxy11.68940.18550.0888
Hunter Lab34.189867.7475-141.8100
CIE-Lab40.718273.4591-93.7061

#6729ff color RGB value is (103,41,255).

#6729ff hex color red value is 103, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6729ff hue: 0.71 , saturation: 1.00 and the lightness value of 6729ff is 0.58.

The process color (four color CMYK) of #6729ff color hex is 0.60, 0.84, 0.00, 0.00. Web safe color of #6729ff is #6633ff. Color #6729ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101001 11111111
Octal 147 51 377
Decimal 103 41 255
Hex 67 29 FF

RGB Percentages of Color #6729ff

%25.81
%10.28
%63.91

CMYK Percentages of Color #6729ff

%60
%84
%0
%0

Triadic Colors of #6729ff

#6729ff #ff6729 #29ff67

Analogous Colors of #6729ff

#6729ff #d229ff #2956ff

Monochromatic Colors of #6729ff

#6729ff

Complementary Color

#6729ff #c1ff29

#6729ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6729ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6729ff Color CSS Codes

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

#6729ff Text Font Color

<p style="color:#6729ff">Text here</p>

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


#6729ff Background Color

<div style="background-color:#6729ff">
Div content here</div>

This div background color is #6729ff


#6729ff Border Color

<div style="border:3px solid #6729ff">
Div here</div>

This div border color is #6729ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,41,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6729ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6729ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6729ff;
  box-shadow:         1px 1px 3px 2px #6729ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,41,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6729ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6729ff

Related Colors


Comments

No comments written yet.

Please login to write comment.