Color Hex Logo

#6768ac Color Hex

#6768AC
(103,104,172)
0 Favorites   0 Comments

Color spaces of #6768ac

RGB 103104172
HSL0.660.290.54
HSV239°40°67°
CMYK 0.400.400.00   0.33
XYZ17.990215.762841.1241
Yxy15.76280.24030.2105
Hunter Lab39.702411.4039-33.6214
CIE-Lab46.661716.9860-36.5316

#6768ac color RGB value is (103,104,172).

#6768ac hex color red value is 103, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6768ac hue: 0.66 , saturation: 0.29 and the lightness value of 6768ac is 0.54.

The process color (four color CMYK) of #6768ac color hex is 0.40, 0.40, 0.00, 0.33. Web safe color of #6768ac is #666699. Color #6768ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101000 10101100
Octal 147 150 254
Decimal 103 104 172
Hex 67 68 AC

RGB Percentages of Color #6768ac

%27.18
%27.44
%45.38

CMYK Percentages of Color #6768ac

%40
%40
%0
%33

Triadic Colors of #6768ac

#6768ac #ac6768 #68ac67

Analogous Colors of #6768ac

#6768ac #8967ac #678bac

Monochromatic Colors of #6768ac

#6768ac

Complementary Color

#6768ac #acab67

#6768ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6768ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6768ac Color CSS Codes

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

#6768ac Text Font Color

<p style="color:#6768ac">Text here</p>

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


#6768ac Background Color

<div style="background-color:#6768ac">
Div content here</div>

This div background color is #6768ac


#6768ac Border Color

<div style="border:3px solid #6768ac">
Div here</div>

This div border color is #6768ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,104,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6768ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6768ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6768ac;
  box-shadow:         1px 1px 3px 2px #6768ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6768ac


Comments

No comments written yet.

Please login to write comment.